/* CSS Document */

#all{
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#banner{
	width: 100%;
}

#footer{
	font-size: 11px;
	margin: 0px auto;
	text-align: center;
	width: 100%;
	vertical-align: bottom;
	position: static;
}

#root{
	width: 100%;
	height: 100%;
}

#links-php{
	padding-left: 2px;
	float: left;
}

#middle{
	padding: 3px;
}

#middle-left{
	width: 100%;
	text-align: left;
	vertical-align: top;
}

#middle-right{
	width: 220px;
	text-align: center;
	vertical-align: top;
}

#activ{
	font-weight: bold;
}

#actives{
	font-weight: bold;
	color:#FF0000;
}

#inactive{
	font-weight:normal;
}



/*****************************************/
/*                                       */
/*   Styles for the main-content area    */
/*   for example start.php               */
/*                                       */
/*****************************************/

#content-left{
	min-width: 500px;
	width: 100%;
	text-align:left;
	padding-left: 3px;	
	font-size: 12px;
}

#content-left th{
	font-size: 14px;
	background-color: #8A9CDE;
	padding-left: 3px;
	padding-top: 3px;
}

#content-left td{
	background-color: #C2CBEE;
	border: 2px solid #8A9CDE;
	padding: 2px;
}

#content-left a{
	text-decoration: none;
	color: #800000;
}
#content-left a:active{
	text-decoration: underline;
	color: #800000;
}
#content-left a:visited{
	text-decoration: none;
	color: #800000;
}
#content-left a:hover{
	text-decoration: underline;
	color: #800000;
}
/*****************************************/
/*                                       */
/*   Styles for the right-content area   */
/*   for example classviewdl.php         */
/*                                       */
/*****************************************/

#content-right{
	font-size: 12px;
	width: 200px;
	text-align: left;
	padding-left: 3px;	
}

#content-right th{
	background-color: #8A9CDE;
	padding-left: 3px;
	padding-top: 3px;
}

#content-right td{
	background-color: #C2CBEE;
	border: 2px solid #8A9CDE;
	padding: 2px;
}
#content-right a{
	text-decoration: none;
	color: #800000;
}
#content-right a:active{
	text-decoration: underline;
	color: #800000;
}
#content-right a:visited{
	text-decoration: none;
	color: #800000;
}
#content-right a:hover{
	text-decoration: underline;
	color: #800000;
}

/*****************************************/
/*                                       */
/*   Kills the border 				     */
/*                                       */
/*****************************************/
#class_create_table td{
	border: 0px;
}

/*****************************************/
/*                                       */
/*   Styles for the classification view  */
/*                                       */
/*****************************************/
#classificationview_table{
	font-size: 12px;
	background-color: #FFD99D;
	border: 2px solid #FFAA15;
}

#classificationview_table th{
	border: 0px;
	background-color: #FFAA15;
}

#classificationview_table td{
	border: 0px;
	background-color: transparent;
}

#publist td{
	border: 0px;
}

#publist{
	width: 100%;
	border: 1px outset black;
	background-color: #C2CBEE;
}

#add_content_links td{
	vertical-align: middle;
	width: 250px;
	height: 25px;
	border: 1px inset black;
	margin-bottom: 20px; 
}

#add_content_links img{
	line-height: 0px;
	border: 0px;
}

#add_content_links a{
	border: 0px;
	text-align: left;
	display: block;
	width: 100%;
	height: 100%;
}

#add_content_links a:hover{
	text-decoration: none;
	color: white;
	background-color: #800000;
}

/*****************************************/
/*                                       */
/*   Styles for the result-list		     */
/*                                       */
/*****************************************/
#result_list_table{
	background-color: #FFB849;
 	border: 1px outset  black;
	width: 100%;
}

#result_list_table td{
	background-color: #FFB849;
	border: 0px;
}

#result_list_table2{
	background-color: #FFD99D;
 	border: 1px outset  black;
	width: 100%;
}

#result_list_table2 td{
	background-color: #FFD99D;
	border: 0px;
}

/*****************************************/
/*                                       */
/*   Styles for the sitemap			     */
/*                                       */
/*****************************************/
#sitemap-table{
	background-color: #FFD99D;
	border: none;
}

#sitemap-table th{
	font-weight: bold;
	background-color: #FFB849;
}

#sitemap-table td{
 	border: none;
	background-color: transparent;
}