.ac_results {
	padding: 0px;
	border: 1px solid #F5E8CD;
	background-color: white;
	overflow: hidden;
}

.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: default;
	display: block;
	color:#1C3855;
	font-family:Arial, Helvetica, sans-serif;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 10px;
	/* 
	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('../images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color:#EFDECB;
}

.ac_over {
	background-color:#C8E0E8;
	color: white;
}


.autocomp{
	clear: none;
	float: none;
	height: 20;
	width: auto;
	font-weight: normal;
	color:#802900;
	line-height: normal;
	background:#FCFCFC;
	border:1px solid #B6C9C9;
	font-style: normal;
	padding:2px;
	font-family: Verdana;
	font-size:12px;
	text-transform: uppercase;
	margin: 1px;
	text-align: left;
	padding-left:15px;
	background:#FCFCFC url(../images/search.png) no-repeat 3px 2px;
}

/* 
    Document   : style
    Created on : Jul 23, 2010, 4:10:46 PM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#333;
    background-color:#fff;

}


a:link, a:active, a:visited{
    color:#333;
    text-decoration:none;
}

a:hover{
    color:#999;
    text-decoration:none;
}

h1, h2, h3, h4,h5,h6,h7,h8,h9{
    color:#F54909;
    font-family:"Trebuchet MS";
    margin:3px;
    width:99%;
    float:left;
    text-align:left;
}
#text{
    color:#F54909;
    font-family:"Trebuchet MS";
    margin:3px;
    width:99%;
    float:left;
    text-align:left;
}

#outer_container{
    margin:0;
    padding:0;
    width:900px;

}

#container{
    margin:0;
    padding:0;
    width:900px;
    background:#aaa;
    /*background:url(../../images/bg_ce nter.png) repeat-y 0 0;*/
}

.top_menu{
    margin:10px 0 0 0;
    width:100%;
    text-align:right;
    border:1px solid #000;
}

.menu{
    float:left;
    color:#fff;
    margin:10px 0 10px 0;
    padding:0;
    height:34px;
    background:url(../images/menu_bg.gif) repeat-x 0 0;
    width:100%;
    position:relative;
    z-index:2
}

.menu ul{
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}

.menu ul li{
    float:left;
    margin:0;
    border-right:1px solid #fff;
    padding:10px 0px 10px 0px;
    list-style:none;
}

.menu a:link, .menu a:active, .menu a:visited{
    text-decoration:none;
    color:#fff;
    padding:10px 25px 10px 25px;
    background:url(../images/menu_bg.gif) repeat-x 0 0;
    font-weight:bold;
}

.menu a:hover{
    text-decoration:none;
    background:#495f77;
    background:url(../images/menu_bg_hover.gif) repeat-x 0 0;
}

.menu a#current{
    background:url(../images/menu_bg_current.gif) repeat-x 0 0;
}

/* ######### Style for Drop Down Menu ######### */

.dropdown dd {
    position:absolute;
    overflow:hidden;
    width:auto;
    display:none;
    background-color:#fff;
    z-index:200;
    margin:0;

}

.dropdown ul {
    width:auto;
    border:2px solid #9ac1c9;
    list-style:none;
    border-top:none;
    margin:0;
    padding:0;

}
.dropdown li {
    display:block;
    width:auto;
    margin:0;
    padding:3px;
    border-bottom:1px solid #f1f1f1;

}


.dropdown li a:link, .dropdown li a:active, .dropdown li a:visited{
    color:#000;
    text-decoration:none;

}


#sddm
{	margin: 0;
	padding: 0;
	z-index: 20;
	vertical-align:left;
	width: 95%;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	width: 10%;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size:12px;
	font-weight:100;
	height:30px;
	vertical-align:center;
	
		}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 120px;
	height:20px;
	text-align: center;
	text-decoration: none;
	}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 2;
	padding: 2;
	font-family:Arial;
	font-size:12px;
	font-weight:100;
	background-image:url(../images/menu_bg_current.gif);

}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 220px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		font-family:Verdana, Arial, Helvetica, sans-serif ;
		color:#FFCC66
	font-size:10px;
	font-weight:100;
		vertical-align:center;
	background-image:url(../images/menubg_dd.png);
   
	}
	
#sddm div a:hover{
    text-decoration:none;
	color:#000033;
	background-image:url(../images/menu_bg_current.gif);
}


.buttonTop{
    width:400px;
}

.div_class{
    float:left;
}

.margin_10{
    margin:10px 0 0 0;
}

table tr td, table tr th{
    /*padding:3px 5px 3px 5px !important;*/
    padding:3px 2px 3px 2px;
}

.div_class_full{
    background:#f4f4f4;
    border:1px solid #ccc;
    width:890px;
    padding:0 4px 0 4px;
    float:left;
}
.div_class_full_margin{
    background:#f4f4f4;
    border:1px solid #ccc;
    width:890px;
    padding:5px 4px 5px 4px;
    float:left;
}

.div_class_full_no_padding{
    background:#f4f4f4;
    border:1px solid #ccc;
    width:890px;
    padding:0;
    margin:0;
    float:left;
}

.small{
    width:80px;
}

table tr td{
    text-align:left;
}

table#table_header tr td{
    margin:0; padding:0;
}

table#table_report tr td{
    padding:2px;
}
table#table_report tr th{
    padding:0; margin:0;
}

table.table_header tr td{
    margin:0; padding:0;
}
/***********************************************************************/
.groupSetup{
    float:left;
    width:100%;
    margin:0;
}

.leble {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#003366;
}
.back{
    background-color:#F0F0F0;
}
.snHeader{
    background-color:silver;
    width:25px;
}
.snTd{
    width:25px;
    border:1px solid #000;
    text-align:center;
}


.menu{
    float:left;
    color:#FFFFCC;
    margin:10px 1 10px 1;
    padding:1px;
    height:28px;
	background-image:url(images/menu_bg.gif);
	background:url(images/menu_bg.gif) repeat-x 1 1;
    width:100%;
    position:relative;
    z-index:2
}
.menu a:link, .menu a:active, .menu a:visited{
    text-decoration:none;
    color:#FFFFff;
    padding:10px 25px 10px 25px;
	background-image:url(images/menu_bg.gif);
    background:url(images/menu_bg.gif) repeat-x 1 1;
	font-size:12px;
	font-weight:normal;
}

.menu a:hover{
    text-decoration:none;
	color:#000033;
	background-image:url(images/menu_bg_current.gif);
	 background:url(images/menu_bg_current.gif) repeat-x 1 1;
}

.menu a#current{
   background:url(images/menu_bg_current.gif) repeat-x 1 1;
}

.dropdown {
    margin:0;
    float:left;
    padding:0px;
    background:inherit;
    position:relative;
    font-size:12px;
 }
.dropdown dt {
    width:140px;
    border:2px solid #9ac1c9;
    padding:0px;
	   	color:#006699;
    font-weight:bold;
    cursor:pointer;
    background-color:silver;
    margin:0;
}



.dropdown dd {
    position:absolute;
    overflow:hidden;
    width:auto;
    display:none;
    background-color:#fff;
    z-index:200;
    margin:0;

}

.dropdown ul {
    width:auto;
    border:2px solid #9ac1c9;
    list-style:none;
    border-top:none;
    margin:0;
    padding:0;
}
.dropdown li {
    display:block;
    width:auto;
    margin:0;
    padding:3px;
    border-bottom:1px solid #f1f1f1;

}


.dropdown li a:link, .dropdown li a:active, .dropdown li a:visited{
    color:#000;
    text-decoration:none;
}


#sddm
{	margin: 0;
	padding: 0;
	z-index: 20;
	vertical-align:left;
	width: 800px;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	width: 110px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size:12px;
	font-weight:100;
	height:28px;
	vertical-align:center}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 90px;
	height:20px;
	text-align: center;
	text-decoration: none}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size:10px;
	font-weight:100;
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 200px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		font-family:Verdana, Arial, Helvetica, sans-serif ;
		color:#FFCC66
	font-size:10px;
	font-weight:100;
		vertical-align:center}
