﻿body
{
    width: 100%;
    margin: 0;
    margin-top: 0px;
    text-align: center;
    background-image: url( /images/bg.gif );
    background-color:#005596;
    background-repeat: repeat-x;
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: small;
}
.outerTable
{
    margin: 0 auto;
}
.mainTable
{
    background-image: url( /images/middlebg.gif );
    background-repeat: repeat-y;
    width: 925px;
}
form, input
{
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 12px;
    margin: 0pt;
    padding: 0pt;
    vertical-align: middle;
}
input.radio
{
    vertical-align:text-top;
}
.searchbutton
{
    background-color: #005596;
    border: 1px solid #003366;
    color: White;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 1px;
    vertical-align: middle;
}
a
{
    color: #005596;
    text-decoration: none;
}
a:hover
{
    color: #005596;
    text-decoration: underline;
}
a:visited
{
    color: #005596;
    text-decoration: none;
}
a:visited:hover
{
    color: #005596;
    text-decoration: underline;
}

.articleHeadline
{
    color: #005596;
    font-size: small;
    font-weight:bold;
}

h1
{
    color: #005596;
    font-size: 17px;
}
h2
{
    color: #005596;
    font-size: 15px;
}
h3
{
    color: #005596;
    font-size: 13px;
}
.navcontainer
{
    width: 142px;
    text-align: left;
    margin-left: 0px;
}
.navcontainer ul
{
    margin-left: 0;
    padding-left: 0px;
    list-style-type: none;
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 12px;
    font-weight: bolder;
}
.navcontainer a
{
    display: block;
    padding-left: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 142px;
    background-color: #005596;
}
.navcontainer a:link, .navlist a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
.navcontainer a:hover
{
    background-color: #0096D7;
    color: #ffffff;
}
.textfield
{
    padding: 2px 3px 2px 3px;
    border: 1px solid;
    font-family: verdana, arial, helvetica;
    font-size: 8pt;
}
.submit
{
    background-color: #d1d1d1;
    font-family: verdana;
    border: #8B8B8B 1px solid;
    font-size: 11px;
    color: #000000;
}
.boldLink
{
    color: #005596;
    font-weight: bold;
    text-decoration: none;
    cursor:pointer;
}
.boldLink:hover
{
    color: #005596;
    font-weight: bold;
    text-decoration: underline;
}
.subhead
{
    color: #005596;
    font-weight: bold;
    font-size: small;
}
.subhead2
{
    color: #005596;
    font-weight: bold;
    font-size: 12px;
}
.caption
{
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 35px;
    margin-top: 0px;
}
.photocredit
{
    font-size: smaller;
    margin-bottom: 2px;
    margin-top: 0px;
}

.dgTableBorder
{
    border: solid 1px #005596;
}

.dgRow
{
    border: solid 1px #005596;
}
.dgHeader
{
    color: White;
    background-color: #005596;
}
.authorlistitem
{
    margin-bottom: 15px;
    width: 97%;
    padding: 5px;
    vertical-align: top;
    border: 1px solid #005596;
}

.boxcontainer
{

}
.boxheader
{
  clear:both;  
}

.boxheaderblue
{
    background-color:  #005596;
    color:White;
    font-size:medium;
    float:left;
    display:inline;
    padding-left:10px;
    padding-right:10px;
    
}

.boxheaderblue_a
{
    background-color:  #005596;
    color:White;
    font-size:medium;
    float:left;
    display:inline;
    padding-left:10px;
    padding-right:10px;
    cursor:pointer;
    
}

.boxheaderlightblue_a
{
    background-color:  #0096D7;
    color:White;
    font-size:medium;
    float:left;
    display:inline;
    padding-left:10px;
    padding-right:10px;
    cursor:pointer;
    
}

.boxcontents
{
    margin-bottom: 15px;
    width: 97%;
    padding: 5px;
    padding-left:10px;
    vertical-align: top;
    border: 1px solid #005596;
    background-color:White;
}

.boxcontentsnews
{
    margin-bottom: 15px;
    width: 208px;
    padding: 5px;
    padding-left:10px;
    vertical-align: top;
    border: 1px solid #005596;
    background-color:White;
}

.boxcontentscloseup
{
    margin-bottom: 15px;
    width: 225px;
    padding: 0px;
    border: 1px solid #005596;
    background-color:White;
    text-align:center;
}

.homeleft
{
    width:66%;
    float:left;
    display:inline; 
    margin-right:20px; 
}


.homeright
{
    width:29%;
    float:left;
    display:inline;  
}

.errortext
{
	color:Red;
	font-size:8pt;
}

.commentHeader
{
	font-size:8pt;
}

.commentText
{
	color:#333333;
	font-size:8pt;
}

.topNavigation, .topNavigation a, .topNavigation a:visited
{
	color:White;
	font-size:9pt;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:#003768;
	padding:3px;
	font-size: 8pt;
}





/* style of label used with input controls such as textboxes, dropdown, etc */
.inputlabel
{
	font-weight:bold;
}


/* style for validator message. such as "required" */
.validator
{
	color:Red;
	font-size:8pt;
}

/* symbol used to indicate a field is required */
.validatorIndicator
{
	color: #999999;
}

/* message used to display status text such as successful, failure message */
.messageGood
{
	color:Blue;
}
.messageBad
{
	color:Red;
}


/* for ajaxtoolkit rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(/Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(/Images/SavedStar.png);
}

.float45left
{
    width:45%;
    float:left;
    display:inline; 
    margin-right:10px; 
    padding:10px;
    height:195px;
}

.float45right
{
    width:45%;
    float:right;
    display:inline; 
    margin-left:10px; 
    padding:10px;
    height:195px;
}
