/* CSS Document */

#paper {
	background-image:url(../images/backgrounds/metal003.gif);	
	}
	
#cathead {
	background-color: #999;
	color: #000;
}

#col-header {
	background-color:#666;
	color: #fff;
	}


#login {
	background-color: #ccc;
	color: #000;
	border: #000 outset thin;
}

#menu {
	background-color:#999; 
	border-color:#666;
}

#menuOver { background-color:#333333; color: #00ff00; }
#menuOut { background-color: ; }

#widecolumn, #leftcolumn, #centercolumn, #rightcolumn, #content { 
	border: 1px solid #ccc;
	background: #fff;
}

div#footer{
	color: #000; 
	background-color:#999; 
	border-color:#666;
}

/* Column Links */
#leftcolumn A:link, #rightcolumn A:link, #centercolumn A:link, #content A:link {text-decoration:none; font-weight: normal; color: #000000;}
#leftcolumn A:visited, #rightcolumn A:visited, #centercolumn A:visited, #content A:visited {text-decoration:none; font-weight: normal; color: #000000;}
#leftcolumn A:hover, #rightcolumn A:hover, #centercolumn A:hover, #content A:hover {text-decoration:none; font-weight: normal; border-bottom:dashed thin #00FF00; color: #00FF00;}
#leftcolumn A:active, #rightcolumn A:active, #centercolumn A:active, #content A:active {text-decoration:none; font-weight: normal; border-bottom:dashed thin #00FF00; color: #00FF00;}

/* Menu Links */
#menuOver A:link {font-weight: bold; text-decoration:none; color: #00FF00;}
#menuOver A:visited {font-weight: bold; text-decoration:none; color: #00FF00;}
#menuOver A:hover {font-weight: bold; text-decoration:none; color: #00FF00;}
#menuOver A:active {font-weight: bold; text-decoration:none; color: #00FF00;}

#menuOut A:link {font-weight: bold; text-decoration:none; color: #000000;}
#menuOut A:visited {font-weight: bold; text-decoration:none; color: #000000;}
#menuOut A:hover {font-weight: bold; text-decoration:none; color: #000000;}
#menuOut A:active {font-weight: bold; text-decoration:none; color: #000000;}

/* Footer Links */
#footer A:link {text-decoration:none; font-weight: normal; color: #000000;}
#footer A:visited {text-decoration:none; font-weight: normal; color: #000000;}
#footer A:hover {text-decoration:none; font-weight: normal; border-bottom:dashed thin #00FF00; color: #00FF00;}
#footer A:active {text-decoration:none; font-weight: normal; border-bottom:dashed thin #00FF00; color: #00FF00;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
}

#TB_secondLine {
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.TB_overlayBG {
	background-image:url(../images/backgrounds/metal003.gif);
}

#TB_window {
	background: #000000;
	color:#ffffff;
	border: 5px solid #999999;
}

#TB_window img#TB_Image {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_ajaxWindowTitle{
	color: #000000;
}

#TB_title{
	background-color:#e8e8e8;
}


#TB_HideSelect{
	background-color:#fff;
}

/* Link CSS Information */
/* ThickBox Links */
.thickbox A:link {text-decoration:none; color: #000000;}
.thickbox A:visited {text-decoration:none; color: #000000;}
.thickbox A:hover {text-decoration:none; color: #000000;}
.thickbox A:active {text-decoration:none; color: #000000;}
