﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background:#DAE3EF;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: black;
}

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;
    
}


/* 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;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
  
    border: 1px solid #496077;
    background-color:white;
    width:950px;
    margin:0 auto;

}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
   background-color:#4682B4;
    width: 950px;
}
/* background-image:url("header.png"); */
.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding:0;
    margin: 0;
    background-color:red;
    padding:0 0 0 0px;
    background-image:url("bg.jpg");
    background-repeat:repeat-y;
    min-height:460px;
    width:950px;
    height:auto;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: white;
    padding:0;
    margin: 0;
    text-align: center;
    line-height:normal;
    background-color:#B4C8E2;
    width:950px;
}


/* TAB MENU   
----------------    background-image:url("footer.png");-----menu- padding: 4px 0px 4px 8px;----------------------#3a4f63--------------*/

div.hideSkiplink
{
    background-color:#DAE3EF;
    width:93%;
    margin:0px;
padding:0px;
}

div.menu
{
   padding:0px;
      margin-top:0px;
      margin-bottom:0px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;

}


fieldset {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

legend {
background: white;
border: solid 1px black;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;

padding: 6px;
}


div.menu ul li a, div.menu ul li a:visited
{
    background-image:url("menu.jpg");
    background-repeat:repeat-x;
    border: 1px #4e667d solid;
    color:White;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
 
}

#leave
{
  
 margin-right:20px;
 background-image:url('menu.jpg');
 background-repeat:repeat-x;
  width:125px; 
  display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    border-bottom-style:solid;
    border-bottom-color:Black;
 float:right
  
}
#divMenu
{

}


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    background-color: #4682B4;
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

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: 98%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    background-color:#B4C8E2;
    width: auto;
     width: 100%;
     color:White;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    padding-left:580px;   
    color: White;
    height:30px;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.frmSTable
{
  border: 1px solid Gray;
  font-family: Verdana;
  font-size:10px;
    height: 407px;
    width: 405px;
    background-color:#F8F8F8;
    margin-right: 0px;
}
.frmSBTable
{
  border: 1px solid Gray;
  font-family: Verdana;
  font-size:10px;
    height: 407px;
    width: 300px;
    background-color:#F8F8F8;
    margin-right: 0px;
}
.frmTable
{
  border: 1px solid Gray;
  font-family: Verdana;
  font-size:10px;
    height: 407px;
    width: 330px;
    background-color:#F8F8F8;
    margin-right: 0px;
    
}






			.modbox {
				margin: 10 0 12px 12px;
				background-color: #FFF;
				border: medium none;
				display: block;
				width: 185px;
			}

			.rnd1,.rnd2,.rnd3 {
				border-style: solid;
				border-width: 0;
				display: block;
				font-size: 1px;
				height: 1px;
				line-height: 1px;
				overflow: hidden; /* important, without this IE6 displays 2px height */
			}
			
			.rnd_modtitle .rnd2,.rnd_modtitle .rnd3 {
				background: #D4E6FC none repeat scroll 0 50%; 
				border-color: #BDCAD8;
			}

			.rnd_modboxin .rnd2,.rnd_modboxin .rnd3 {
				background: #FFF none repeat scroll 0 50%;
				border-color: #BDCAD8;
			}

			.rnd1 {
				background: #BDCAD8 none repeat 0 50%;
				margin: 0 4px;
			}

			.rnd2 {
				border-width: 0 2px;
				margin: 0 2px;
			}

			.rnd3 {
				border-width: 0 1px;
				height: 2px;
				margin: 0 1px;
			}

			.modtitle {
				background: #D4E6FC none repeat scroll 0 0;
				border-color: #BDCAD8;
				border-style: none solid;
				border-width: 1px 1px medium;
				font-size: 12px;
				font-weight: bold;
				line-height: 19px;
				padding: 0 7px 2px !important;
			}

			.modboxin {
				padding: 5px 9px 7px !important;
				border: 1px solid #BDCAD8;
				border-bottom: none;
				clear: both;
				overflow: hidden;
				font-size: 11px;
				margin:0;
			}


/*-  Round div--*/

	
.head
{  
background-image:url('../Styles/head.jpg');
background-repeat:repeat-x;
height:28px;
color:black;
}




.head
{  
background-image:url('../Styles/head.jpg');
background-repeat:repeat-x;
height:28px;
color:black;
}




.text1 {
                font-family: Verdana;
                font-size: 11px;
                font-weight: normal;
                color: #FFFFFF;
                text-decoration: none;
}

.box1 {
                font-family: Verdana;
                font-size: 11px;
                font-weight: normal;
                color: #000000;
                text-decoration: none;
                border: 1px solid #126197;
}




/* =============================================================================
MESSAGES
============================================================================= */

.msg {padding:8px; padding-left:35px;}

.msg {padding:8px; padding-left:35px;}
.msg.warning {background:url("ico-warning.gif") 10px 50% no-repeat;}
.msg.info {background:url("ico-info.gif") 10px 50% no-repeat;}
.msg.done {background:url("ico-done.gif") 10px 50% no-repeat;}
.msg.error {background:url("ico-delete.gif") 10px 50% no-repeat;}



.msg.warning {border:2px solid #F2DD8C; background-color:#FFF5CC;}
.msg.warning a {color:#df0000; text-transform: uppercase;} .msg.warning a:hover, .msg.warning a:active, .msg.warning a:focus {color:#303030;}
.msg.info {border:2px solid #B8E2FB; background-color:#E8F6FF;}
.msg.done {border:2px solid #BBDF8D; background-color:#EAF7D9;}
.msg.error {border:2px solid #FFAEAE; background-color:#FEEBEB;}
.done33 {border:2px solid #BBDF8D; background-color:#EAF7D9;}


   article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  
  div.headers { font-family: "Open Sans Condensed", sans-serif; text-align: center; background: transparent; }
  
  p {
    text-align: left;
    margin-bottom: 30px;
    line-height: 24px;
  }
 div h1 {
    position: relative;
    margin-top: 20px;
    top: 0px;
    left: 0px;
}
  
 div h1.one {
    margin-top: 0;
         top: 1px;
         left: 1px;
     }
  
 div h1.one:before {
    content: "";
    display: block;
    border-top: solid 1px black;
    width: 100%;
    height: 1px;
    position: relative;
    top: 50%;
    z-index: 1;
  }
  
div  h1.one span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }

.bb
{
    border: thin solid #BFC8C1;
    background-color: #CAD0CE;
}