@charset "UTF-8";
/* CSS Document */

h1 {
	color: #999999;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	height: 70px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin: 0px;
	float: left;
	width: 306px;
}
h1.dashboard {
	color: #1E3781;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	margin-left: 306px;
	height: 70px;
	padding-top: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h1.subhead {
	color: #1E3781;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	margin-left: 0px;
	height: 70px;
	padding-top: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 12px;
}
#admin {
	clear: both;
	margin-bottom: 100px;
	margin-top: 0px;
	padding-top: 0px;
}
#admin #note {
	width: 256px;
	float: left;
	padding-right: 50px;
}
#admin #note p {
	margin: 0px;
	padding: 0px;
}
#admin #client {
	float: left;
	width: 600px;
}
#admin #interface {
	float: left;
	width: 911px;
}
#admin  p.intro {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #999999;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
table.files {
	background-color: #EEEEEE;
	width: 600px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
table.files td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
table.files td.date {
	width: 30px;
}
table.files td.file-type {
	text-align: right;
	width: 60px;
}
table.files a {
	font-weight: bold;
	color: #1E3781;
	text-decoration: none;
}
table.files a:hover {
	text-decoration: underline;
}

div.files {
	background-color: #EEEEEE;
	width: 600px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding:0px;
	margin:0px;
}
div.files td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div.files td.date {
	width: 30px;
}
div.files td.file-type {
	text-align: right;
	width: 60px;
}
div.files a {
	font-weight: bold;
	color: #1E3781;
	text-decoration: none;
}
div.files a:hover {
	text-decoration: underline;
}

/*Stylesheet for the popup control*/
.modelPopupControl
{
    border: 0px;
}
.modelPopupControl .top-lf
{
    background-image: url(../Images/top-lf.gif);
    width: 12px;
    height: 12px;
}
.modelPopupControl .top-hor
{
    background-image: url(../images/top-hor.gif);
    height: 12px;
}
.modelPopupControl .top-rt
{
    background-image: url(../images/top-rt.gif);
    width: 12px;
    height: 12px;
}
.modelPopupControl .lf-ver
{
    background-image: url(../images/lf-ver.gif);
    width: 12px;
}
.modelPopupControl .rt-ver
{
    background-image: url(../images/rt-ver.gif);
    width: 12px;
}
.modelPopupControl .bot-lf
{
    background-image: url(../images/bot-lf.gif);
    width: 12px;
    height: 12px;
}
.modelPopupControl .bot-hor
{
    background-image: url(../images/bot-hor.gif);
    height: 12px;
}
.modelPopupControl .bot-rt
{
    background-image: url(../images/bot-rt.gif);
    width: 12px;
    height: 12px;
}
.modelPopupControl .popupcontent
{
    background-color: #FFFFFF;
}

.popup_header
{
    padding: 0 5px;
    background: #CCCCCC;
    border-bottom: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    height: 24px;
    color: Black;
    background: transparent url(../images/thspacer.gif) repeat-x scroll center bottom;
    vertical-align: middle;
}

.loader
{
    width: 400px;
    position: fixed;
    margin: auto;
    z-index: 100000000;  
}
.popupcontent
{
    padding: 10px;
    border: 1px solid #CCCCCC;
}
.messagediv
{
    padding-bottom: 7px;
    display: table-cell;
    width: 100%;
    text-align: center;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.required
{
    color: Red ;
}

.lightMessage
{
    padding: 2px 2px;
    color: #aaaaaa;
    font-size:11px;
}

.normalLabel
{
    text-decoration: none;
    width: 100%;
    color:Black ;
}

.errorLabel
{
    text-decoration: none;
    background: url(../images/error.gif) no-repeat left;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    background-color: #FFEBE8;
    border: 1px solid #DD3C10;
    overflow: hidden;
    padding: 2px 2px 2px 25px;
    margin: 2px 2px 5px 2px;
    text-align: left;
    color:Black ;
}
.sucessLabel
{
    text-decoration: none;
    background: url(../images/success.gif) no-repeat left;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    background-color: #e8fcdf;
    border: 1px solid #4ca009;
    overflow: hidden;
    padding: 2px 2px 2px 25px;
    margin: 2px 2px 5px 2px;
    text-align: left;
    color:Black ;
}


.validationImage
{
   background: url(../images/error1.gif) no-repeat left bottom;
    width: 30px;
    height: 15px;
    text-align: left;
    padding: 0px 5px 0px 5px;
    vertical-align: top;
    cursor: pointer;
}

.ComparevalidationImage
{
    background: url(../images/mismatch.gif) no-repeat left bottom;
    width: 30px;
    height: 15px;
    text-align: left;
    padding: 0px 5px 0px 5px;
    vertical-align: top;
}

.breadcrumb
{
    font-size: 18px;
    color: #333333;
}
.formlable
{
    padding: 5px 5px 5px 20px;
    text-align: right ;
    width :160px;
}

.formlable_nowidth
{
    padding: 5px 5px 5px 20px;
    text-align: left;
}
.formlable_lesspadding
{
    padding: 5px 5px 5px 5px;
    text-align: right;
}
.field
{
    width: 200px;
    border: 1px solid #d2cece;
    padding: 2px;
    background: #FFFFFF;
    color: #666666;
}

.formbutton
{
    padding: 0px 5px 5px 5px;
    height: 23px;
    border: 1px solid #333333;
    color: #FFFFFF;
    font-weight: bold;
    background: url(../images/btnspacer.gif);
    display: inline;
    margin: 10px 2px;
}
.greed
{
    background: #f1f1f1;
    border-top: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
}
.greed th
{
    padding: 0 5px;
    background: #CCCCCC;
    border-bottom: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    height: 24px;
    color: Black;
    background: transparent url(../images/thspacer.gif) repeat-x scroll center bottom;
    vertical-align: middle;
}
.greed td
{
    padding: 5px;
    border-bottom: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    text-align: left;
}
.greed a
{
    color: Black;
    text-decoration: none;
}
.greed a:hover
{
    color: Black;
    text-decoration: underline;
}
.link
{
    color: #000066;
    font-weight: bold;
    text-decoration: none;
}
.link:hover
{
    color: Black;
    font-weight: bold;
    text-decoration: underline;
}
.pagination a 
{
    padding: 5px;
    border-bottom: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    color:#000066;
    font-size:12px;
    text-align: left;
}
.pagination a:hover
{
    padding: 5px;
    border-bottom: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    color:#000066;
    font-size:12px;
    font-weight:bold ;
    text-align: left;
}
 .pagination a.select
{
    padding: 5px;
    border-bottom: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    border-bottom-style:solid;
    border-right-style :solid; 
    color:#000066;
    font-size:13px;
    font-weight:bold ;
    text-align: left;
}
  
.space 
 {
     padding-right :10px;
     float :left ;
     }
     
#subnav  ul.submenu li a{
	text-decoration:none;
	color :#666666;
}
#subnav ul.submenu li a:hover {
	text-decoration:none;
	color: #000066;
}

.loginbox
{
    background: #f8f8f8;
    border: 1px solid #dad9d9;
}


#subnav div.adminsubmenu {
	float: left;
}

#subnav ul.adminsubmenu {
	list-style-type: none;
	color: #666666;
	margin: 0px;
	
	font-size: 11px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subnav ul.adminsubmenu li {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subnav ul.adminsubmenu li.select {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #1E3781;
}
#subnav ul.adminsubmenu a {
	font-weight: normal;
}
#subnav ul.adminsubmenu a:hover {
	text-decoration: underline;
}

.mandatoryfields
{
    float:left  ;
    width:150px;
}

.note
{
   float:right ;
   width :700px;
}
.note h3
{
    font-weight:bold;
    margin:0px;
    padding:5px;
}

.divGrid .leftlinks
{
    float:left ;
    width:400px;
    padding-bottom:5px;
}

.divGrid .rightlinks
{
    float:right ;
    width:100px;
}

.clientlogo
{
    border:0px;
}

.individualNews
{
 border-bottom: solid 1px #CCCCCC; 
 padding-bottom: 5px;   
}

.download2 {
	/*background-image: url(../images/download-icon.gif);*/
	background-repeat: no-repeat;
	padding-right: 15px;
	background-position: right 1px;
	cursor:pointer;
	text-decoration:none;
}
.small_txt{font-size :9px; color:#777777; font-style:italic; vertical-align:top; height:10px; }

.individualNews span.date {
	font-weight: bold;
	color: #1E3781;
	padding-right: 5px;
}

.individualNews span.title
{
    font-size:14px;
    font-weight:bold ;
}