/* CSS Document */

BODY 
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 0px 0px;
	background-color:#000;
	color:#b5b5b5;
	font-family:arial;
	font-size:11px;
	text-align:left;
	line-height:14px;
}



/*---------------------------------------CONTENT-----------------------------------------------*/

.divider5
{
background-image:url(images/grey-dot.gif);
background-position:center;
background-repeat:repeat-x;
height:5px;
}

.divider5-dotted
{
background-image:url(images/grey-dots-horz.gif);
background-position:center;
background-repeat:repeat-x;
height:5px;
}

.selected{
background: #ffcc32;
display:block;
background-image:url(../images/slidebg.gif);
background-position:bottom;
background-repeat:repeat-x;
color:#000; /*background of tab with "selected" class assigned to its LI */
}

.divider5-vert
{
background-image:url(images/grey-dot.gif);
background-position:center;
background-repeat:repeat-y;
height:5px;
display:block;
}

.divider5-dotted-vert
{
background-image:url(images/grey-dots-vert.gif);
background-position:center;
background-repeat:repeat-y;
height:5px;
display:block;
}

.divider10
{
background-image:url(images/grey-dot.gif);
background-position:center;
background-repeat:repeat-x;
height:10px;
display:block;
}

.divider10-dotted
{
background-image:url(images/grey-dots-horz.gif);
background-position:center;
background-repeat:repeat-x;
height:10px;
display:block;
}



.divider10-vert
{
background-image:url(images/grey-dot.gif);
background-position:center;
background-repeat:repeat-y;
height:10px;
}

.divider10-dotted-vert
{
background-image:url(images/grey-dots-vert.gif);
background-position:center;
background-repeat:repeat-y;
height:10px;
}




.divider20
{
background-image:url(images/grey-dot.gif);
background-position:center;
background-repeat:repeat-x;
height:20px;
}

.divider20-dotted
{
background-image:url(images/grey-dots-horz.gif);
background-position:center;
background-repeat:repeat-x;
height:20px;
}

.divider20-vert
{
background-image:url(images/grey-dot.gif);
background-position:center;
background-repeat:repeat-y;
height:20px;
}

.divider20-dotted-vert
{
background-image:url(images/grey-dots-vert.gif);
background-position:center;
background-repeat:repeat-y;
height:20px;
}




.divider30
{
background-image:url(images/grey-dot.gif);
background-position:center;
background-repeat:repeat-x;
height:30px;
}

.divider30-dotted
{
background-image:url(images/grey-dots-horz.gif);
background-position:center;
background-repeat:repeat-x;
height:30px;
}

.divider30-vert
{
background-image:url(images/grey-dot.gif);
background-position:center;
background-repeat:repeat-y;
height:30px;
}

.divider30-dotted-vert
{
background-image:url(images/grey-dots-vert.gif);
background-position:center;
background-repeat:repeat-y;
height:30px;
}


.text
{
	color:#b5b5b5;
	font-family:arial;
	font-size:11px;
	text-align:left;
	line-height:14px;
}


.text-highlight
{
	color:#c39e0c;
	font-family:arial;
	font-size:11px;
	text-align:left;
	line-height:14px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
}


.headings-grey
{
	color:#777;
	font-family:arial;
	font-size:16px;
	text-align:left;
	line-height:18px;
}

.headings-grey-small
{
	color:#777;
	font-family:arial;
	font-size:12px;
	text-align:left;
	line-height:14px;
}

.headings-orange
{
	color:#c39e0c;
	font-family:arial;
	font-size:18px;
	text-align:left;
	line-height:20px;
}


.headings-orange-light
{
	color:#c39e0c;
	font-family:arial;
	font-size:16px;
	text-align:left;
	line-height:18px;
}

.headings-big
{
	color:#c39e0c;
	font-family:arial;
	font-size:24px;
	text-align:left;
	line-height:26px;
}


.text-dark
{
	color:#555;
	font-family:arial;
	font-size:11px;
	text-align:left;
	line-height:14px;
}

.text-bold
{
	color:#b5b5b5;
	font-family:arial;
	font-size:11px;
	text-align:left;
	line-height:14px;
	font-weight:bold;
}


.text-bold-orange
{
	color:#c39e0c;
	font-family:arial;
	font-size:11px;
	text-align:left;
	line-height:14px;
	font-weight:bold;
}


.orange-highlights
{
	color:#c39e0c;
	font-family:georgia;
	font-size:11px;
	font-style:italic;
	text-align:left;
	line-height:14px;
}

.dropdown
{
font-family:arial;
font-size:11px;
font-weight:bold;
color:#ababab;

background-color:#111;
border:1px solid #333;

padding-bottom:5px;
padding-left:8px;
padding-right:8px;
padding-top:5px;


text-align:left;
line-height:14px;
display:block;
text-decoration:none;

background-image:url(images/down-arrow.gif);
background-position:right;
background-repeat:no-repeat;

outline-style:none;

	

}

a:hover.dropdown
{
font-family:arial;
font-size:11px;
font-weight:bold;
color:#fff;

background-color:#2f2500;
border:1px solid #665100;


padding-bottom:5px;
padding-left:8px;
padding-right:8px;
padding-top:5px;


text-align:left;
line-height:14px;
display:block;
text-decoration:none;

background-image:url(images/down-arrow.gif);
background-position:right;
background-repeat:no-repeat;

outline-style:none;

	

}



.dropdown:hover
{
font-family:arial;
font-size:11px;
font-weight:bold;
color:#f4f4f4;

background-color:#000;
border:1px solid #333;


padding-bottom:4px;
padding-left:8px;
padding-right:8px;
padding-top:4px;


text-align:left;
line-height:14px;
display:block;
text-decoration:none;

background-image:url(images/down-arrow.gif);
background-position:right;
background-repeat:no-repeat;

outline-style:none;
}


.dropdown-link
{
font-family:arial;
font-size:11px;
color:#aaa;
background-color:#000;
border:1px solid #333;
border-top:1px solid #000;
padding-bottom:4px;
padding-left:5px;
padding-right:5px;
padding-top:4px;
text-align:left;
line-height:14px;
display:block;
text-decoration:none;

outline-style:none;


}

a:hover.dropdown-link
{
font-family:arial;
font-size:11px;
color:#f5c200;
background-color:#000;
border-bottom:1px solid #7a6100;
border-top:1px solid #000;
padding-bottom:4px;
padding-left:5px;
padding-right:5px;
padding-top:4px;
text-align:left;
line-height:14px;
display:block;
text-decoration:none;

outline-style:none;
}



.designation
{
	color:#725a00;
	font-family:georgia;
	font-size:11px;
	text-align:left;
	text-transform:capitalize;
	line-height:14px;
	font-style:italic;
}

.slide-box
{
background-color:#0a0a0a;
display:block;
font-family:arial;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
color:#666;


}

.slide-box:hover
{
background-color:#ffcc00;
font-family:arial;
font-size:12px;
font-weight:bold;
color:#000;
background-image:url(images/slidebg.gif);
background-position:bottom;
background-repeat:repeat-x;
}


.slide-box-heading
{
color:#666;
padding:15px;
padding-left:10px;
text-align:left;
}
.slide-box-heading:hover
{
color:#000;
padding:15px;
padding-left:10px;
}

.slideheading
{
font-family:arial;
font-size:14px;
text-transform:uppercase;
color:#888;
text-decoration:none;
text-align:left;
line-height:16px;
display:block;
padding:10px;
background-color:#0a0a0a;
}

a:hover.slideheading
{
font-family:arial;
font-size:14px;
text-transform:uppercase;
color:#000;
text-decoration:none;
text-align:left;
line-height:16px;
padding:10px;
background-color:#ffcc00;
}

.grey-box
{
padding:10px;
background-color:#101010;
border-top:1px solid #333;
border-right:1px solid #333;
border-left:1px solid #333;
border-bottom:1px solid #333;
color:#666;
line-height:14px;
}


.headings
{
font-family:arial;
font-size:12px;
font-weight:bold;
text-align:left;
line-height:14px;
color:#a5a5a5;
text-decoration:none;
text-align:left;
padding-bottom:5px;
display:block;
}

a:hover.headings
{
font-family:arial;
font-size:12px;
font-weight:bold;
text-align:left;
line-height:14px;
color:#f4f4f4;
text-decoration:none;
text-align:left;
padding-bottom:5px;
display:block;
}



.hyperlinks
{
font-family:arial;
font-size:11px;
text-align:left;
line-height:14px;
color:#886c00;
text-decoration:none;
}

a:hover.hyperlinks
{
font-family:arial;
font-size:11px;
text-align:left;
line-height:14px;
color:#ffe400;
text-decoration:none;

}


.hyperlinks-selected
{
font-family:arial;
font-size:11px;
text-align:left;
line-height:14px;
color:#f4f4f4;
text-decoration:none;

}

.imagebox
{
border:1px solid #222;
display:block;
}

.imagebox:hover
{
border:1px solid #b38f00;
display:block;
}

.box {
border:1px solid #333;
background-color:#232323;
padding:16px;
display:block;
}

.box-dark {
border:1px solid #0a0a0a;
background-color:#111;
padding:20px;
display:block;
}

.table-info
{
border-bottom:1px solid #222;
border-left:1px solid #222;

border-right:1px solid #222;

margin-bottom:1px;

padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;

font-family:arial;
font-size:11px;
color:#999;
text-align:left;
line-height:14px;
}



.table-info-light
{
border-bottom:1px solid #222;
border-left:1px solid #222;

border-right:1px solid #222;

margin-bottom:1px;

padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;

font-family:arial;
font-size:11px;
color:#ccc;
text-align:left;
line-height:14px;
}


.table-info:hover
{
border-bottom:1px solid #444;
border-left:1px solid #444;
border-right:1px solid #444;

margin-bottom:1px;

padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;

font-family:arial;
font-size:11px;
color:#aaa;
text-align:left;
line-height:14px;
}




.table-info2
{
border-bottom:1px solid #222;
border-left:1px solid #222;

margin-bottom:1px;

padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;

font-family:arial;
font-size:11px;
color:#aaa;
text-align:left;
line-height:14px;
}


.table-info2:hover
{
border-bottom:1px solid #444;
border-left:1px solid #444;

margin-bottom:1px;

padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;

font-family:arial;
font-size:11px;
color:#aaa;
text-align:left;
line-height:14px;
}




.table-info3
{
border-bottom:1px solid #222;
border-left:1px solid #222;
border-right:1px solid #222;

margin-bottom:1px;

padding-top:3px;
padding-bottom:3px;
padding-left:32px;
padding-right:5px;

font-family:georgia;
font-style:italic;
font-size:10px;
color:#666;
text-align:left;
line-height:14px;

background-color:#111;

background-image:url(images/user-icon.gif);
background-position:left;
background-repeat:no-repeat;
}



.inputtype
{
border:1px solid #111;
border-bottom:1px solid #000;
padding-bottom:4px;
padding-left:6px;
padding-right:6px;
padding-top:4px;

font-family:arial;
font-size:11px;
text-align:left;
color:#000;
line-height:14px;
background-color:#777;
width:200px;
margin-right:10px;
}

.footer-text
{
font-family:arial;
font-size:11px;
text-align:left;
color:#555;
line-height:14px;
}