﻿html, body 
{
	font-family:Arial;
	margin:0px;
	padding:0px;
}

body{
	background-image:url(Images/Header_BG.jpg);
	background-repeat:repeat-x;
}

td
{
	font-family:Arial;
	direction: ltr;
	font-size:11px;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

a, input {
outline-color: invert;
outline-style: none;
outline-width: medium;
}

a
{
	color:#2BBB2B;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h2
{
	color:#362B27;
}

.mainMenu a
{
	font-weight:bold;
	text-decoration:none;
	color:#686868;
	font-size:14px;
}

.mainTable{
	width:988px;
	height:100%;
}

.mainContent{
	padding-top:15px;
	padding-bottom:15px;
}

.header{
	
	height:72px;
}

.headerBottomPadding{
	padding-bottom:20px;
}

.footer{
	height:80px;
}

.footerTable{
	border-top:solid 1px #D6D6D6;
	width:100%;
	height:80px;
}

.loginBox a
{
	text-decoration:underline;
}

.title
{
	color:#362B27;
	font-size:14px;
	font-weight:normal;
	width:100%;
	padding-bottom:2px;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

.titleRed
{
	border-bottom-color: #DF432D;
}
.titleBlue
{
	border-bottom-color: #1EB0E9;
}
.titleOrange
{
	border-bottom-color: #F6821F;
}

.mediumTitle
{
	color:#362B27;
	font-size:24px;
	font-weight:bold;
}

.mainMenuLink
{
	color:#2B85B9;
	text-decoration:none;
	font-weight:bold;
}

.modalPopup {
	background-color:White;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:400px;
	height:300px;
}

.whiteBorder
{
	border:solid 2px white;
}
.switch
{
	display:block; 
	height:100px; 
	width:100px; 
	text-align:center;	
}

.switchImage
{
	position:relative;
	top:25px;
}

.switchTitle
{
	font-size:10px;
}


.bottomLine
{
  border-bottom:solid 1px #BDBDBD;
}

.button
{
    border-style: none;
	border-color: inherit;
	border-width: medium;
	width:95px;
	height:30px;
	font-size:14px;
	color:#362B27;
	background: transparent url(Images/button.jpg);
	padding-bottom:1px;
	direction: ltr;
}

.separator
{
	width:100%;
	height:3px;
	background-color:#e6e6e6;
	border: solid 1px #F3F3F3;
}

.categorySelected
{
	width:156px;
	height:32px;
	background: transparent url(Images/category_bg.gif);
	padding-left:10px;
	padding-top:5px;
	background-repeat:no-repeat;
}

.categorySelected a
{
	color:White;
	text-decoration:none;
}

.categoryUnSelected
{
	width:156x;
	height:32px;
	background-color: white ;
	background-image:none;
	
	padding-left:10px;
	padding-top:5px;
}

.categoryUnSelected a
{
	color: #2A84B9;
	text-decoration:none;
}

.shadow 
{
	
  box-shadow: 1px 1px 5px #65A0D9;
  -moz-box-shadow: 1px 1px 5px #65A0D9;
  -webkit-box-shadow: 1px 1px 5px #65A0D9;


}

.darkened
{
	  opacity: 0.9; /* Safari, Opera */
-moz-opacity:0.90: /* FireFox */
filter: alpha(opacity=90); /* IE */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

}


.outerShadow
{
	border:solid 2px #65A0D9;
}
