/****** GENERAL CSS RULES ******/
html {
	overflow-y:scroll;
}
body {
	background-color: #FFFFFF;
}
body, p, li, div, span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	line-height: 1.3;
}
.standard {
    background-image: url(../images/NewLook/indexBodyBackground.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.largerCheckbox input {    
    width: 30px;    
    height: 30px;
}

.largeCheckbox input {    
    width: 20px;    
    height: 20px;
}

.aspNetDisabled {
    color: #003300;
    background-color: #e3e3e3;
    text-decoration: none;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
a:active, a:focus {
	cursor: auto;
}
a.menulink,
a.menulink:visited {
	text-decoration: none;
	color: crimson;
}
a.menulink:hover {
	text-decoration: underline;
}
blockquote, table, td, th, a, ul, ol, dd, dl, dt,
form, button, fieldset, label, select, option, input, textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
code, code span {
	font-size: 10.0pt;
	font-family: "Courier New", Courier, monospace;
}
.fontSize250 {
	font-size: 25.0pt;
}
.fontSize200 {
	font-size: 20.0pt;
}
.fontSize195 {
	font-size: 19.5pt;
}
.fontSize190 {
	font-size: 19.0pt;
}
.fontSize185 {
	font-size: 18.5pt;
}
.fontSize180 {
	font-size: 18.0pt; 
}
.fontSize175 {
	font-size: 17.5pt;
}
.fontSize170 {
	font-size: 17.0pt;
}
.fontSize165 {
	font-size: 16.5pt;
}
.fontSize160 {
	font-size: 16.0pt;
}
.fontSize155 {
	font-size: 15.5pt;
}
.fontSize150 {
	font-size: 15.0pt;
}
.fontSize145 {
	font-size: 14.5pt;
}
.fontSize140 {
	font-size: 14.0pt;
}
.fontSize135 {
	font-size: 13.5pt;
}
.fontSize130 {
	font-size: 13.0pt;
}
.fontSize125 {
	font-size: 12.5pt;
}
.fontSize120 {
	font-size: 12.0pt;
}
.fontSize115 {
	font-size: small;
}
.fontSize110 {
	font-size: 11.0pt;
}
.fontSize105 {
	font-size: 10.5pt;
}
.fontSize100 {
	font-size: 10.0pt;
}
.fontSize95 {
	font-size: 9.5pt;
}
.fontSize90 {
	font-size: 9.0pt;
}
.fontSize85 {
	font-size: 8.5pt;
}
.fontSize80 {
	font-size: 8.0pt;
}
.fontSize75 {
	font-size: 7.5pt;
}
.fontSize70 {
	font-size: 7.0pt;
}
a img{
	border: none;
}
.widthFull {
	width: 100%;
}
.width95 {
	width: 95%;
}
.width90 {
	width: 90%;
}
.width85 {
	width: 85%;
}
.width80 {
	width: 80%;
}
.width75 {
	width: 75%;
}
.width70 {
	width: 70%;
}
.width65 {
	width: 65%;
}
.width60 {
	width: 60%;
}
.width55 {
	width: 55%;
}
.width50 {
	width: 24%;
}

.width45 {
	width: 45%;
}
.width40 {
	width: 40%;
}
.width35 {
	width: 35%;
}
.width30 {
	width: 30%;
}
.width25 {
	width: 25%;
}
.width20 {
	width: 20%;
}
.width15 {
	width: 15%;
}
.width10 {
	width: 10%;
}
.width5 {
	width: 5%;
}
abbr, acronym, span.abbr {
	cursor: help;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignTop {
	vertical-align: top;
}
.alignBottom {
	vertical-align: bottom;
}
.alignTopRight {
	text-align: right;
	vertical-align: top;
}
.alignTopCenter {
	text-align: center;
	vertical-align: top;
}
.alignTopLeft {
	text-align: left;
	vertical-align: top;
}
.alignBottomRight {
	text-align: right;
	vertical-align: bottom;
}
.alignBottomCenter {
	text-align: center;
	vertical-align: bottom;
    font-size: small;
    color: #3A6F93;
}
.alignBottomLeft {
	text-align: left;
	vertical-align: bottom;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.image-left { 
	float: left;
	vertical-align: text-top;
}
.image-right {
	float: right;
	vertical-align: text-top;
	margin-left: 10px;
}
.indent1 {
	padding-left: 18px;
}
.indent2 {
	padding-left: 36px;
}
.indent3 {
	padding-left: 54px;
}
.indent4 {
	padding-left: 72px;
}
.indent5 {
	padding-left: 90px;
}
ul.noBullet {
	list-style-type: none;
}
ul.disc {
	list-style-type: disc;
}
ul.square {
	list-style-type: square;
}
ul.circle {
	list-style-type: circle;
}
ol.lower-alpha {
	list-style-type: lower-alpha;
}
ol.upper-alpha {
	list-style-type: upper-alpha;
}
ol.lower-roman {
	list-style-type: lower-roman;
}
ol.upper-roman {
	list-style-type: upper-roman;
}
.noWrap {
	white-space: nowrap;
}
.doubleLineSpace {
	line-height: 24.0pt;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.black {
	color: #000000;
	background-color: transparent;
}
.whitenoback {
	color: white;
}
.white {
	color: #FFFFFF;
	background-color: transparent;
}
.redred {
	color: #FF0000;
	background-color: transparent;
}
.red {
	color: crimson;
	background-color: transparent;
}
.blue {
	color: #0000FF;
	background-color: transparent;
}
.green {
	color: #009933;
	background-color: transparent;
}
.orange {
    color: #D96D00;
    background-color: transparent;
}
.grey {
	color: #999999;
	background-color: transparent;
}
.deepyellow {
	color: #FFCC33;
	background-color: transparent;
}
.blackBG {
	background-color: #000000;
}
.whiteBG {
	background-color: #FFFFFF;
}
.redBG {
	background-color: #0000FF;
}
.blueBG {
	background-color: #0000FF;
}
.greenBG {
	background-color: #009933;
}
.lightgreyBG {
	background-color: #CCCCCC;
}
.deepyellowBG {
	background-color: #FFCC33;
}
.approvedocsbutton {
    height: 24px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.0pt;
	line-height: 1.0;
    margin-right: 14px;
    background-color: #FC6;
}
.disabledInput {
    color: navy;
}
.#overlay
{ width: 100%;
  height: 100%;
  background: transparent;
  filter: alpha(opacity=100);
  opacity: 1.0;
  z-index: 102;
  }
  
/* Sortable tables */
table.sortable thead {
    /*background-color:#eee;
    color:#666666;
    font-weight: bold;*/
    cursor: pointer;
    table-layout:fixed;
}

.tablestyle 
{
    font-family: arial;
    font-size: small;
    border: solid 1px #7f7f7f;
}

.altrowstyle 
{
    background-color: #edf5ff;
}

.headerstyle th 
{
    background: url(img/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
}  

.headerstyle th a
{
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: #000;
    display: block;
    padding-right: 10px;
}    

.rowstyle .sortaltrow, .altrowstyle .sortaltrow 
{
    background-color: #edf5ff;
}

.rowstyle .sortrow, .altrowstyle .sortrow 
{
    background-color: #dbeaff;
}

.rowstyle td, .altrowstyle td 
{
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #cbcbcb;
}

.headerstyle .sortascheader 
{
    background: url(img/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortascheader a 
{
    background: url(img/dt-arrow-up.png) no-repeat right 50%;
} 

.headerstyle .sortdescheader 
{
    background: url(img/sprite.png) repeat-x 0px -100px;
}   

.headerstyle .sortdescheader a 
{
    background: url(img/dt-arrow-dn.png) no-repeat right 50%;
} 


/* for div where treeview is placed */
div.ob_tree	{
	background-color:transparent;
    font-family: Tahoma;
    font-size: 11px;
    overflow: auto;
    white-space: nowrap;
    height: 300px;
    width: 350px;
}

/* for node text */
td.ob_t2 {
	color:navy;
	FONT: 8pt Tahoma; 
	vertical-align:middle; 
	border:none; 
	padding:2px;
}

/* for node text */
td.ob_tprotected {
	color:red;
	FONT: 10pt Tahoma; 
	vertical-align:middle; 
	border:none; 
	background-color:transparent;
	padding:2px;
}

/* for node text highlighted/selected */
td.ob_t3 {
	color:navy;
	FONT: 8pt Tahoma; 
	vertical-align:middle; 
	background-color:gold;
	padding:2px;
}

/* for node when edited */
input.ob_t3		{
	font: 8pt Tahoma; 
}

/* links in all nodes */
td.ob_t2 A		{
	color: #3366cc;
}

/* link in selected node */
td.ob_t3 A		{
	color: crimson;
}

/* for icons */
td.ob_t4 {
	vertical-align:top;}

/* for icons */
div.ob_d4 {
	width: 21px;
	font: 6pt Tahoma;
}

/* for vertical lines (indent) */
div.ob_d5 {
	width:15px; 
	vertical-align:top;
	font: 5px Verdana;
}

/* for plus-minus images */
td.ob_t6 {
	width:16px;
	vertical-align:top;
}

/* for plus-minus images of the root node*/
td.ob_t8 {
	width:16px;
	vertical-align:top;	
}

/* for message "Loading ..." */
td.ob_t7 {
	FONT:8pt Tahoma; 
	background-color:#ffffff; 
	border:1px solid #666666; 
	color:#666666; 
	width:80px; 
	text-align:center; 
	padding-left:20px;
}
	
/* for links */
A.ob_a2	{
	FONT: 8pt Tahoma;
	COLOR: #0000cd;	
} 

.ob_t2c 
{		
	border-collapse: separate;	
	border-spacing: 0px;
}

.ob_t2b 
{	
	border-collapse: separate;	
	border-spacing: 0px;
}

.ob_t2g
{	
	border-collapse: separate;	
	border-spacing: 0px;
}
.ob_t2g td
{
	padding:0px;	
}

.ob_t2b td
{
	padding:0px;
}

.ob_t2c td
{
	padding:0px;
}

.lblUtil
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-small;
    color: #000066;
}