/* Styles affecting the entire site. */
 
* {
    font-family: Verdana, Arial, Sans-Serif;
}

body {
    font-size: 12px;
    background-color: White;
    margin: 0 0 0 0;
}

img {
    border-width: 0px;
    vertical-align: middle;
}

a {
    color: #24486C;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

.agencyName {
    font-size: 18px;
    color: White;
    margin: 0 0 0 0;
}

.roundedPanel {
	background-color:#5377A9;	
	color:white;
	font-weight:bold;
	padding:10px;
}

/* Login page styles */
.login-form {
    position : relative;
    top : 148px;
    text-align : left;
    width : 100%;
}

.login-form a {
    color: #24486C;
    text-decoration: none;
}

.login-form a:hover {
    color: #24486C;
    text-decoration: underline;
}

#login-text-image {
    padding : 0px;
    padding-top : 18px;
    padding-bottom : 10px;
}

#login-logo-image {
    padding : 0px;
    padding-right : 10px;
}

#login-body {
    background-image : url(../_images/login/login-back.gif);
    background-repeat : repeat-x;
    background-color : #fff;
    padding : 0px;
}

/* Styles affecting the header bar */

.header {
    height: 62px;
    background-image : url("../_images/headers/header-background.gif");
    background-repeat : repeat-x;
    border: double 1px black;
    border-bottom: double 3px black;
}

.header img {
    vertical-align: middle;
    padding-right: 10px;
}

.header .title {
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}

.header .version {
    color: white;
    font-size: 11px;
    padding-right: 5px;
    padding-bottom: 5px;
    text-align: right;
    vertical-align: bottom;
}

.header .version a:link, .header .version a:visited {
    color: white;
    text-decoration: none;
}

.header .version a:hover {
    text-decoration: underline;
}

/* The location bar */

.location {
    background-color: #E3E0DB;
    border-right: double 1px black;
    border-left: double 1px black;
    border-bottom: double 3px black;
    padding: 2px 0px 2px 5px;
}

/* The content area */

.content {
    vertical-align: top;
    padding: 4px 0px 0px 10px;
}    

/* Errors */

.error {
    color: red;
    font-weight: bold;
}

.success {
    color: green;
    font-weight: bold;
}

/* Reusable "widgets" */

/* A menu class which can be applied to a ul. */
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.menu span {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 5px 0 0 5px;
}

.menu li {
    text-align: left;
    font-weight: normal;
    padding-left: 13px;
}

.menu a {
    display: block;
    padding: 3px 2px 2px 2px;
    width: 135px;
}

/* Draw a box around a related group of controls */
fieldset {
    -moz-border-radius: 3px;
    border: 1px solid #336699;
    width: 790px;
    padding: 1px 5px 0px 0px;
}

fieldset.sidebar {
    -moz-border-radius : 3px;
    border: 1px solid #336699;
    width: 175px;
    padding: 1px 5px 0px 0px;
}

fieldset legend {
    font-size: 14px;
    font-weight: bold;
    color: #336699;
}

fieldset legend img {
    vertical-align: middle;
    padding-bottom: 2px;
    padding-right: 4px;
}

fieldset.sidebar div.contents {
    padding: 5px 10px 10px 10px;
}

fieldset div.contents {
    padding: 5px 10px 10px 10px;
}

/* Use with ItemStyle-CssClass property of columns to get different alignments */
.td-center {
    text-align: center;
    border: 1px solid #D4D0C8;
    padding: 2px 2px 2px 2px;
}

.td-right {
    text-align: right;
    border: 1px solid #D4D0C8;
    padding: 2px 2px 2px 2px;
}

.td-fill {
    width: 100%;
}

/* Professional table layout */
.professional {
    color: #333333;    
}

.professional img {
    vertical-align: middle;
}

.professional-footer {
    background-color: #5D7B9D;
    font-weight: bold;
    color: white;
}

.professional-edit_item {
    background-color: #999999;
}

.professional-selected_item_style {
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.professional-pager_style {
    background-color: #284775;
    color: white;
    text-align: right;
}

.professional-pager_style a {
    color: white;
    font-weight: normal;
}

.professional-pager_style a:visited {
    color: white;
    font-weight: normal;
}

.professional-pager_style{
    color: yellow;
    font-weight: bold;
}

.professional-alternating_style {
    background-color: white;
    color: #284775;
}

.professional-item_style {
    background-color: #F7F6F3;
    color: #333333;
}

.professional-header_style {
    background-color: #5D7B9D;
    font-weight: bold;
    color: white;
}

.professional-header_style a {
    color: white;
}

.professional-header_style a:visited {
    color: white;
}

.professional-inactive_row {
    background-color: #ECECEC;
    color: #AEAEAE;
}

/* Links in blocks of text */
a.body-link {
    text-decoration: none;
    color: #24486C;
    border-bottom: 1px dashed #24486C;
}

a.body-link:hover {
    border-bottom: 1px solid #24486C;
    
}

/* Use LinkButtons as tabs.  Sneaky biatch! */
.htabs {
    padding: 0;
    margin: 0;
    padding-right: 10px;
    position: absolute;
    width: 790px;
    list-style-type: none;
}

.htabs li {
    float: right;
    padding-right: 6px;
}

.htabs a {
    display: block;
    color: white;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    background-color: #336699;
    border: 1px solid #336699;
    border-bottom: 1px solid #336699;
    padding: 1px 8px 2px 8px;
}

.htabs a:hover {
    color: black;
    background-color: white;
    text-decoration: none;
    border-bottom: 2px solid white;
}

.htabs a.current {
    color: black;
    background-color: white;
    border-bottom: 2px solid white;
}
