/*active*/
a{
    color: #3D72A4;
}


#sidebar ul.operations li.active a{
    color: #333;
}

input[type="checkbox"] + label{
    display:inline;
}

div.login-form{
    padding:0;
}

div.form label:first-child{
    font-size: 110%;
    color: #000;
}

#updateCityPages .childPages{
    float:left;
    background-color: #f7f7f7;
    padding:5px;
    margin: 0px 20px 0 0px;
    width: 200px;
}

.login-form form {
    background: none repeat scroll 0 0 #fff;
    border: 5px solid #eee;
    padding: 1em;
    margin: 1em 0 2em 0;
}

.login-form {
    margin: 0 auto;
    width: 33em;
}

.login-form label {
    clear: both;
    display: block;
}

.login-form fieldset div {
    clear: both;
    margin: 0.3em 0;
}


.login-form .buttons{
    text-align: center;
}

.login-form label {
    float: left;
    margin-right: 1em;
    text-align: right;
    width: 12em;
}

.login-form legend {
    color: #0b77b7;
    font-size: 1.2em;
}

.login-form legend span {
    text-align: right;
    width: 12em;
}

.login-form input {
    width: 12em;
}


.login-form fieldset {
    padding: 0 0.5em 0.5em;
}

.login-form input.default {
    color: #bbb;
}

.login-form .rememberMe label{
    font-size: 110%;
    color: #000;
}

.login-form #LoginForm_rememberMe{
    width: 1em;
}

.login-form .errorMessage{
    text-align:center;
}

#pass-recovery{
    text-align:center;
}

#pagesCentre-form .imageAttachment .preview{
    overflow: hidden;
}


#centeredmenu {
    float:left;
    width:100%;
    overflow:hidden;
    position:relative;
    margin: 5px 0 10px 0;
    _margin-top: 13px;
    -moz-border-radius: 5px;   
    height: 40px;
}
#centeredmenu ul {
    clear:left;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    left:50%;
    text-align:center;
}
#centeredmenu ul li {
    display:block;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    right:50%;
    border-right: 1px solid #BCDEE4;
}

#centeredmenu li:first-child{    
    border-left: 1px solid #3A5A78;    
}
#centeredmenu li:last-child a{
    border-right: 1px solid #387FC2;
}

#centeredmenu ul li.mainMenuCurrent a, #centeredmenu ul li.current a{
    background-color: #3D678F;
    border-left: 1px solid #3D678F;
}

#centeredmenu ul li.mainMenuCurrent a:hover, #centeredmenu ul li.current a:hover{
    background-color: #3D678F; 

}

#centeredmenu ul li a {
    display:block;
    padding:0px 10px;
    color:#FFF;
    text-decoration:none;
    font-size:14px;
    line-height: 40px;
    border-left: 1px solid #387FC2;
}

#centeredmenu ul li a:hover {
    background-color: #3A5D7E;
    border-left: 1px solid #3A5D7E;
}

#centeredmenu {
    background:  #3D72A4;
    color: #FFF;
}

#centeredmenu ul li {
    border-right: 1px solid #3A5A78;
}

#centeredmenu ul li.first{
    border-left: 1px solid #3A5A78;
}
#centeredmenu ul li.last a{
    border-right: 1px solid #387FC2;
}

.horizontal-menu ul{
    clear:left;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    left:50%;
    text-align:center;    
}

.horizontal-menu ul li{
    display:block;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    right:50%;   
    padding: 0 20px 0 0;
}

.horizontal-menu ul li a{
    text-decoration: underline;
}



#centeredsubmenu {
    float:left;
    width:100%;
    overflow:hidden;
    position:relative;
    margin: -10px 0 10px 0;
    -moz-border-radius: 5px;   
    height: 30px;
    background:  #5c91c3;
    color: #FFF;
}
#centeredsubmenu ul {
    clear:left;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    left:50%;
    text-align:center;
}
#centeredsubmenu ul li {
    display:block;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    right:50%;
    border-right: 1px solid #486e92;
}

#centeredsubmenu li:first-child{    
    border-left: 1px solid #486e92;    
}
#centeredsubmenu li:last-child a{
    border-right: 1px solid #498dce;
}

#centeredsubmenu ul li a {
    display:block;
    padding:0px 10px;
    color:#FFF;
    text-decoration:none;
    font-size:12px;
    line-height: 30px;
    border-left: 1px solid #498dce;
}

#centeredsubmenu ul li a:hover {
    background-color: #3A5D7E;
    border-left: 1px solid #3A5D7E;
}



.grid-view .filters input, .grid-view .filters select{
    padding-left: 0;
    padding-right: 0;
}

h1, h2, h3, h4{
    line-height:normal;
}

h1{
    font-size: 30px;
}

h2{
    font-size: 24px;
}

h3{
    font-size: 20px;
}

select {
    width: auto;
}

table.detail-view tr.odd, .grid-view table.items tr.odd {
    background: #fff;
}

table.detail-view tr.even {
    background: #FFF;
}

table.detail-view td, 
table.detail-view th{
    border: 1px solid #CCC;
}

table.detail-view .plain-table th
{
    text-align: left;
    border: 1px solid #a8a8a8;
}

.plain-table td, .plain-table th{
    border:1px solid #999999;	
    padding:3px;
    
}
.plain-table{
    border-collapse:collapse;
}

.plain-table th{
   background-color: #CCC; 
}

.plain-table{
    width: 100%;        
} 

.grid-view .pager {
    text-align: center;
}


.grid-view table.items th{
    background-image: none;
    background-color: #3D72A4;
}

.grid-view .filters input, .grid-view .filters textarea {
    width: 100%;
}

.grid-view table.items tr.selected
{
	background: #BCE774;
}

.grid-view table.items tr:hover.selected
{
	background: #CCFF66;
}

.grid-view table.items tbody tr:hover
{
	background: #ECFBD4;
}

.row {
    margin-left: 0px;
}

.pagination li.selected{

}

.pagination li.selected a, .pagination li.selected a:hover{
    background-color: #337AB7;
    color: #FFF;
    cursor: default;    
}

#doctorResume.modal{
    clear:both;
    width: 850px;  
    margin-left: -425px;
}

#opinion-request-form #yw0 {
    float: left;
}

#opinion-request-form #yw0_button {
    clear: both;
    float: left;
}

.centred-blue{
    text-align: center;
    color: #004E9C;
    font-weight: normal;
}


.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

.update-dialog-content{
    font-size: 1em;
    font-family: Arial;
}

#employees-list.list-view{
    margin:0;
}

#employees-list h3{
    margin-bottom: 5px;
}

#employees-list .date span{
    padding:3px;
    background-color: #3D72A4;
}

#employees-list .date{
    margin-bottom: 10px;
    color: #fff;
}

#employees-list .row{
    border-bottom: 1px solid #CCC;
    padding: 10px 0 10px 0;
}

.list-view .pager{
    text-align: center;
}


#login-form fieldset{
    border:none;
    margin-bottom: 0;
}

.upload-form{
    padding: 0;
}


.horizontal-menu li.active a{
    text-decoration: none;
}

.horizontal-menu ul li.has-sub-opts{
    padding-right: 5px;
    font-weight: bold;
}

.horizontal-menu ul li.sub-opt{
    padding-right: 10px;
}

.horizontal-menu ul li i{
    text-decoration: none;
    color: #004E9C;
    padding: 0 3px 0 0;
}


.editable-pre-wrapped{
    white-space: inherit;
}