﻿/*The below will never change style...*/
body 
{
	font-size: 14px;
	font-family: Calibri, Arial;
	background-image: url(/myseko3/images/ThemeSpecific/mySEKO3_Gold/bg2.jpg);
	background-repeat: repeat-x;
}

.Error
{
	font-size: 14px;
	font-family: Calibri, Arial;
	color: #FF0000;
	font-weight: bold;
}

.Success
{
	font-size: 14px;
	font-family: Calibri, Arial;
	color: #009900;
	font-weight: bold;
}

.General
{
	font-size: 14px;
	font-family: Calibri, Arial;
	color: #000099;
	font-weight: bold;
}

.White
{
	font-size: 14px;
	font-family: Calibri, Arial;
	color: #FFFFFF;
}

.Black
{
	font-size: 14px;
	font-family: Calibri, Arial;
	color: #000000;
}

/*The above will never change style...*/

/*The below names can never be changed*/
.MainBackground
{
	/*background-color: #fffef5;*/
	/*background-color: #ffffff;*/
}

a
{
	font-size: 14px;
	font-family: Calibri, Arial;
	color: #664400;					/*Link color*/
	text-decoration: none;
}
a:Hover
{
	font-size: 14px;
	font-family: Calibri, Arial;
	color: #664400;					/*Link color*/
	text-decoration: underline;
}
/*The above names can never be changed*/

.Label
{
	font-size: 14px;
	font-family: Calibri, Arial;
	color: #000000;
}

.Header
{
	font-size: 26px;
	font-weight: bold;
	font-family: Calibri, Arial;
	color: #000000;
}

.SubHeader
{
	font-size: 18px;
	font-weight: bold;
	font-family: Calibri, Arial;
}

.Footer
{
	font-size: 11px;
	font-family: Calibri, Arial;
}

.DropDownList
{
	font-family: Calibri, Arial;
	font-size: 14px;
}

.Button
{
	color: #000000;
	font-family: Calibri , arial;
	font-size: 14px;
	border-style: solid;
	border: solid 1 #664400;			/*Link color*/
	border-width: 1px;
	border-color: #664400;				/*Link color*/
	background-color: #FFFFFF;
}

.LinkButton
{
	font-size: 14px;
	font-family: Calibri, Arial;
	color: #664400;						/*Link color*/
	text-decoration: underline;
}


.Calendar
{
	font-size: small;
	font-family: calibri, arial;
	width: 200px;
	border: solid 1 #000000;
	border-width: 1px;
	border-color: #000000;
}

.PartTitleStyleBackground
{
	background-color: #ceb379;			/*dark color*/
	color: #FFFFFF;
	font-weight: bold;
}

.lblHeader
{
	font-size: 12px;
	font-family: Calibri, Arial;
	color: #FFFFFF;
}

.tblHeader
{
	top: 0;	
	position: fixed;
	width: 100%;
	background-image: url(/myseko3/images/ThemeSpecific/mySEKO3_Gold/top_bg.jpg);
	height: 35px;
	background-color: #000000;
	z-index: 65535;
}

.tblHeader2
{
	width: 100%;
	background-image: url(/myseko3/images/ThemeSpecific/mySEKO3_Gold/top_bg.jpg);
	height: 35px;
	background-color: #000000;
	z-index: 65535;
}

/*Modal Popup*/
.modalBackground {
	background-color:#664400;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Black;
	padding:3px;
	width:250px;
}
/*Modal Popup*/



.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
border-left: 1px solid #DADADA;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
font-size: 12px;
color: #FFFFFF;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
font-size: 12px;
color: #FFFFFF;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
/*filter: alpha(opacity=95);*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
font-size: 12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
font-size: 12px;
}

/*Watermark Extender*/
.WatermarkExtender
{
	color: #999999;
}

.ListExtenderCSS
{
	color: #999999;
}

/*AJAX Accordian Extender*/
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: calibri, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border-width: 1px;
    border-color: #2F4F4F;
    border-style: dotted;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-family: calibri, arial;
	font-size: 12px;
}
/*AJAX Accordian Extender*/



.pws_Poor
{
	font-family: Calibri, Verdana, Arial;
	color: Red;
	font-weight: bold;
}
.pwsWeak
{
	font-family: Calibri, Verdana, Arial;
	color: Orange;
	font-weight: bold;
}
.pwsAverage
{
	font-family: Calibri, Verdana, Arial;
	color: Yellow;
	font-weight: bold;
}
.pwsStrong
{
	font-family: Calibri, Verdana, Arial;
	color: Blue;
	font-weight: bold;
}
.pwsExcellent
{
	font-family: Calibri, Verdana, Arial;
	color: Green;
	font-weight: bold;
}

    .TextIndicator_TextBox1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;  
     padding: 2px 3px 2px 3px;   
}
/* Dangerous Goods */
 .DangerousGoods
{
    background-image: url(/myseko3/images/DGBG.jpg);
    color: #fe9f11;
    height: 20px;
}
.DynamicMenuStyle
{
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	font-size: 12px;
	font-weight: bold;
}


* html .DynamicMenuStyle a
{ /*IE only hack*/
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}

.DynamicMenuStyle a
{
	color: Black;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.DynamicMenuStyle a:hover
{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	font-size: 12px;
	font-weight: bold;
}

.StaticMenuStyle a
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
