﻿textarea,
input[type="text"],
input[type="password"],
select {
    padding: 6px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #d5d5d5;
    color: #333;
    border-radius: 6px;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.small-text-box {
    width: 5em;
}

.large-text-box {
    width: 20em;
}

.container {
    min-height: 100%;
    position: relative;
}

.content {
    padding-top: 0;
    padding-bottom: 85px;
    padding-left: 0;
    padding-right: 0;
}

.content, .footerContent {
    width:960px;
    position: relative;
    display:block;
    margin: 0 auto;
}

#footer .links  li {margin: 0; list-style: outside none; padding: 0; display: inline; color:white; font-size: 14px; font-family:Arial, Helvetica, sans-serif;}
#footer .links      { display:inline-block; float:left; margin: 0; }
#footer .links li a  {float: left; height: 19px; line-height: 28px; padding: 0 5px 0 0; color: #FFF; font-size: 14px; }

#header 
{
    padding-top: 10px;
    color: #FFFFFF;
    height: 100px;
}

#header .logo {
    float: left;
    padding-right: 1px;
}

#header .logo img {
    width: 180px;
    height: 100px;
    border:0;
}

#header h2 {
    font-size: 22px;
    margin-bottom: 1px;
}

#header .portalInfo 
{
    float: left;
    padding-top: 5px;
    padding-left: 30px;
    font-size: 13px;
    font-weight: bold;
}

#header .portalInfo img
{
    vertical-align: top;
    padding-left: 2px;
}

.pageNavigation 
{
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    height: 49px;
}

.searchbox2 {
    float: right;
}

.pageTitle 
{
    margin: 0;
    padding: 0;
}

.pageTitle h2 {
    font-size:21px;
    font-weight:normal;
}

.pageHeaderButtonArea {
    float: right;
}

.navBar 
{
    background-image: url('/Resources/Content/Images/Site/nav_bg.png');
    background-position:50% 50%;
    background-repeat:no-repeat;
    display: block;
    height: 40px;
    width: 100%;
    left: 0;
}

.pageContent {
    width: 100%;
    display: inline-block;
}

.pageContent h1 {
    font-size:21px;
    font-weight:normal;
    margin:0;
    padding:0;
}

.pageBody {
    height: inherit;
    margin-top: 20px;
}

.contentError {
    display: none;
}

.Msgless
{
    display: block;
}
    
.Msgmore
{
    display: none;
}

.floatInputAreas:after,
.clearfix2:after,
.content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.button, input[type="submit"] {
	font-family: Verdana, Arial, sans-serif;
    display: inline-block;
    background: #459300 url('/Resources/Content/Images/Site/bg-button-green.gif') top left repeat-x !important;
    border: 1px solid #459300 !important;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    padding: 4px 7px 4px 7px !important;
    color: #fff !important;
    font-size: 11px !important;
    cursor: pointer;
}
                
.button:hover {
    text-decoration: underline;
}

.floatInputAreas .inputArea {
    float: left;
}

.inputArea,
.display-area, 
.formActions,.extraActions {
    padding: 10px;
}

.inputArea .inputLabel,
.display-area .display-label
{
    font-weight: bold;
}
.inputArea .inputLabel .field-validation-error
{
    font-weight: normal;
}
.inputArea .inputField 
.display-area .display-field {
	padding-top: 10px;
}

.inputArea .inputField {
    display: inline-block;
    vertical-align: top;
}

.inputArea .inputLabel > .optional {
    color: #9E9E9E;
    font-size: 12px;
    font-weight: normal;
}

.inputArea .subText {
	padding-top: 5px;
	color: #6E6E6E;
	font-style: italic;
}

.inputArea textarea
{
	width: 600px;
	height: 200px;
}

.inputArea ul
{
	margin: 16px 0 16px 0;
	padding: 0;
	list-style-type: none;
}
.memorableInfoInput input[type='password'] {
    width: 20px;
}
.formActions > * {
    padding-left: 10px;
    padding-right: 10px;
}

.helpIcon 
{
    padding-top: 2px;
    height: 25px;
    width: 25px;
}

.section .PopUp
{
	text-align:center;
    width:auto;
    padding:20px 0 0 0;
}

.field-validation-error, .validationSummary p
{
	background: #ffffff url('/Resources/Content/Images/Icons/exclamation-red.png') no-repeat;
    margin: 0 0 0 16px;
    padding: 0 0 2px 22px;
    color: #ff0000;
}

.validationSummary p 
{
	background-color: #f4cccc;
}

.validationSummary,.validation-summary-errors{
	border: 1px solid #ff0000;
	background-color: #f4cccc;
	margin: 10px 10px 0;
	padding: 10px 0;
}
.validation-summary-errors {
    margin: 0;
}
.validation-summary-errors ul {
    list-style: none;
    
    padding: 0 10px;
    
}

#toggler {
	padding-left: 20px;
	margin-left: -20px;
	cursor: pointer;
}

#toggler:hover {
	text-decoration: underline;
}

.sidebar {
    width: 230px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
}

.heading h3 
{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
    display: block;
}

.heading
{
    margin: 0;
    padding: 0 15px 0;
    top: 0;
    background-color: #E5E5E5;
    background-image: url('/Resources/Content/Images/Site/bg-content-box.gif');
    background-position: 0 0;
    background-repeat: repeat no-repeat;
    height: 40px;
    border-bottom: 1px solid #CCC
}

.sidebar-content 
{
    padding: 10px;
}

.sidebar .buttons {
    padding-top: 10px;
}
.sidebar .buttons:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sidebar .buttons input {
    float: right;
}

.page-content-right {
    display: inline-block;
    width: 710px;
    margin: 0;
}

.horizontal {
    display: inline-block;
}

.box {
    border: 1px solid #cccccc;
    border-radius: 6px;
    -mox-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 10px;
    margin-top:10px;
    
}

.details-main 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-top: 10px;
    width: 100%;
    display: inline-block;
}

.details-left, .details-right {
    width: 49%;
    float: left;
}

.details-main .row 
{
    overflow: hidden;
    margin-bottom: 5px;
    clear: both;
}

.details-main div.left:after {
    content: ":";
    position: absolute;
}

.details-main .row .left
{
    width: 49%;
}

.details-main .row p {
    margin: 0;
}

.details-main div.left 
{
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    float: left;
    margin: 0;
}

.details-main div.right 
{
    text-align: left;
    padding-left: 52%;
}

.wrap-word {
    word-wrap: break-word;
}

#email .link {
    color: blue;
    text-decoration: underline;
	margin: 0;
}

#url .link {
    color: blue;
    text-decoration: underline;
	margin: 0;
}

/* Data Grid */

.data-grid {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.data-grid-content {
    padding: 10px;
}

.data-grid .heading{
    padding-left:0px;
}

table.grid {
    width: inherit;
    border-collapse: collapse;
}

table.grid tr th {
    border-bottom: 1px solid #cccccc;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    padding: 0 0 0 10px;
    text-align: left;
    vertical-align: middle;
}

table.grid tr th.sortable {
    background-image: url('/Resources/Content/Images/Icons/table-sort.png');
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
table.grid tr th.sort_asc {
    background-image:url('/Resources/Content/Images/Icons/table-sort-asc.png');
    background-position:100% 50%;
    background-repeat:no-repeat 
}

table.grid tr th.sort_desc {
    background-image:url('/Resources/Content/Images/Icons/table-sort-desc.png');
    background-position:100% 50%;
    background-repeat:no-repeat 
}

table.grid tr td {
    font-family: Tahoma,Arial,sans-serif;
    font-size: 12px;
    height: 25px;
    padding: 0 0 0 10px;
    text-align: left;
    vertical-align: middle;
}

table.grid .gridrow_alternate {
    background-color: #F2F2F2;
}

table.grid a:link, table.grid a:visited, table.grid a:active, table.grid a:hover {
    color: #000000;
}

table.grid tr.gridrow .company-link, table.grid tr.gridrow .mailto-link, table.grid tr.gridrow_alternate .company-link, table.grid tr.gridrow_alternate .mailto-link {
    color: #00A9CC;
}

table.grid td a:link, table.grid td a:visited, table.grid td a:active, table.grid td a:hover {
    color: #00a9cc;
}

.data-grid .tabs 
{
    display: inline-block;
    margin: 0;
    list-style: none;
    height: 30px;
    padding-top: 5px;
    padding-left: 0px;
    font-size: 14px;
}

.data-grid .tabs li 
{
    float: left;
    height: 25px;
    padding: 9px 0px 0px 0px;
    /*border: 1px solid #CCC;*/
    margin:0px 5px;
}
.data-grid .tabs li a 
{
    display: block;
    padding: 0 10px;
    color: #000000;
    text-decoration: none;
}
.data-grid .tabs li.selected
{
    background-color: #ffffff;
    float: left;
    height: 25px;
    padding: 9px 0px 0px 0px;
    border: 1px solid #CCC;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    margin:0px 5px;
    border-bottom: 1px solid #ffffff;
}

.data-grid .error {
    color: Red;
    width: 100%;
    text-align: center;
	background: none;
}

/* Data Grid End */

.loginPageContent { padding: 0 10px; }
.extraHelpLink { margin-left: 10px;}


.isInOverlay { padding: 0;}

form .inputArea label {
	display: inline-block;
	padding: 0 0 10px;
	font-weight: bold;
}

.link {
    color: #00a9cc;
    cursor: pointer;
    text-decoration: none;
}

.information { margin: 10px;}

.offset-link {
    color: #00a9cc;
    cursor: pointer;
    text-decoration: none;
    margin-left: 24px;
}

label {
    cursor: pointer;
}

.site-message {
    border: 1px solid #ff0000;
    background-color: #f4cccc;
    margin: 0;
    padding: 10px;
}

.site-message ul {
    list-style: none;
    padding: 0 10px;
}