﻿body 
{
	margin: 0;
	padding: 0;
	background-color: #4D93BA;
}

a
{
	color: #498CB1;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#bodycontent
{
	/*min-height: 100%;
	position: relative;*/
}

#controlpanel
{
	background-color: #FFFFFF; 
	width: 400px;
	height: 20px; 
	border: solid 1px #000000;
	border-top: none;
	display: block;
	font-size: 8pt;
	font-family: Arial, Helvetica;
	padding: 3px;
	vertical-align: middle;
}

#logo
{
	margin: 0;
	padding: 0;
	height: 125px;
	width: 836px;
	border: none;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
}

.logolink
{
	display: block;
	width: 290px;
	height: 100px;
	border: none;
	margin-top: 15px;
	margin-left: 30px;
	float: left;
}

#infobar
{
	float: right;
	width: 320px;
	height: 100px;
	margin-top: 25px;
	/*margin-left: 130px;*/
	text-align: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	/*font-weight: bold;*/
	color: #FFFFFF;
	/*padding-left: 20px;*/
}

#infobar ul
{
	width: 115px;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}

#infobar ul li 
{
	margin-bottom: 5px;
}

#infobar ul li ul
{
	font-size: 6pt;
	margin: 0;
	padding-left: 5px;
}

#infobar ul li ul li
{
	margin-bottom: 0;
}

#main
{
	clear: both;
	background-image: url("../img/main_bg.png");
	background-repeat: repeat-y;
	width: 836px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	border: none;
}

#contentwrapper
{
	padding: 10px 35px 10px 35px;
}

#sidebar
{
	border: solid 1px #7B93A4;
	background: #EBF6FC url("../img/sidebar_bg.gif") repeat-y;
	width: 195px;
	float: left;
	font-family: Segoe UI, Arial, Helvetica;
	font-size: 9pt;
	color: #362F2D;
	padding-top: 10px;
}

#sidebar a
{
	text-decoration: none;
	color: #362F2D;
	margin: 0;
	padding: 0;
}

#sidebar a:hover
{
	text-decoration: underline;
	color: #000000;	
}

#sidebar ul
{
	list-style: none;
	padding: 0 0 0 17px;
	margin: 0 0 0 0;
	font-weight: bold;
}

#sidebar ul li
{
	padding-bottom: 10px;
}

#sidebar ul ul
{
	font-size: 8pt;
	padding: 10px 0 0 10px;
	font-weight: normal;
}


#login
{
	border: solid 1px #898989;
	background: #E2E2E2;
	width: 195px;
	float: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7pt;
	color: #555555;
	margin-top: 20px;
	clear: left;
	vertical-align: middle;
}

#login .row
{
	clear: both;
	margin: 5px 0 5px 0;
}

#login .label
{
	text-align: right;
	float: left;
	width: 50px;
	margin: 5px 5px 5px 0px;
}

#login .input
{
	float: left;
	margin-bottom: 5px;
}


#login input
{
	width: 110px;
	border: solid 1px #534741;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
}

#login input[type="submit"]
{
	width: 50px;
	background-color: #ACACAC;
	font-size: 7pt;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	font-family: Corbel, Arial, Helvetica;
	font-size: 11pt;
	margin: 0 0px 0 0px;
	margin-left: 210px;
	padding: 0;
}

#content h1
{
	font-family: Segoe UI, Arial, Helvetica;
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #4A8EB3;
	margin: -9px 0 10px 0;
	padding: 0;
}

#content p
{
	margin-bottom: 10px;
}

#slideshow
{
	text-align: center;
	vertical-align: middle;
	margin: 20px 0;
}

#slideshow img
{
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#slideshow #caption
{
	margin: 0 auto;
	padding: 10px 0;
	width: 275px;
	border-left: solid 1px #AFBFCB;
	border-right: solid 1px #AFBFCB;
	border-bottom: solid 1px #AFBFCB;
	background-color: #DBE4EB;
	vertical-align: middle;
	font-family: Corbel, Arial, Helvetica;
	font-size: 7.5pt;
	
}

#quicklinks
{
	font-family: Segoe UI, Arial, Helvetica;
	font-size: 11pt;
	color: #95A9B6;
	text-align: center;
}

#quicklinks .link
{
	width: 100px;
	color: #498CB1;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}

#quicklinks a:hover
{
	text-decoration: underline;
}

#linkbar
{
	clear: both;
	padding-top: 20px;
	border: none;
}

#linkbar a
{
	text-decoration: none;
}

#linkbar img
{
	margin-right: 4px;
	border: none;
}

#footer
{
	clear: both;
	background-image: url("../img/footer_bg.png");
	background-repeat: no-repeat;
	width: 836px;
	height: 82px;
	border: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: left;
}

#footer .address
{
	float: left;
	margin: 10px 0px 0 40px;
}

#footer #copyright
{
	float: right;
	margin: 15px 30px 0 30px;
}

#design
{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
	text-align: center;
	margin-bottom: 20px;
}

#design a
{
	color: #222222;
}

.modalPopup 
{ 

  border: solid 1px #000000;
  background-color: #F0F0F0;
  border-width: 4px; 
  border-style: double; 
  overflow: hidden;
  font-family: Arial, Helvetica;
  font-size: 8pt;
  padding: 5px;
}

.modalPopupTitle
{
	text-align: center; 
	font-weight: bold; 
	margin-bottom: 7px; 
	cursor: move;
	height: 16px;
	background: #BBBBBB url("../img/icons/shading.png") no-repeat;
}

.modalBackground
{
  background-color: Gray; 
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.label
{
	text-align: right;
	vertical-align: top;
}

.GridView
{
	font-family: Tahoma, Arial, Helvetica, sans;
	font-size: 10pt;
}

.AlternatingRowStyle
{
	background-color: #DBDBDB;
}

.RowStyle
{
	background-color: #FAFAFA;
}

.SelectedRowStyle
{
	background-color: #4D93BA;
}

.HeaderStyle
{
	background-color: #FAFAFA;
}


/****************************
 * File Upload
 */
.Flajaxian_FileBox
{
    font-family:Tahoma,Arial,Verdana,sans-serif;
    font-size:10pt;
}
.Flajaxian_FileBoxHeader
{
    width:250px;
    height:16px;
    border:solid 1px #C8C8C8;
    display: none;
}
.Flajaxian_FileBoxHeaderText
{
    float:right;
    width:230px;
    text-align:center;
}
.Flajaxian_FileBoxHeaderArrowHolder
{
    /*float:left;
    width:16px;
    cursor:pointer;*/
    display: none;
}
.Flajaxian_FileBoxFileList
{
    width:250px;
    height:200px;
    overflow:auto;
    border-left:solid 1px #C8C8C8;
    border-right:solid 1px #C8C8C8;
    border-bottom:solid 1px #C8C8C8;
}
.Flajaxian_FileBoxFileListRow
{
    float:left;
    width:230px;
    padding-left:2px;
    text-align:left;
}
.Flajaxian_FileBoxFileListRow:hover
{
    background-color:#FFC;    
}
.Flajaxian_FileBoxFileListRowError
{
    float:left;
    width:230px;
    padding-left:2px;
    background-color:#F66;
    text-align:left;
}
.Flajaxian_FileBoxFileListRowUploading
{
    float:left;
    width:230px;
    padding-left:2px;
    background-color:#FFC;
    text-align:left;
}
.Flajaxian_FileBoxFileListRowUploaded
{
    float:left;
    width:230px;
    padding-left:2px;
    color:#999;
    text-align:left;
}
.Flajaxian_FileBoxFileListRowCloseBtn
{
    float:left;
    width:16px;
    padding-right:2px;
    cursor:pointer;
}
