/* Common tags                 */
/*-----------------------------*/		

body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
}

body {
	background: #FFFFFF;
	font-family: Open Sans, Arial, sans-serif;
	font-size: 85%;
}
tr
{
    vertical-align:top;
}
A:link      { color: #5D7B9D; text-decoration:none; }
A:visited 	{ color: #5D7B9D; text-decoration:none; }
A:active 	{ color: #5D7B9D; cursor:pointer; text-decoration:none; }
A:hover 	{ color: #B2C3E1; cursor:pointer; text-decoration: underline; }
		
A.bodyLink:link     { color: #5D7B9D; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #5D7B9D; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #5D7B9D;  cursor:pointer; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #B2C3E1;  cursor:pointer; text-decoration:underline; font-weight:bold; }
		
A.titleLink:link    { color: #B2C3E1; text-decoration:none; font-weight:bold; }
A.titleLink:visited { color: #B2C3E1; text-decoration:none; font-weight:bold; }
A.titleLink:active 	{ color: #B2C3E1;  cursor:pointer; text-decoration:none; font-weight:bold; }
A.titleLink:hover 	{ color: #F7F6F3;  cursor:pointer; text-decoration:underline; font-weight:bold; }

A.toolbarButton:link,A.imageButton:link    
{
	text-decoration:none;	
	background-color: #5D7B9D;
    color: #F7F6F3;
	display: block;
 }
A.toolbarButton:visited,A.imageButton:visited {
	text-decoration:none;	
	background-color: #5D7B9D;
    color: #F7F6F3;
	display: block;
}
A.toolbarButton:active,A.imageButton:active {
	text-decoration:none;	
	background-color: #5D7B9D;
    color: #F7F6F3;
	display: block;
}
A.toolbarButton:hover,A.imageButton:hover {
	text-decoration:none;
    background-color: #284775;
    color: #FFFFFF;
	display: block;
}
		
A.popMenuItem:link    
{
	text-decoration:none;	
	display: block;
 }
A.popMenuItem:visited {
	text-decoration:none;	
	display: block;
}
A.popMenuItem:active {
	text-decoration:none;	
	display: block;
}
A.popMenuItem:hover {
	text-decoration:none;
	display: block;
}
		
A.adminMenuItem:link    
{
	text-decoration:none;	
	display: block;
    color:#F7F6F3;
 }
A.adminMenuItem:visited {
	text-decoration:none;	
	display: block;
    color:#F7F6F3;
}
A.adminMenuItem:active {
	text-decoration:none;	
	display: block;
    color:#F7F6F3;
}
A.adminMenuItem:hover {
	text-decoration:none;
	display: block;
    color:#F7F6F3;
    background-color: #284775;
}
th {
	text-align: left;
}		
p
{
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 2px solid #5D7B9D;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
}

/* Classes                    */
/*-----------------------------*/
.hrLight {
	border: 0;
	border-top: 2px solid #E6E2D8;
	height: 2px;
}

.topVertText {
	vertical-align: top;
	display: table-cell;
}
.centeredVertText {
	vertical-align: middle;
	display: table-cell;
}
.centeredText {
	text-align: center;
}
.rightJustText {
	text-align: right;
}
.rightJustTDObj {
	float: right;
}

.title
{
    text-transform: uppercase;
    font-size: large;
    font-weight: bold;
    color: #5D7B9D;
 }

.menutextindent
{
    font-size: x-small;
}

.wideTable {
	width: 100%;
}

.rightJustMargin {
	margin: auto 1px auto auto;
}
.centerMargin {
	margin: auto;
}

.fullBox
{
	background-color: #F7F6F3;
	color: #333333;
	border-color : #E6E2D8;
	border-style : solid;
	border-width : 1px;
    vertical-align : top;
    height: 100%;
}    

.mailBody
{
	margin: 1px auto 0 auto;
	background-color: #FFFFFF;
	color: #333333;
	border-color : #E6E2D8;
	border-style : solid;
	border-width : 1px;
}    

.adminMenuSeparator {
	font-size: 1.1em;
	width: 100%;
	background-color: #F7F6F3;
	border-top: 1px solid #E6E2D8;
}
.adminMenuTitle {
	color: #F7F6F3;
	font-size: 1.3em;
}
.adminMenuItem {
	margin: 2px 0 2px 7px;
    color:#F7F6F3;
}
.adminMenu
{
	margin: 1px auto 0 auto;
    color:#F7F6F3;
    background-color:#5D7B9D;
	font-size: 1.0em;
	text-align: left;
}

.popMenu
{
	margin: 1px auto 0 auto;
    background-color:#F7F6F3;
    border:solid 1px #5D7B9D;
}
.popMenuItem
{
	font-size: 1.2em;
}

.wireFrame
{
    display:none;
    overflow:hidden;
    z-index:2;
    background-color:#F7F6F3;
    border:solid 1px #5D7B9D;
}
.aboutBox
{
    display: none; 
    width: 250px; 
    z-index: 2; 
    opacity: 0; 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
    border: solid 1px #5D7B9D; 
    background-color: #F7F6F3; 
    padding: 5px;
    text-align:left;
	color: #5D7B9D;
}

.boxWarning
{
	border: 1px solid #990000;
	margin: 1px auto 0 auto;
	background-color: #FFFFFF;
	color: #333333;
}    

.boxWarningTitle
{
	background-color: #990000;
	color: White;
	font-weight: bold;
}


.box
{
	margin: 1px auto 0 auto;
	padding: 10px;
	background-color: #FFFFFF;
	color: #333333;
	border-color : #E6E2D8;
	border-style : solid;
	border-width : 1px;
	border-radius:5px;
}    

.boxNormalFont
{
	margin: 1px auto 0 auto;
	background-color: #FFFFFF;
	color: #333333;
	border-color : #E6E2D8;
	border-style : solid;
	border-width : 1px;
}    

.boxTitle
{
    color: #5D7B9D;
    font-weight:bold;
	font-size: 1.2em;
	border-bottom: 1px solid #5D7B9D;
}

.boxTitleCenterNoBorder
{
    color: #5D7B9D;
    font-weight:bold;
	font-size: 1.2em;
	text-align: center;
}

.boxTitleButton
{
    background-color: #5D7B9D;
    color: White;
}

.boxTitleLarge
{
    color: #5D7B9D;
    font-weight:bold;
	font-size: 1.2em;
	border-bottom: 1px solid #5D7B9D;
}

.button
{
	border:1px solid #CCCCCC;
    background-color: #5D7B9D;
    color: #F7F6F3;
}

.m_ImageButton
{
    background-color: #5D7B9D;
    color: #F7F6F3;
}

.instructionText
{
    color:#000000;
    font-style:italic;
}

.textBox
{
	border:1px solid #CCCCCC;
    font-size:1em;
	border-radius: 3px;
}

.textBoxWide
{
	border:1px solid #CCCCCC;
    font-size:1em;
	border-radius: 3px;
	width: 300px;
}

.textBoxLarge
{
	border:1px solid #CCCCCC;
    font-size:1.5em;
	border-radius: 3px;
	height: 1.5em;
}

.smallFontLabel
{
    font-size:0.9em;
}

.largeFontLabel
{
    font-size:1.5em;
}

.textBoxFullSizeFont
{
	border:1px solid #CCCCCC;
    font-size:1.0em;
	border-radius: 3px;
}
.navToolbar
{
    width: 100px;
}

.optToolbar
{
    width: 100px;
	margin-left: auto;
	white-space: nowrap;
}

.msgToolbar
{
    width: 790px;
}

.toolbar
{
	background-color: #5D7B9D;
	color: #F7F6F3;
	width: 100%;
}

.toolbarButton
{
	font-size: 1.2em;
	vertical-align: middle;
}

.imageButton
{
	font-size: 1.0em;
	vertical-align: middle;
}

.grid
{
	color: #333333;
	border-color : #E6E2D8;
	border-style : solid;
	border-width : 1px;
    width: 100%;
}    

.gridOptionsHeader
{
    background-color: #E7E6E3;
    color: #5D7B9D;
    font-weight:bold;
}    

.gridHeader
{
    background-color: #FFFFFF;
    color: #5D7B9D;
    font-weight:bold;
}    

.gridPager
{
    background-color: #5D7B9D;
    color: #E7E6E3;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color:#B6B2A8;
}    

.gridRow
{
	background-color: #F4F3F0;
}    

.gridAltRow
{
	background-color: #FFFFFF;
}    

.gridSelRow
{
	background-color: #E7E6E3;
}    

.errorMsg
{
	margin: 1px auto 0 auto;
	background-color: #F7F6F3;
	color: Red;
	border-color : #E6E2D8;
	border-style : solid;
	border-width : 1px;
    text-align : center;
}    

.infoMsg
{
	margin: 1px auto 0 auto;
	background-color: #F7F6F3;
	color: #333333;
	border-color : #E6E2D8;
	border-style : solid;
	border-width : 1px;
    text-align : center;
}    

.errorIcon
{
    background:url(Images/m_error24.png) no-repeat left top;
    background-repeat:no-repeat;
    height:24px;
    width:24px;
}

.infoIcon
{
    background:url(Images/m_info24.png) no-repeat left top;
    height:24px;
    width:24px;
}

.questionIcon
{
    background:url(Images/m_question24.png) no-repeat left top;
    height:24px;
    width:24px;
}

.attachFileNorm
{
    background-image:url("Images/blank2424.png");
    background-repeat:no-repeat;
    height:24px;
    width:24px;
}

.attachFileUploading
{
    background-image:url("Images/WaitAn.gif");
    background-repeat:no-repeat;
    height:24px;
    width:24px;
}

.plainPanel
{
	margin: 1px 0 0 0;
}    

.whitePanel
{
	margin: 1px auto 0 auto;
	background-color: #FFFFFF;
	color: #333333;
	border-color : #E6E2D8;
	border-style :solid;
	border-width : 1px;
}    

.groupPanel
{
	margin: 1px auto 0 auto;
	background-color: #F7F6F3;
	color: #333333;
	border-color : #E6E2D8;
	border-style :solid;
	border-width : 1px;
}    

.defaultPanel
{
	margin: 1px auto 0 auto;
	background-color: #F7F6F3;
	color: #333333;
	border-color : #E6E2D8;
	border-style :solid;
	border-width : 1px;
}    

.popupPanel
{
	margin: 1px auto 0 auto;
	background-color: #F7F6F3;
	color: #333333;
    border: solid 1px #5D7B9D; 
}    

.formData
{
    font-size: 1.0em;
}    

.dropDown
{
    font-size: 1.0em;
	border: 1px solid #5D7B9D;
}    

.dropDownPlain
{
    font-size: 1.0em;
	border: 1px solid #CCCCCC;
}    

.dropDownAdmin
{
    font-size: 1.0em;
	border: 1px solid #5D7B9D;
	background-color:  #5D7B9D;
	color: #F7F6F3;
	width: 100%;
}    

.modalBackground {
    filter: alpha(Opacity=40);
	opacity:0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}

.modalBackgroundLight {
	background-color:White;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.statsPanel
{
	margin: 1px auto 0 auto;
	background-color: White;
	color: #333333;
	border-color : #E6E2D8;
	border-style :solid;
	border-width : 1px;
}

.statsTitle
{
    color: #5D7B9D;
    font-weight:bold;
}

.watermark
{
    background-color:#FFFACD;
    color:Gray;
	border: 1px solid #CCCCCC;
}

.updating 
{
	background-image:url(Images/loading.gif);
	background-repeat:no-repeat;
}

.reorderList li
{
	list-style:none;
	margin:2px;
}

/* Ajax Tab Control            */
/*-----------------------------*/
.ajaxTab .ajax__tab_header {
	white-space:normal!important;
	border-bottom: 1px solid #5D7B9D;
}
.ajaxTab .ajax__tab_outer {
    padding-right:3px;
	background : #5D7B9D;
	border: 1px solid #FFFFFF;
    height:25px;
}
.ajaxTab .ajax__tab_inner {
    padding-left:3px;
    background:#5D7B9D;
}
.ajaxTab .ajax__tab_tab {
    height:13px;
    padding:4px;
    margin:0;
    color:#FFFFFF;
	font-size: 1.1em;
	background :#5D7B9D;
}
.ajaxTab .ajax__tab_hover .ajax__tab_outer {
    background:#284775;
}
.ajaxTab .ajax__tab_hover .ajax__tab_inner {
    background:#284775;
}
.ajaxTab .ajax__tab_hover .ajax__tab_tab {
    background:#284775;
}
.ajaxTab .ajax__tab_active .ajax__tab_outer {
		border-top:1px solid #5D7B9D;
		border-left:1px solid #5D7B9D;
		border-right:1px solid #5D7B9D;
    background:#FFFFFF;
}
.ajaxTab .ajax__tab_active .ajax__tab_inner {
    background:#FFFFFF;
}
.ajaxTab .ajax__tab_active .ajax__tab_tab {
    background:#FFFFFF;
	color: #5D7B9D;
}
.ajaxTab .ajax__tab_body {
    border:1px solid #5D7B9D;
    border-top:0;
    padding:8px;
	background-color: #FFFFFF;
}

/* Ajax Calendar Control            */
/*-----------------------------*/
.ajaxCalendar .ajax__calendar_container {
    border:1px solid #E6E2D8;
	background-color: White;
    color: #5D7B9D;
}
.ajaxCalendar .ajax__calendar_other .ajax__calendar_day,
.ajaxCalendar .ajax__calendar_other .ajax__calendar_year {
    color: Silver;
}
.ajaxCalendar .ajax__calendar_hover .ajax__calendar_day,
.ajaxCalendar .ajax__calendar_hover .ajax__calendar_month,
.ajaxCalendar .ajax__calendar_hover .ajax__calendar_year 
{
    color:Black;
    font-weight:bold;
    background-color:#F7F6F3;
}
.ajaxCalendar .ajax__calendar_active .ajax__calendar_day,
.ajaxCalendar .ajax__calendar_active .ajax__calendar_month,
.ajaxCalendar .ajax__calendar_active .ajax__calendar_year {
    color: #5D7B9D;
    font-weight:bold;
    background-color:#F7F6F3;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	color: #5D7B9D;
	font-size: 1.8em;
	font-weight: normal;
}

h2
{
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 30px;
	color: #5D7B9D;
	margin-bottom: -15px;
}
	
h3
{
	font-size: 1.3em;
	font-weight: normal;
	color: #5D7B9D;
	padding-left: 15px;
}

h1, h2, h3, h4
{
	margin: 0;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1.0em;
}

table.header
{
	  background-color:#5B6DB5;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-size: x-large;
		font-weight: bolder;
		color: #FFFFFF;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color:#5D7B9D;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30px;
	font-size:xx-small;
	font-weight: normal;
	color: #5D7B9D;
	text-align: right;
}
/*
	Clases for drag and drop functionality of WebMailOptions pages
*/
.dragBox {
	cursor: pointer; 
}


