﻿/* General */
body {
	color: Silver;
	font-family: Book Antiqua;
	font-size: small;
	background-color: #202020;
}
/* General */

/* Links */
a {
	color: silver;
	text-decoration: none;
}

a:hover {
	color: red;
}
/* Links */

/* Text */
.text_small {
	font-size: small;
}

.text_medium {
	font-size: medium;
}

.text_large {
	font-size: large;
}

.text_block_small {
	font-size: small;
	text-align: left;
}

.text_block_medium {
	font-size: medium;
	text-align: center;
}

.text_alert {
	color: Red;
}
/* Text */

/* MasterPage */
.master_footerrow {
    background-color: Black;
    color: Gray;
    font-size: x-small;
    height: 50px;
}

.master_contenttable {
	background-image: url('../../images/revolution.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 350px;
	width: 878px;
	background-color: Black;
}

.master_headerrow {
	height: 119px;
}

.master_bannerimage {
	border: solid 0px black;
	height: 119px;
	width: 878px;
}

.master_contentrow {
	height: 350px;
}

.master_contentcell {
	vertical-align: top;
	width: 700px;
}

.master_menucell {
	vertical-align: top;
	text-align: center;
}

.master_productcell {
	vertical-align: top;
	width: 200px;
}

.master_productcell_hidden {
	vertical-align: top;
	width: 0px;
}

.master_contentcell_full {
	vertical-align: top;
	width: 878px;
}

.master_side_texture {
	background-image: url('../../Images/tblTop.gif'); 
	background-position: center;
}

.master_top_texture {
	background-image: url('../../Images/tblTop.gif');
	background-position: top;
	height: 25px;
}

.master_bottom_texture {
	background-image: url('../../Images/tblTop.gif');
	background-position: bottom;
	height: 25px;
}
/* MasterPage */

/* Login Controls */
.logon_main {
	border-spacing: 4px;
	border: solid 1px #E6E2D8;
	font-size: 0.8em;
	color: White;
}

.logon_titletext {
	background-color: Gray;
	font-weight: bold;
	font-size: 0.9em;
	color: White;
}

.logon_instructiontext {
	color: goldenrod;
	font-style: italic;
}

.logon_textbox {
	color: darkred;
	font-size: 0.8em;
}

.logon_textbox_center {
	color: darkred;
	font-size: 0.8em;
	text-align: center;
}

.logon_button_small {
	background-color: #CCCCCC;
	border: solid 1px #CCCCCC;
	font-size: 0.8em;
	color: darkred;
	width: 50px;
}

.logon_button_medium {
	background-color: #CCCCCC;
	border: solid 1px #CCCCCC;
	font-size: 0.8em;
	color: darkred;
	width: 100px;
}

.logon_button_large {
	background-color: #CCCCCC;
	border: solid 1px #CCCCCC;
	font-size: 0.8em;
	color: darkred;
	width: 150px;
}

.logon_neg_text {
	color: Red;
	font-size: 0.8em;
}

.logon_pos_text {
	color: Green;
	font-size: 0.8em;
}
/* Login Controls */

/* Controls */
.button_small {
	background-color: #CCCCCC;
	border: solid 1px #CCCCCC;
	font-size: 0.8em;
	color: darkred;
	width: 50px;
}

.button_medium {
	background-color: #CCCCCC;
	border: solid 1px #CCCCCC;
	font-size: 0.8em;
	color: darkred;
	width: 100px;
}

.button_large {
	background-color: #CCCCCC;
	border: solid 1px #CCCCCC;
	font-size: 0.8em;
	color: darkred;
	width: 150px;
}

.textbox_small_center {
	font-size: 0.8em;
	text-align: center;
	width: 30px;
	color: darkred;
}

.textbox_xxsmall_left {
	font-size: 0.8em;
	text-align: left;
	width: 15px;
	color: darkred;
}

.textbox_xsmall_left {
	font-size: 0.8em;
	text-align: left;
	width: 30px;
	color: darkred;
}

.textbox_small_left {
	font-size: 0.8em;
	text-align: left;
	width: 50px;
	color: darkred;
}

.textbox_medium_left {
	font-size: 0.8em;
	text-align: left;
	width: 75px;
	color: darkred;
}

.textbox_large_left {
	font-size: 0.8em;
	text-align: left;
	width: 100px;
	color: darkred;
}

.textbox_xlarge_left {
	font-size: 0.8em;
	text-align: left;
	width: 150px;
	color: darkred;
}

.textbox_xlarge_left {
	font-size: 0.8em;
	text-align: left;
	width: 200px;
	color: darkred;
}

/* Controls */

/* Admin */

.helpbox_table {
	background-color: black;
}

.helpbox_headercell {
	vertical-align: middle;
}

.helpbox_contenttable {
	border: solid 1px maroon;
	background-color: gainsboro;
	display: none;
}

.helpbox_codestyle {
	font-size: small;
	color: Blue;
}

.codestyle_small {
	font-size: x-small;
	color: Blue;
}

.admin_button_small {
	background-color: #CCCCCC;
	border: solid 1px steelblue;
	font-size: 0.8em;
	color: black;
	width: 50px;
}

.admin_button_medium {
	background-color: #CCCCCC;
	border: solid 1px steelblue;
	font-size: 0.8em;
	color: black;
	width: 100px;
}

.admin_button_large {
	background-color: #CCCCCC;
	border: solid 1px steelblue;
	font-size: 0.8em;
	color: black;
	width: 150px;
}

.admin_textbox_small_center {
	background-color: lightsteelblue; 
	font-size: 1.3em;
	text-align: center;
	width: 30px;
}

.admin_textbox_small_left {
	background-color: lightsteelblue; 
	font-size: 1.3em;
	text-align: left;
	width: 30px;
}

.admin_textbox_small_right {
	background-color: lightsteelblue; 
	font-size: 1.3em;
	text-align: right;
	width: 30px;
}

.admin_textbox_medium_center {
	background-color: lightsteelblue; 
	font-size: 1.3em;
	text-align: center;
	width: 60px;
}

.admin_textbox_medium_left {
	background-color: lightsteelblue; 
	font-size: 1.3em;
	text-align: left;
	width: 60px;
}

.admin_textbox_medium_right {
	background-color: lightsteelblue; 
	font-size: 1.3em;
	text-align: right;
	width: 60px;
}

.admin_textbox_large_center {
	background-color: lightsteelblue; 
	font-size: 1.3em;
	text-align: center;
	width: 100px;
}

.admin_textbox_large_left {
	background-color: lightsteelblue; 
	font-size: 1.3em;
	text-align: left;
	width: 100px;
}

.admin_textbox_large_right {
	background-color: lightsteelblue; 
	font-size: 1.3em;
	text-align: right;
	width: 100px;
}

.admin_listbox 
{
	font-size: 1.3em;
	background-color: lightsteelblue; 
	scrollbar-shadow-color: SteelBlue; 
	scrollbar-3dlight-color: SteelBlue; 
	scrollbar-base-color: SteelBlue; 
	scrollbar-darkshadow-color: SteelBlue; 
	scrollbar-face-color: LightSteelBlue; 
	scrollbar-highlight-color: SteelBlue; 
	scrollbar-track-color: LightSteelBlue;
	
}

.admin_dropdownlist 
{
	font-size: 1.3em;
	background-color: lightsteelblue; 
}

.admin_checkbox 
{

}

.admin_textbox 
{
	background-color: lightsteelblue; 
}

.admin_label 
{
	font-weight: bold;
}

.admin_infobox 
{
	border: solid 1px black; 
	width: 600px; 
	height: 350px; 
	display: none; 
	background-color: black;
	color: yellow;
	
}

.admin_leftinfo 
{
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FF696969', EndColorStr='#FF000000');
}

.admin_rightinfo 
{
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FF000000', EndColorStr='#FF696969');
}

.admin_centerinfo 
{
	background-color: #696969;
	vertical-align: top;
	text-align: left;
}

/* Admin */