/*****************************************************************************/
/* General page definitions                                                  */

.border { /* Overall container border color */
	background: #999999;
        vertical-align: top;
}
.cell { /* Overall big cells background color */
	background: #FFFFFF;
        vertical-align: top;
}

.cell_high_color { /* Boxes included into main table are white */
	background: #FFFFFF;
        vertical-align: top;
}

.cell_horiz_color { /* Horizontal box included into main table are ligth-blue */
	background: #CFD8DF;
        vertical-align: top;
}

.cell_low_color { /* Some boxes included into main table are gray */
	background: #F0F1F5;
        vertical-align: top;
}

/*****************************************************************************/
/* General module definitions                                                */

h1 {	font-size: 17px;	}
h2 {	font-size: 16px;	}
h3 {	font-size: 15px;	}
h4 {	font-size: 14px;	}
h5 {	font-size: 13px;	}
h6 {	font-size: 12px;	}

.boxtitle { /* Box title */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f0f1f5;
	font-weight: bold;
}
.boxtitleBackground { /* Link bar under upper frame is dark gray */
	background: #5984b1;	/*2e659d*/
}
.thinline { /* After subtitles comes a dark gray line */
	background: #BFBFBF;
	color: #BFBFBF;
	height: 1px;
	line-height: 1px;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
	border-bottom: hidden;
//	border: none;
}
.redline { /* After subtitles comes a dark gray line */
//	background: #444444;
	color: #111100;
	height: 0px;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
	border-bottom: hidden;
}

/*****************************************************************************/
/* Specific module definitions: m_upper.php/m_uppermeta.php                  */

a.colorAnchor { /* dark background - light foreground link */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6666aa;
	font-weight: bold;
	text-decoration:none;
}

a.colorMenuAnchor { /* Right Menu link color */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

a.colorTopMenuAnchor { /* Top banner Menu link color */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

a.textAnchor { /* dark background - light foreground link - Rendered in text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6666aa;
	font-weight: bold;
}

a.colorAnchor_active { /* dark background - light foreground link  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111100;
	font-weight: bold;
}

a.colorTopMenuAnchor_active { /* dark background - light foreground link  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C2D2D7;
	font-weight: bold;
}

.blockText { /* dark background - light foreground link  */
/*	font-family: Arial, Helvetica, sans-serif;
	font-decoration: none;*/
	font-size: 18px;
	text-decoration: none;
	color: #444444;
}
.coloredBackground { /* Link bar under upper frame is dark gray */
	background: #F7DD77;
}

.txtLittle { /* Metanavigation links are on a little bright text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
}


/*****************************************************************************/
/* Specific module definitions: m_center.php                                 */
.text_normal { /* Normal bold text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

.text_little { /* Normal bold text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #7F7F7F;
	font-weight: bold;
}

.text_italic { /* Normal bold text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: italic;
}

.supertable { /* User table */
	padding: 6px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: #999999;
	border-collapse: collapse;
	background-color: #FFFFFF;
	color: #444444;
	vertical-align: top;
	align: center;
}
.usertable { /* User table */
	padding: 6px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: #999;
	border-collapse: collapse;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	vertical-align: top;
}

.simpletable { /* User table */
	padding: 6px;
	border-width: 0px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: #999;
	border-collapse: collapse;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	vertical-align: top;
}

.celltitle { /* User table */
	background-color: #9AACD9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-align: center;
	color: #444444;
	vertical-align: top;
}

.cell { /* User table */
	background-color: #E5ECF7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	vertical-align: top;
}

.blockTable { /* Main Blocks table */
	padding: 40px;
	border-width: 0px 1px 0px 1px;
	border-spacing: 0px;
	/*border-style: outset outset outset outset;*/
	border-color: #999999;
	border-collapse: collapse;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	vertical-align: top;
	background-repeat: repeat-x;
}

/*****************************************************************************/
/* Specific module definitions: m_menu.php                                   */


pre {
        padding: 1em;
        border: 1px dashed #2f6fab;
        color: black;
        background-color: #f9f9f9;
        line-height: 1.1em;
}
ul {
	list-style-image: url(img/dot.gif); 
}

/*****************************************************************************/
/* Especific module to Div style at the upper banner */

#apDiv {
	position: absolute;
	left: 55%;
	top: 20px;
	width: 551px;
	height: 31px;
	z-index1:1;
}

/*****************************************************************************/
/* Specific images border - main page                                        */
.imgborder
{
	padding:15px;
	border: 1px solid #ccc;
	background-color: #eee;
}

.inputcell
{
	height:22px;
	border: 1px solid #666666;
	border-style: solid #ff6666;
	color: #4D4D4D;
}

.submitBtn
{
	width:70px;
	height:22px;
	border-width:thin;
	border-style:solid;
	border-color:white;
	background-color:#1E5897;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
}
