﻿body
{
	background: url('../../images/background.gif');
	color: #284E98;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
}

h1
{
    padding-bottom: 12px;
    border-bottom: 1px dotted #284E98;
    font-size: 2.2em;
    font-family: Trebuchet MS, Arial, sans-serif;
    color: #284E98;
}

h2
{
    margin-bottom: 10px;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 1.65em;
    color: #284E98;
}

image
{
	border: 0px;
}

span.allcaps
{
    font-variant: small-caps;
}

th
{
	text-align: left;
}

div.alert
{
    background-color: InfoBackground;
    border: solid 2px Green;
    color: Green;
    font-weight: bold;
    padding: 4px;
    text-align: center;
}

div.center
{
	text-align: center;
}

div.clear
{
	clear: both;
}

div.nonstatic
{
	background-color: #C0C0C0;
	border: dotted 1px #284E98;
	margin-bottom: 2px;
	padding: 5px;
}

div.static
{
	background-color: #FFFFCC;
	border: dotted 1px #284E98;
	margin-bottom: 2px;
	padding: 5px;
}

div.pageborder
{
	background-color: #CC6600;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#page
{
	background-color: #B5C7DE;
	border-top: solid 2px #009966;
	border-bottom: solid 2px #009966;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#header
{
	height: 153px;
}

div.MenuBar
{
	padding-left: 5px;
	width: 100%;
}

#content
{
	background-color: #BFDCE6;
	border-top: solid 1px #0D257F;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#footer
{
	border-top: solid 1px #0D257F;
	padding: 5px;
}

/*	Menu Bar	*/
.AspNet-Menu-Horizontal
{
	font-size: small;
	padding-top: 0px;
	padding-bottom: 2px;
}

ul.AspNet-Menu 
{
	width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

/*	Menu Bar HyperLinks	*/
a.AspNet-Menu-Link
{
	background-color: #B5C7DE;
	color: #284E98;
    display: block;
    font-size: small;
    font-weight: bold;
	line-height: 25px;
	padding: 4px;
    text-decoration: none;
    white-space: nowrap;
}

a.AspNet-Menu-Link:hover
{
	background-color: #284E98;
	color: #FFFFFF;
}

/*	Menu Bar Items	*/
ul.AspNet-Menu li,
ul.AspNet-Menu li li
{
    position: relative;
    list-style: none;
    float: left;
    padding: 0px;
    white-space: nowrap;
}

ul.AspNet-Menu li li
{
	float: none;
	min-width: 150px;
}

ul.AspNet-Menu ul,
ul.AspNet-Menu ul ul
{
	border: solid 1px #0D257F;
	background-color: #B5C7DE;
	left: 0px;
    margin: 0px;
    padding: 0px;
    top: 33px;
    display: block;
    min-width: 150px;
}

ul.AspNet-Menu ul
{
    position: absolute;
    visibility: hidden;    
}

ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul
{
    visibility: hidden;
}

ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
    visibility: visible;
}

ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
	left: 100.1%;
	top: 0px;
	position: absolute;
}

div.Logout
{
	float: right;
	padding: 6px 10px 0px 0px;
	text-align: right;
	width: 125px;
}

.LogoutButton
{
	border: dotted 1px #0D257F;
	background-color: #B5C7DE;
	color: #284E98;
	font-size: small;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
}

/*	HOME PAGE	*/
#login
{
	border: solid 1px #0D257F;
	float: left;
	padding: 5px;
	width: 200px;
}

#events
{
	border: solid 1px #0D257F;
	clear:left;
	float: left;
	margin-top: 20px;
	padding: 5px;
	width: 200px;
}

#home
{
	float: right;
	width: 555px;
}

#login h3, #events h3
{
    border-bottom: 1px dotted #284E98;
    color: #284E98;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 1.4em;
    margin-bottom: 10px;
    margin-top: 2px;
}



















/* Cascading Stylesheet for Common Elements */

/* Begin: General */
body.template
{
    padding-left: 8px;
    padding-right: 8px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 75%;
    color: #666666;
}
body.template h1
{
    padding-bottom: 12px;
    border-bottom: 1px dotted #bbbbbb;
    font-size: 2.2em;
    font-family: Trebuchet MS, Arial, sans-serif;
    color: #888888;
}
span.allcaps
{
    font-variant: small-caps;
}
body.template h2
{
    margin-bottom: 10px;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 1.65em;
    color: #888888;
}
div.back
{
    margin-bottom: -20px;
    position: relative;
    top: -28px;
    padding-left: 5px;
    padding-bottom: 5px;
}
div.back img
{
    position: relative;
    margin-top: 0em;
    padding-left: 8px;
    padding-right: 8px;
    border: none;
    background-color: #ffffff;
}
div.back a:link,
div.back a:visited
{
    color: #839ce7;
    text-decoration: none;
    background-color: #ffffff;
    padding-right: 8px;
    top: -.2em;
    left: .25em;
}
div.back a:hover
{
    color: #000099;
    text-decoration: underline !important;
}
/* End: General */

/* Begin: Tables */
body.template table.listview, table.gridview, table.detailstable 
{
    border: 1px solid #0D257F; 
    border-bottom: 3px solid #0D257F;
    border-collapse: collapse;
    font-family: Tahoma, Arial, sans-serif;
    color: #284E98;
    font-size: 95%; 

}

body.template table.listview th, table.gridview th, table.detailstable th,
body.template table.listview td, table.gridview td, table.detailstable td 
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.1em;
}

body.template table.listview th, table.gridview th, table.detailstable th
{
    background-position: 1px 1px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    font-size: 100%;
    text-align: left;
    line-height: 1.3em;
    color: #0D257F;
    border-left: 1px solid #0D257F;
    border-right: 1px solid #0D257F;
    border-bottom: 1px solid #0D257F;
}

body.template table.listview td, table.gridview td, table.detailstable td
{
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #0D257F;
}

body.template td.bold {
    font-weight:bold;
}

body.template th a:link,
body.template th a:visited,
body.template th a:hover
{
    color: #666666;
    text-decoration: none;
}

body.template td a:link,
body.template td a:visited
{
    color: #718ABE;
    text-decoration: none;
    padding-right: 6px;
}
body.template td a:hover
{
    color: #000099;
    text-decoration: underline !important;
}
table.gridview
{
    width: 100%;
}
table.gridview table td
{
    padding-left: .5em;
    padding-right: .5em;
}

table.gridview th 
{
	background-color: #B5C7DE;
    /*background-image:url('../../images/header_back.gif');*/
}

table.listview
{
    width: 100%;
}
table.listview td a:link, 
table.listview td a:visited
{
    font-size: 100%;
}
table.listview table td
{
    padding-left: .5em;
    padding-right: .5em;
}

table.listview th {
	background-color: #B5C7DE;
    /*background-image:url('../../images/header_back.gif');*/
}

table.detailstable td
{
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    vertical-align:top;
}

table.detailstable th
{
    background: #FCFDFE;
    vertical-align:top;
}

td.nowrap 
{
    white-space: nowrap;
}
/* The following modifies the details table */
body.template tr
{
    background: #FCFDFE;
}
/* The following modifies the controls in the list table footer */
tr.footer td
{
    background: #dbddff;
    height: 1.5em;
}

/* The following modifies the selected row in the list table */
tr.selected td
{
    background: #fdffb8;
}

/* End: Tables */

/* The following modifies the page number control which exists under the main table */
div.pager
{
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
}
span.results1
{
    float:left;
}
span.results2
{
    float:right;
}
/* The following modifies the results per page control which exists under the main table */
div.results
{
    display: inline;
    position: relative;
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: -1.75em;
    float:right;
}
/* Set's the appearance of the drop down control*/
.droplist
{
    padding: 0px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: .95em;
    color: #666666;
}
/* Bottom hyperlink design*/
div.bottomhyperlink
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 100%;
    margin-top: -3px;
}
div.bottomhyperlink a:link,
div.bottomhyperlink a:visited
{
    color: #839ce7;
    text-decoration: none;

    font-family: Tahoma, Arial, Sans-Serif;

    font-size: 100%;

    margin-top: -3px;
}
div.bottomhyperlink a:hover
{

    color: #000099;

    text-decoration: underline !important;

    font-family: Tahoma, Arial, Sans-Serif;

    font-size: 100%;
}
div.bottomhyperlink img
{
    position: relative;
    top: 0em;
    padding-right: .4em;
    border: none;
}

