﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background-color: #CAD1D7;
    background-image: url('../Graphics/gr_back.png');
    background-repeat: repeat-x;
    background-position: left top;
    font-size: .80em;
    font-family: "Segoe UI", Tahoma, Verdana, Arial;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #228CAE;
    text-decoration:none;
}

a:hover
{
    color: #228CAE;
    text-decoration: none;
}

a:active
{
    color: #228CAE;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1
{
    color: gray;
    font-size: 1.8em;
    font-weight: normal;
    vertical-align: middle;
}
h1 img
{
    vertical-align: middle;
    padding-right: 10px;
}

h2
{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333333;
}

.field
{
    border: 1px solid #e3e4e3;
    padding: 5px;
    border-radius: 5px;
    background-color: #f7f7f7;
    color: #444444;
    font-size: 1em;
    vertical-align: middle;
    text-align: center;
}

.fieldj
{
    border: 1px solid #e3e4e3;
    padding: 5px;
    border-radius: 5px;
    background-color: #f7f7f7;
    color: #444444;
    font-size: 1em;
    vertical-align: middle;
    text-align: justify;
}


.line
{
    border-width: 0px;
    color: #f0a528;
    background-color: #f0a528;
    height: 3px;
}

.TV img
{
    margin-right: 5px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.content
{
    width: 962px;
    margin: 0px auto 0px auto;
}

.mcontent
{
    width: 100%;
    margin: 0px auto 0px auto;
}

.logo
{
    height:40px;
}

.secimage
{
    border-left: solid #CAD1D7 1px;
    border-right: solid #CAD1D7 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 960px;
    height: 150px;
}

.msecimage
{
    display: none;
}

.page
{
    border: solid #CAD1D7 1px;
    border-top: solid #CAD1D7 0px;
    background-color: #fff;
    background-image: url('images/underimage.png');    
    background-repeat: repeat-x;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
    min-height: 420px;

}

.mtable
{
    width: 100%;
    max-width: 960px
}

.footer
{
    padding-top: 10px;
    height: 19px;
    font-family: "Segoe UI" , Tahoma, Verdana, Arial;
    color: #787A7B;
    vertical-align: middle;
    text-indent: 5px;
    font-weight: bold;
    font-size: 0.9em;
}
.banner
{
    padding-top: 30px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    background-image: url('../Graphics/botbanner.jpg');
}

/* FORM ELEMENTS   
----------------------------------------------------------*/



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: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 0.9em;
    text-align: right;
    color: #787A7B;
}

.loginDisplay a:link
{
    color: #787A7B;
}

.loginDisplay a:visited
{
    color: #787A7B;
}

.loginDisplay a:hover
{
    color: #787A7B;
}

.failureNotification
{
    font-size: 0.9em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/*------------ DATE CALENDAR-----------*/

/* DAY */
.day {
font:bold 1.8em/100% Verdana,Geneva,Arial,Helvetica,sans-serif;
text-align: center;

padding-left: 3px;
padding-right: 3px;
margin-top: 0px;
margin-bottom: 0px;
}

/* MONTH */
.mon {
font:bold 1.0em/100% Verdana,Geneva,Arial,Helvetica,sans-serif;
text-transform:uppercase; 
text-align: center;

padding-left: 3px;
padding-right: 3px;
margin-top: 0px;
margin-bottom: 0px;
}

/* YEAR*/
.year {
font:0.7em/100% Verdana,Geneva,Arial,Helvetica,sans-serif;
letter-spacing:0.2em;
text-transform:uppercase; 
text-align: center;

margin-top: 1px;
margin-bottom: 0px;
}


/*----------------MENU-------------*/
.menu
{
    border: solid #CAD1D7 1px;
    margin-top: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: url('images/menuback.png');
    font: 67.5% "Lucida Sans Unicode" , "Bitstream Vera Sans" , "Trebuchet Unicode MS" , "Lucida Grande" , Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.menu ul    
{
	height:35px;
	list-style:none;
	margin:0;
	padding-left:10px;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a
{
    background: url("images/menuseparator.png") no-repeat right bottom;
    color: #303132;
    display: block;
    font-weight: normal;
    line-height: 35px;
    margin: 0px;
    padding: 0px 25px;
    text-align: center;
    text-decoration: none;
}
		.menu li a:hover, .menu ul li:hover a{
			background: url("images/menusel.png");
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background: url("images/menusel.png");
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}

.mobilemenu {
    display:none;
}

}


		
