@import url(topNav.css);
@import url(nav-h.css);
@import url(search.css);
@import url(home.css);
@import url(forms.css);
@import url(sub.css);
@import url(leftNav.css);
@import url(Chat.css);
@import url(tabs.css);

body {
	margin: 0;
	font-family: Arial, Verdana, Sans-serif;
	background-image: url(../../Assets/images/layout/page_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}

p {
    font-size: 13px;
    padding-right: 15px;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
}

a {
	color: #094fa3;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

h4 {
	color: #094fa3;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#frame {
	width: 900px;
	padding: 0 0 10px 0;
	margin: 0 auto;
	background-color: #fff;
}

#footer {
	width: 900px;
	height: 70px;
	padding-top: 20px;
	margin-top: 30px;
	text-align: right;
	background-image: url(../../Assets/images/layout/footer_bg.png);
}

#footer p {
	font-size: 10px;
	color: #7d7d7d;
	margin: 0;
}

#footer a {
	color: #7d7d7d;
	text-decoration: none;
}

#footer a:hover {
	color: #7d7d7d;
	text-decoration: underline;
}

#header
{
    width: 900px;
    height: 155px;
    background-image: url('../../Assets/images/layout/header_bg.png');
    background-repeat: no-repeat;
}

#mainNavCrumbs {
	height: 20px;
	float: right;
	width: 638px;
	padding: 7px 0 5px 10px;
	border-bottom: 1px solid #eee;
	margin-right: 40px;
	margin-left: 12px; /*background-image: url(../images/breadcrumb/bc_bg.gif);*/
}

.contentHolder {
	float: left;
	padding: 10px 55px 10px 55px;
	background-color: #fff;
	width:790px;
	margin-top:25px;
}

#clear {
	clear: both;
}

.error 
{
	color: #ff0000;
}
	
.modalBackground {
	background-color: gray;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

/***************************************/
/*data table*/
.dataTable_ScrollWindow {
	overflow: auto;
	padding: 1px;
}

.dataTable_ScrollWindow table 
{
	width: 100%;
	font-size: 11px;
	border: 1px solid #c0c0c0;
	background: #f2f2f2;
}

.dataTable_ScrollWindow table th {
	background: url(../../Assets/images/layout/tableHead_bg.gif);
	font-size: 12px;
	border: 1px solid #c0c0c0;
	text-align: left;
	padding: 2px 2px 2px 3px;
}

.dataTable_ScrollWindow table th a {
	color: #000000;
	text-decoration: underline;
}

.dataTable_ScrollWindow table tr a {
	text-decoration: underline;
}

.dataTable_ScrollWindow table td {
	padding: 2px 2px 2px 3px;
	border: 1px solid #c0c0c0;
}


.dataTable_ScrollWindow table .pageNav td table {
	border: 0px;	
	width: auto;
}


.dataTable_alternateRow {
	background: #e6e6e6;
}

.dataTable_selectedRow {
	background: #bbbbbb;
}

.dataTable table {
	font-size: 11px;
	border: 1px solid #c0c0c0;
	background: #f2f2f2;
}

.dataTable table th {
	background: url(../../Assets/images/layout/tableHead_bg.gif);
	font-size: 12px;
	border: 1px solid #c0c0c0;
	text-align: left;
	padding: 2px 2px 2px 3px;
}

.dataTable table th a {
	color: #000000;
	text-decoration: underline;
}

.dataTable table td {
	padding: 2px 2px 2px 3px;
	border: 1px solid #c0c0c0;
}


/***************************************/


/* ajax update progress */

#UpdateProgressMain {
	width: 400px; 
	background-color: #fff1a8; 
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	top: 0; 
	right: 0; 
	position: fixed;
	z-index: 999;
}

.adHolder 
{
	width:90%;
	margin-top:25px;
	margin-bottom:25px;
	text-align:center;
}

.smallfont 
{
	font-size: 11px;
}

input[type=submit].buttonSmall {
	height: 23px;
	padding: 0px;
	border-style: solid;
  border-width: 1px;
	border-color: black;
	background: url(../../Assets/images/layout/buttons/buttonSmall_bg.png) 0% 0% repeat-x;
	color: #FEFEFE;
}
input[type=button].buttonSmall {
	height: 23px;
	padding: 0px;
	border-style: solid;
  border-width: 1px;
	border-color: black;
	background: url(../../Assets/images/layout/buttons/buttonSmall_bg.png) 0% 0% repeat-x;
	color: #FEFEFE;
}

input[type=submit] {
	height: 30px;
	padding: 0px;
	border-style: solid;	
  border-width: 1px;
	border-color: black;
	background: url(../../Assets/images/layout/buttons/button_bg.png) 0% 0% repeat-x;
	color: #FEFEFE;
}
input[type=button] {
	height: 30px;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background: url(../../Assets/images/layout/buttons/button_bg.png) 0% 0% repeat-x;
	color: #FEFEFE;
}



.accountAlphabet {
    margin: 0 0 15px 0;
    font-size: 11px;
}

.accountAlphabet a {
    margin: 0 1px 0 1px;
    color: #c1b9ac;
    text-decoration: none;
}

.accountAlphabet .selected {
    font-weight: bold;
}

.accountAlphabet .hasRecords {
    text-decoration: underline;
    color: #2c736d;
}

.watermark {
	color: Gray;
}
