﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #fff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* Search Control   
----------------------------------------------------------*/
.searchControl
{
	margin-right:30px;  width:170px; margin-bottom:5px; border:1px solid #ccc; 
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* TabControl LAYOUT ELEMENTS   
----------------------------------------------------------*/

.MyTabStyle .ajax__tab_header
{
    font-family: "Helvetica Neue" , Arial, Sans-Serif;
    font-size: 12px;
    font-weight:bold;
    display: block;
    cursor:pointer;
}
.MyTabStyle .ajax__tab_header .ajax__tab_outer
{
    border-color: #222;
    color: #222;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 3px;
    border:solid 1px #d7d7d7;
}
.MyTabStyle .ajax__tab_header .ajax__tab_inner
{
    border-color: #666;
    color: #666;
    padding: 3px 0px 2px 0px;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_outer
{
    background-color:#1570a6;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_inner
{
    color: #fff;
}
.MyTabStyle .ajax__tab_active .ajax__tab_outer
{
    border-bottom-color: #ffffff;
    background-color: #d7d7d7;
}
.MyTabStyle .ajax__tab_active .ajax__tab_inner
{
    color: #000;
    border-color: #333;
}
.MyTabStyle .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #fff;
    border-top-width: 0;
    border: solid 0px #d7d7d7;
    border-top-color: #ffffff;
    margin-left : -20px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #DEECF3;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 400px;
	margin-top: 67px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 14px;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 5px;
}


body
{
    margin: 3px 8px;
}
.content_block
{
    margin: 5px;
    min-width: 800px;
}
.content_header
{
    background: #DEECF3 none repeat scroll 0 0;
    border-top: 1px solid #6b90da;
    font-size: 1.25em;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    margin: 10px 0 0 0;
    padding: 3px 8px;
}



/* This is the CSS for the modal dialog window */
.modal {
  background-color: white;
  color: black;
  border: 1px solid gray;
  padding: 20px;
  display: block;
  position: absolute;
  top: 806px;
  left: 815px;
}

.header-fixed 
{
	
	position:fixed; top:0px; margin:auto; width:100%;
}
.logo_block
{
    height: 40px;
    margin: 0;
    padding: 27px 0 12px;
    vertical-align:bottom;
}
.logo
{
    border-width: 0;
    float: left;
}
.appblock
{
    margin-top: 20px;
    width: 820px;
}

.app_main_block
{
    padding-left: 45px;
}
.blockheader
{
    border-bottom: 1.5px solid #DEECF3;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    padding: 3px 0;
    width: 100%;
}
.app_left_block
{
    float: left;
    margin-top: 2px;
    margin-bottom: 10px;
    width: 450px;
    min-width: 455px;
}
.text_block
{
    margin-top: 5px;
}
.text_right
{
    font-weight: bold;
}
.text_right a
{
    font-weight: normal;
}

.app_block_right
{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    width: 300px;
}
.app_right_block
{
    background: #DEECF3 none repeat scroll 0 0;
    float:left;
    margin-left: 20px;
    margin-top: 10px;
    width: 300px;
}

.link_left_block
{
    background: #DEECF3 none repeat scroll 0 0;
    float:left;
    vertical-align:top;
    margin-left: 0px;
    margin-top: 0px;
    width: 200px;
    height:200px;
}

.link_text_block
{
    padding: 3px 0;
    width:135px;
    float:left;
}
.app_sub_block
{
    padding: 5px 10px;
}
.footer
{
    padding: 10px 0 12px;
    text-align: center;
    border-top: 1px solid #c9d7f1;
}
 .text_left
{
    margin-right: 3px;
}
.message
{
    background: no-repeat url(../images/message-icon2.jpg) 0 ;
    width: 35px;
    height: 35px;
    float: left;
}
.account
{
    background: no-repeat url(../images/myaccount.jpg) 0 ;
    width: 35px;
    height: 35px;
    float: left;
}
.admin
{
    background: no-repeat url(../images/admin.png) 0 ;
    width: 40px;
    height: 35px;
    float: left;
}


 #gbar, #guser
 {
     font-size: 14px;
     padding-top: 0 !important;
 }
 #gbar
 {
     float: left;
     height: 22px;
     
	padding-top:0px;
	padding-bottom:0px;
	padding-right:5px;
	
 }
 #gbar a
 {
 	float: left;
	text-decoration: none;	
	padding-right: 8px;
	padding-left: 8px;
	border-right: dotted 1px #999;
	
	font-size: 14px;
	
 }
 a.gb1:hover
 {
     background: #36c;
     color: #fff !important;
     border-radius:4px;
 }
 
 #guser
 {
 	
     padding-bottom: 7px !important;
     text-align: right;
 }
 .gbh, .gbd
 {
     border-top: 1px solid #c9d7f1;
     font-size: 1px;
 }
 .gbh
 {
     height: 0;
     position: absolute;
     top: 24px;
     width: 100%;
 }
 #gbs, .gbm
 {
     background: #fff;
     left: 0;
     position: absolute;
     text-align: left;
     visibility: hidden;
     z-index: 1000;
 }
 .gbm
 {
     border: 1px solid;
     border-color: #c9d7f1 #36c #36c #a2bae7;
     z-index: 1001;
 }
  
 .gb1, .gb3
 {
     
 }
 .gb2
 {
     display: block;
     padding: .2em .5em;
 }
 .gb2, .gb3
 {
     text-decoration: none;
     border-bottom: none;
 }
 a.gb1, a.gb2, a.gb3, a.gb4
 {
     /*color: #1570a6 !important;*/
 }
 .gbi .gb3, .gbi .gb2, .gbi .gb4
 {
     color: #dd8e27 !important;
 }
 .gbf .gb3, .gbf .gb2, .gbf .gb4
 {
     color: #900 !important;
 }
 a.gb2:hover
 {
     background: #36c;
     color: #fff !important;
 }
 
 /*----For Compose Message -----*/
 .tableborder
{
	border: 1px solid #DEECF3;
	margin-left: 20px;
}

.tabborder
{
	border: 1px solid #e28d00;
	padding: 0px;
}

.tableborderlight
{
	border: 1px solid #EFEFEF;
	padding: 0px;
}
.TabCont
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #12408d;
	font-size: 11px;
	margin: 0px 0px;
	padding: 0px;
}

.smallheading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.buttonstyle
{
	border: 1px solid #FDB359;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff repeat-x;
		color: #12408d;
		font-size: 11px;
		margin: 0px;
		padding: 1px 0px 2px 0px;
		cursor: pointer;
	height: 22px;
}
.buttonstyle:hover
{
	color: #FDB359;
}

.textstyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #12408d;
	font-size: 11px;
	margin: 0px;
	padding: 0px;

}
.textstyle a
{
	color: #12408d;
}

 #txtCount
{
    width: 22px;
    height:19px;
    font-size:10px;
    vertical-align:top;
}
  
  
.labelstyle
{
    width: 100px;
}
 /*----Grid View Theame -----* background-image: url(../images/butt_bg.gif);/
 
 
  /*GridViewCSS White Chrome Style*/
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border:#91a7b4 1px solid;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-repeat:repeat-x;
    background-color:#9ab2ca;
}
.HeaderStyle th
{
    color: #16387c;
    height:30px;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#16387c;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{
    border-top: #91a7b4 1px solid;
    text-align:center;
}
.PagerStyle a
{
    color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #fff;
    border-right:solid 1px #91a7b4;
    border-bottom:solid 1px #91a7b4;
    border-left:solid 1px #fff;
}
.PagerStyle span
{
    font-weight:bold;
    color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #91a7b4;
    text-align:center;
}
.RowStyle td
{
    background-color: #f1f5f6;
}
.AltRowStyle td
{
    background-color: #d1dbe0;
    background-position:0 -80px;
    background-repeat:repeat-x;
}
.SelectedRowStyle td
{
    background-color: #fcb814;
    background-position:center;
    background-repeat:repeat-x;
}