﻿#header
{
    background-size: 725px 70px;
    background-repeat: no-repeat;
}

.textField
{
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #252525;
    border: solid 2px #dddddd;
}

.redBackground
{
    background-color:#ff6666 !important;
    color:#ffffff;
}

.redBackground:hover
{
    background-color: #ff3333 !important;
    color:#ffffff;
}

#printSectionLOGs
{
    margin-top:30px;
}

.textLabel
{
    color: #ffffff;
    font-weight: bold;
}

.textLabelColor3
{
    color: #333333;
    font-weight: bold;    
}
.dropDownField
{
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #252525;
    border: solid 2px #dddddd;
}

.successMessage
{
	color:#0b7e05;
	font-size:12px;
}

.invalid
{
	/*color:#990000;*/
	color:Red;
	/*font-size:10px;*/
}

.invalid a:link
{
	color:Red;
	text-decoration:none;
}

.invalid a:hover
{
	color:Red;
	text-decoration:underline;
}

.invalid a:visited
{
	color:Red;
	text-decoration:none;
}

.invalidMessage
{
    color:Red;
    line-height:20px;
}

.OVS_tooltip{
position:absolute;
z-index:999;
left:-9999px;
background-color:#dedede;
padding:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border:1px solid #fff;
}


.OVS_tooltip p{
margin:0;
padding:0;
color:#fff;
background-color:#222;
padding:2px 7px;
} 

.nn-sideMenu ul a:link
{
    color:#333333;
}

.nn-sideMenu ul a:hover
{
    color:#333333;
    text-decoration:None;
}

.nn-sideMenu ul a:visited
{
    color:#333333;
    text-decoration:underline;
}

.nn-sideMenu ul a:active
{
    color:#333333;
    text-decoration:underline;
}

.sepparator
{
    width:100%;
    height:30px;
    clear:both;
}


#OVSFAQ
{
    cursor:pointer;
}

footer {
    clear: both;
    text-align:center;
    width: 100%;
}

/****************submenu*****************/
.subMenuHeader ul
{
    margin-left:-34px;
    padding:0;
}

.subMenuHeader ul li
{
    margin-left:0px;
    padding-left:37px;
}

.areaHeader {
font-size: 16px;
font-weight: bold;
background-color: #BBBBBB;
color: #000000;
padding: 3px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.areaHeader table
{
    width:100%;
}

.areaHeader table td:nth-child(2) button, .areaHeader table td:nth-child(2) span
{
    float:right;
}
.k-button, .k-window-title
{
    font-weight:bold;
}

.areaNote
{
    font-style:italic;
    padding-top:5px;
    color:#000000;
    width:100%;
}

.areaNote a:link
{
    color:#06B9FF;
}
#printSectionElements
{
    margin-top:30px;
    border-spacing: 0;
}

#printSectionElements tr td:first-child
{
    font-weight:bold;
    text-transform: uppercase;
}

#printSectionElements tr td img
{
    cursor:pointer;
}

.naylorHtmlEditor
{
    width: 200px;
}

.maskedPhone
{
    width:185px;
}

.storedProceduresID
{
    z-index:1000;
    background-color:White;
    color:Black;
    /*position:fixed;*/
    top:0px;
    padding: 3px;
    font-size:16px;
}