﻿/* General CSS Document */
.spacer
{
    line-height: 0;
    font-size: 0;
    clear: both;
}
p
{
    margin: 9px 0;
}
/*****************************************/
/*remove the blue glow highlight in Safari*/
*:focus
{
    outline: 0;
}
/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img
{
    border: none;
}
/****************************************/
ul, ol
{
    list-style: none;
}
/****************************************/
strong
{
    font-weight: bold;
}
body 
{
    font-size:12px;
    font-family:Arial;
}
/*-------------------------------------- header area ------------------------*/

.maindiv
{
    width: 812px;
    overflow: hidden;
    text-align:justify;
    position:relative;
    top:0px; 
    padding:0px;
    margin: 0 auto;

}
/*---------------------------Body Area---------------------------*/
.bodyContainer
{
    height:410px;
    background-color:#F9F9F9;
    text-align:center;
    position:relative;
    width:760px;
    margin: 0 auto;

}
.innerContent
{
 
    margin: 0 auto;
    overflow: hidden;
    text-align:center;vertical-align:middle;

}
.bottomContent
{
 
    margin: 0 auto;
    overflow: hidden;
    text-align:center;

}
.bodyBackground
{
    background-color:Transparent;
    width:812px;
    text-align:justify;
    position:relative;
    background-image: url(/gifs/main_background.gif);
    background-repeat:repeat-y;
    margin: 0 auto;
}
.mainDivLeftCol
{
    min-height: 480px;
    width:219px;
    float:left;
    border:solid  1px black;
}
.mainDivRightCol
{
    min-height: 480px;
    border:solid black;
    border-width:1px 1px 1px 0px;
    width:578px;
    float:left;
}
/*------------------------------------------------------------*/
.mainDivLeftColNoWidth
{
    min-height: 480px;
    float:left;
    border:solid  1px black;
}

.mainDivRightColNoWidth
{
    min-height: 480px;
    border:solid black;
    border-width:1px 1px 1px 0px;
    float:left;
}

.Title
{
    font-size:12px;
    font-family:Arial;
	font-weight:bold;
	background-color:#017BAD;
	color:White;
	text-decoration:none;
	border-bottom-color:#017BAD;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-top-color:#017BAD;
	border-top-style:solid;
	border-top-width:2px;
	border-left-color:#017BAD;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:#017BAD;
	border-right-style:solid;
	border-right-width:2px;
	height:25px;
	vertical-align:middle;
}
.Content
{
	background-color:white;
	border-bottom-color:#DADADA;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-top-color:#DADADA;
	border-top-style:solid;
	border-top-width:3px;
	border-left-color:#DADADA;
	border-left-style:solid;
	border-left-width:3px;
	border-right-color:#DADADA;
	border-right-style:solid;
	border-right-width:3px;
}
.Buffer
{
    border-bottom-color:white;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-top-color:white;
	border-top-style:solid;
	border-top-width:2px;
	border-left-color:white;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:white;
	border-right-style:solid;
	border-right-width:2px;
}
.Button
{
    color:#538080;
    background-color:#ECECEC;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#60BA8B;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#60BA8B;
    border-left-width:1px;
    border-left-style:solid;
    border-left-color:#60BA8B;
    border-right-width:1px;
    border-right-style:solid;
    border-right-color:#60BA8B;
    font-family:Arial;
    font-size:12px;
    text-decoration:none;
    
}
.Title_Medium_Blue
{
    color:#017BAD;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
}
.Title_Big_Blue
{
    color:#017BAD;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
}
.Button_MenuItem
{
    color:#538080;
    font-family:Arial;
    font-size:11px;
    text-decoration:none;
    
}
.Button_MenuItem_Selected
{
    color:#60BA8B;
    font-family:Arial;
    font-size:11px;
    text-decoration:none;
    font-weight:bold;
    
}
.Button_MenuItem_Bottom
{
    color:#017BAE;
    font-family:Arial;
    font-size:10px;
    text-decoration:none;
    font-weight:bold;
    
}
.Label_Warning
{
	color:Red;
	background-color:Transparent;
	border-bottom-style:none;
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
	font-family:Arial;
    font-size:12px;
}
.Text
{
	color:#939393;
	background-color:Transparent;
	font-family:Arial;
    font-size:12px;
    font-weight:normal;
}
.Text_Table
{
	color:Black;
	background-color:Transparent;
	font-family:Arial;
    font-size:10px;
    font-weight:normal;
}
.Warning
{
	color:Red;
	background-color:Transparent;
	font-family:Arial;
    font-size:12px;
    font-weight:normal;
}
.Text_Title
{
    color:#939393;
	background-color:Transparent;
	font-family:Arial;
    font-size:12px;
    font-weight:bold;
}
.TextBox
{
	background-color:#FFFBFF;
	border-bottom-color:#DADADA;
	border-top-color:#DADADA;
	border-left-color:#DADADA;
	border-right-color:#DADADA;
	border-bottom-style:Solid;
	border-top-style:Solid;
	border-right-style:Solid;
	border-left-style:Solid;
	border-bottom-width:1px;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	font-family:Arial;
    font-size:10px;
    color:Black;
}
.Lable_Text
{
	color:Black;
	background-color:Transparent;
	border-bottom-style:none;
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
	font-family:Arial;
    font-size:12px;
}
.DDL
{
	background-color:#FFFBFF;
	font-family:Arial;
	font-size:10px;
	color:Black;
}
.DDL_BlueBackground
{
	background-color:#017BAD;
	color:White;
}
.LinkButton
{
   text-decoration:underline;
   color:#939393;
   font-weight:bold;
   	background-color:Transparent;
	font-family:Arial;
    font-size:12px;
}
.Button
{
    color:#538080;
    background-color:#ECECEC;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#60BA8B;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#60BA8B;
    border-left-width:1px;
    border-left-style:solid;
    border-left-color:#60BA8B;
    border-right-width:1px;
    border-right-style:solid;
    border-right-color:#60BA8B;
    font-family:Arial;
    font-size:12px;
    text-decoration:none;
    
}
.Border
{
    border-bottom-color:#DADADA;
    border-top-color:#DADADA;
    border-right-color:#DADADA;
    border-left-color:#DADADA;
}