/* CSS Document */
@media print {

#hdr {display:none;}
form {display:none;}

}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin: 0;
}

.content-wrapper{
	width: 98%;
	margin: 0 auto;
}

.hdr{
	margin-bottom:20px;
	background-color:#000;
	height:32px;
}

#logo-div{
	float:left;
	width:15%;
}

.top-links{
	float:left;
	color: #fff;
	width:65%;
}

.top-links a{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

.company{
	float:left;
	color: #fff;
	width:20%;
	text-align: right;
}

/* ------------------ CSS Menu --------------------------- */


#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	background:#ccc;
}

#primary_nav_wrap ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover
{
	background:#f6f6f6
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fcfcfc;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

/* ------------------ end CSS Menu ---------------------- */

tr:hover {
    background-color: #f9f1c5;
}

tr:hover td {
    background-color: transparent; /* or #000 */
}

.left-pan{
	width: 45%;
	float: left;
}
.right-pan{
	width: 45%;
	float: right;
}






h1,h2{
	text-transform:uppercase;
	letter-spacing:1px;
}
h1{
	border-bottom:2px solid #8AC5FF;
	border-left:5px solid #8AC5FF;
	color:#0099FF;
	padding-left:5px;
	font-size:16px;
	/*text-shadow:1px 1px 3px #999;*/
}
a{
	text-transform:capitalize;
	text-decoration:none;
	color:#0066FF;
	border-bottom:1px dotted #FFBBBB;
	padding-bottom:2px;
	margin-bottom:2px;
}

span{
	background-color:#FFFF99;
	padding:0 3px;
	margin:3px;
	border:1px solid #FFCC66;
	font-size:9px;
	float:left;
}

#top-title{
	float:right; 
	min-width:15%;
	font-size:14px;
	color:#999999;
	font-weight:bold;
	letter-spacing:1px;
	border-right:5px solid #999;
	padding-right:5px;
}
table{
	width:100%;
	border-collapse:collapse; 
	margin-top:30px;
}
th{
	text-align:left;
	border-top:1px dotted #CCCCCC;
}
td{
	border-top:1px dotted #CCCCCC;
}
th#txt-right{
	text-align:right;
}
td#txt-right{
	text-align:right;
}

button{
	background-color:#0099FF;
	color:#FFFFFF;
	border:0;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	margin-top:5px;
	padding:3px 15px;
	text-shadow:0 0 1px #000000
}
img{
	border:0;
}

#error{
	background-color:#FFCECE;
	color:#FF6A6A;
	border:1px solid #FF6A6A;
	padding:5px 10px;
	text-align:left;
	margin:10px auto 20px auto;
	width:80%;
}
#noerror{
	background-color:#BFFFBF;
	color:#00AA00;
	border:1px solid #00AA00;
	padding:5px 10px;
	text-align:left;
	margin:10px auto 20px auto;
	width:80%;
}
#widget{
	width:100px;
	height:60px;
	text-align:center;
	font-weight:bold;
	float:left;
	margin:2px;
	/*
	-moz-box-shadow: 2px 2px 3px #fff;
	-webkit-box-shadow: 2px 2px 3px #fff;
	box-shadow: 2px 2px 3px #fff;
	*/
	padding:35px 10px 10px 10px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
	font-size:10px;
	text-shadow:0 0 1px #ccc;
}
#widget:hover{
	background-color:#66CC66;
	color:#FFFFFF;
}
.widget-1{
	background-color:#0099CC;
}
.widget-2{
	background-color:#FF6600;
}
.widget-3{
	background-color:#FF3399;
}
.bgcolor-ash{
	background-color:#E5E5E5;
}
.bgcolor-yellow{
	background-color:#FFFFCC;
}
.font-bold{
	font-weight:bold;
}
hr{
	border:0;
	height:1px;
	background-color:#CCC;
}
/* jquery auto completer styles */
.ac_results {
	padding: 0px;
	border: 1px solid #0099CC;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor:pointer;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/

	font: menu;

	font-size: 14px;

	/* 

	it is very important, if line-height not setted or setted 

	in relative units scroll will be broken in firefox

	*/

	line-height: 16px;

	overflow: hidden;

}



.ac_loading {

	background: white url('indicator.gif') right center no-repeat;

}



.ac_odd {

	background-color: #eee;

}



.ac_over {

	background-color:#0066FF;

	color: white;

}

@media print{
	.no-print{
		display:none;
	}
}


