/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2 (Oct 21, 2005)

Screen layout: */

body{
margin-top: 20px;*
padding:0;
font:70% Verdana,Tahoma,Arial,sans-serif;
/* background:#f4f4f4 url(../images/bg.gif) top center repeat-y;*/
background:#4D7298; 
color:#303030;
}

fieldset {
border: none;
}

#wrap{
background:#ffffff;
color:#303030;
margin:0 auto;
width:828px;
/* padding: 0px 20px;*/
}

#header{
clear:both;
padding:0;
}

#header h1{
color:#4088b8;
font-size:4.2em;
letter-spacing:-5px;
margin: auto;
clear: both;
display: inline;
vertical-align: top;
}

#header h3.sublogo{
font-size: 1.25em;
letter-spacing: 3px;
white-space: nowrap;
}

#header p{
width:500px;
float:right;
text-align:center;
color:#a0a0a0;
margin:0 0 10px 0;
font-size:0.8em;
line-height:1.2em;
background-color:inherit;
}

#frontphoto{
margin:0 0 10px 0;
border:0;
display: center;
}

#avmenu{
clear:left;
float:left;
width:150px;
font-size:0.9em;
}

#avmenu h2, #extras h2{
font-size: 1.5em;
}

#extras h2 {
	text-align: right;
}

.announce{
margin:10px 0 10px 0;
padding:10px;
width:130px;
color:#505050;
background-color:#f4f4f4;
line-height:1.3em;
}

#extras{
float:right;
width:150px;
margin:0 0 10px 0;
padding:0;
font-size:0.9em;
line-height:1.5em;
}

#extras p{
margin:0 0 1.5em 0;
}

#longtitle{
font-size: 1.75em;
color: #666666;
margin: 10px 0px;
padding: 15px;
background-color: #C0C0C0;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
border-radius: 15px;
}

#content{
/* margin:0px 160px 20px 160px; */
border-left:2px solid #f0f0f0;
border-right:1px solid #f0f0f0;
line-height:1.5em;
text-align:left;
/*width: 835px;*/
}

#content h2{
font-size:1.5em;
margin:0 0 0.5em 0;
}

#content img{
padding:8px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

#content li {
margin: 0px 0px 0px 25px;
}

h3{
font-size:1.3em;
margin:0 0 10px 0;
}

legend {
font-size: 1.3em;
color: #4088B8;
font-weight:bold;
}

a{
text-decoration:none;
color:#286ea0;
}

a:hover{
text-decoration:underline;
color:#286ea0;
}

a img{
border:0;
}

table {
margin: 10px 10px 10px 0px;
}


#footer{
clear:both;
border-top:4px solid #f0f0f0;
text-align:center;
color:#808080;
font-size:0.9em;
padding-bottom: 20px;
}

#footer a{
color:#808080;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}

.left{
margin:10px 10px 5px 0;
float:left;
}

.right{
margin:10px 0 5px 10px;
float:right;
}

.textright{
text-align:right;
}

.center{
text-align:center;
}

.small{
font-size:0.8em;
}

.bold{
font-weight:bold;
}

.hide{
display:none;
}
/* side menu left*/
#sideMenu ul {
    list-style:none;
    width:150px;
    padding:0;
    margin:0px;
    }
#sideMenu a {
    font-weight:bold;
    height:20px;
    text-decoration:none;
    color:#505050;
    display:block;
    padding:6px 0 0 10px;
    background:#f4f4f4;
    border-left:4px solid #cccccc;
    font-size:1.1em;
	}
#sideMenu li.here a, #sideMenu li.active a, #sideMenu li.self a {
	background:#dadada;
    color:#3f729f;
	border-left: 4px solid #C11B17;
	border-right: 4px solid #C11B17;
    }
#sideMenu div.subdiv a {
    color:#505050;
    }
#sideMenu div.subdiv li.here a, #sideMenu div.subdiv ul li.self a {
    color:#3f729f;
    }    
#sideMenu a:hover, #sideMenu div.subdiv a:hover, #sideMenu li.here a:hover {
    background:#eaeaea;
    color:#286ea0;
    border-left:4px solid #C11B17;
    border-right:4px solid #C11B17;
	}
#sideMenu ul li ul li a {
	margin: 0px 0px 0px 10px;
    }

/* side menu right */
#sideMenu2 ul {
    list-style:none;
    width:150px;
    padding:0;
    margin:auto;
    }
#sideMenu2 a {
    font-weight:bold;
    height:20px;
    text-decoration:none;
    color:#505050;
    display:block;
    padding:6px 10px 0 0;
    background:#f4f4f4;
    border-right:4px solid #cccccc;
    font-size:1.1em;
	text-align: right;
	/* border-right: 4px solid #ffffff; */
	}
#sideMenu2 li.here a, #sideMenu2 li.active a, #sideMenu2 li.self a {
	background:#dadada;
	color:#3f729f;
	border-left: 4px solid #C11B17;
	border-right: 4px solid #C11B17;
    }
#sideMenu2 div.subdiv a {
    color:#505050;
    }
#sideMenu2 div.subdiv li.here a, #sideMenu2 div.subdiv ul li.self a {
    color:#3f729f;
    }    
#sideMenu2 a:hover, #sideMenu2 div.subdiv a:hover, #sideMenu2 li.here a:hover {
    background:#eaeaea;
    color:#286ea0;
    border-left:4px solid #C11B17;
    border-right:4px solid #C11B17;
	padding 6px 10px 0 0;
	}
#sideMenu2 ul li ul li a {
	margin: auto;
	}



/* Valbruna Data Table Styles */

table.tableData {
/* border: 1px solid rgb(64, 136, 184); */
padding: 0px;
/* background-color: #C0C0C0; */
}

table.tableData tr, td, th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	-moz-border-radius: 5px 5px 5px 5px;
    background-color: white;
}

table.tableData tr#Header, td#Header, tr#LightHeader, td#LightHeader{
    background-color: #4088b8;
    color: white;
    font-weight: bold;
}

table.tableData tr#LightHeader, td#LightHeader{
 background-color: lightblue;
color: black;
}

table.tableData, td#blankCell {
  border: 0px;
}

/*** Ajax Menu Support ***/
        #ajaxSearch_form {
            color: #444;
            width: auto;
            margin: 0px 0px 0px 5px;
        }
        #ajaxSearch_input {
            width: 125px;
            display: inline;
            height: 17px;
            border: 1px solid #ddd;
            border-left-color: #c3c3c3;
            border-top-color: #7c7c7c;
            /*background: #fff url(images/input-bg.gif) repeat-x top left;*/
            margin: 3px 3px 0px 0px;
            padding: 3px 3px 0px 0px;
            vertical-align: top;
        }
        #ajaxSearch_submit {
            display: inline;
            height: 22px;
            line-height: 22px;
        }
        #ajaxSearch_output {
            border: 1px solid #444;
            padding: 10px;
            background: #fff;
            display: block;
            height: auto;
            vertical-align: top;
        }
        .ajaxSearch_paging {
    
        }
        .AS_ajax_result {
            color: #444;
            margin-bottom: 3px;
        }
        .AS_ajax_resultLink {
            text-decoration: underline;
            font-weight: bold;
        }
        .AS_ajax_resultDescription{
            color: #555;
            font-weight: bold;
        }
        .AS_ajax_more {
            color: #555;
        }
.ajaxSearch_resultLink {
 text-decoration: underline;
font-weight: bold;
}
.ajaxSearch_resultDescription{
    font-weight: bold;
}
.ajaxSearch_highlight {
    font-weight: bold;
    background: #82CAFA;
}
.ajaxSearch_highlight1 {
    color: red;
}
.ajaxSearch_highlight2 {
    color:#0000ff;
}
.ajaxSearch_highlight3 {
    color:#151B8D;
}

/* Valbruna Data Table Styles */

table.noborder tr, table.noborder td {
  border: 0px !important;
}

table.tableData {
/* border: 1px solid rgb(64, 136, 184); */
padding: 0px;
/* background-color: #C0C0C0; */
}

table.tableData tr, td, th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	-moz-border-radius: 3px 3px 3px 3px;
    background-color: white;
}

table.tableData tr#Header, td#Header, th {
    background-color: #4088b8;
    color: white;
    font-weight: bold;
}

table.tableData tr#LightHeader, td#LightHeader {
 background-color: lightblue;
}

.inactive {
 background-color: lightpink !important;
}

.rowOdd{
  background-color: lightblue;
}
.rowEven{
  background-color: lightyellow;
}
.rowSheffield{
  background-color: lightgreen;
}

/* NCR Stuff */
	.ncr {
		text-align: left;
/*		background-color: lightgrey; */
		font-size: 10pt;
		font-family: Arial, Verdana;
		padding: 2px;
		width: 25%;
		line-height:1em;
	}
	td#ncr {
		width:25%;
		line-height: 1em;
	}
