/* CSS Document */

body {
	background: #000000;
	color: #CCCCCC;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* link properties */
a {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color:#00CCFF;
	text-decoration: none;
}
a.red {
	color: #0066FF;
}
a.red:hover {
	color: #FF0000;
}
a.gray {
	color: #CCCCCC;
	text-decoration: none;
}
a.gray:hover {
	color: #999999;
	text-decoration: none;
}
/* inputs properties */
input, textarea, select, file {
	background: #000000;
	border: thin solid #333333;
	color: #0066FF;
}
.form_cancel {
	background: url(images/layout/smoothblue/cat_bg_red.gif) #CC0000;
	border: thin solid #660000;
	color: #FF6666;
	font-weight: bolder;
}
/* content table properties */
.content_table {
	background: url(images/layout/smoothblue/window_bg.gif);
	background-color:#000026;
}
.content_table_topBar {
	background: url(images/layout/smoothblue/window_top_filler.gif);
}
.content_table_title {
	background: url(images/layout/smoothblue/cat_bg.gif) #181818;
	color: #CCCCFF;
	font-weight: bold;
	font-size: 13px;
}
.content_table_botBar {
	background: url(images/layout/smoothblue/window_bot_filler.gif);
}

/* text table properties */
.text_table {
	background: #000000;
	/*width: 75%;*/
}
.text_table_top {
	background: url(images/layout/smoothblue/text_top_filler.gif);
}
.text_table_title {
	color: #0066FF;
	font-weight: bold;
}
.text_table_bot {
	background: url(images/layout/smoothblue/text_bot_filler.gif);
}
.text_hidden {
	font-size: xx-small;
	/*visibility: hidden;*/
}
.cell_darkGray {
	background: #000000;
	background-image: url(images/layout/smoothblue/sub_cat_top.gif);
	background-repeat: repeat-x;
	/*border: thin solid #333333;*/
}
.cell_darkGray_bottom {
	background-image: url(images/layout/smoothblue/sub_cat_bot.gif);
	background-repeat: repeat-x;
}
.font_small {
	font-size: 11px;
	color:#0066FF;
}
.font_red {
	color:#FF0000;
}
.font_darkRed {
	color: #CC0000;
}