/* CSS Document */

html, body {
	padding:0px;
	height:100%;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	background:#fff;
	background-image:url(../images/custom/miniCRM_bg.png);
	background-repeat:repeat;
	margin: 0px 30px 0px 30px;
}

th {text-align:left;}

a{
	color:#000;
}

a:hover{
	text-decoration:none;
}

#container{
	background-position:top right;
	height:100%;
	width:100%;
	position:relative;
	min-height: 100%;
	margin: 0px;
	min-width:1000px;
}

* html #container {
	height: 100%;
}

#top{
	margin-top:10px;
}


#global_menu{
	position:relative;
	/* top:15px;
	margin-top:5px; */
	text-align: right;
	float: right;
	vertical-align:top;
	color:#FFFFFF;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#global_menu a{
	text-align: right;
	color:#FFFFFF;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}

#global_menu a:hover{
	text-align: right;
	color:#FFFFFF;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline
}


#main_cont{
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


#mainbody{
	float:left;
	width:79%;  
        left:0px;
	margin:0 0 0 0;
       clear:both;
}

#main_right{
	float:right;
	width:20%;
	margin:0 0 0 0;
        right:0px;
  
}
#main_right_rfq{
	float:right;
	width:20%;
	margin:0 0 0 0;
        right:0px;
  
}

.ie7 #main_right{
	float:right;
	width:20%;
	margin:10px 0 0 0;
        right:0px;
     
	
}
.ie8 #main_right_rfq{
	float:right;
	width:20%;
	margin:-565px 0 0 0;
        right:0px;
     
	
}
.ie9 #main_right{
	float:right;
	width:20%;
	margin:-595px 0 0 0;
        right:0px;
     
	
}



#top_container{
	width:100%;
	background:#184596;
	background-image: url(../images/custom/hdr_background.png);
	background-repeat:repeat-x;
	height:80px;
	margin-bottom:5px;
	margin-top:-10px;
	border-bottom:#000000 1px solid;
	min-width:880px;
	
}
#top_content h2{
	margin:0px;	
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#top_content{
	padding:10px;
}


#bread_crumb{margin-bottom:10px;}

#markup {margin:1em;}
#markup table {border-collapse:collapse; width:100%;}
#markup th {border-bottom:1px solid #999;background-color:#E5E5E5; font-weight:bold;}
#markup td {border-bottom:1px solid #999;}
#markup td:hover {background-color:#eeeeee;}

#content .yui-content {
	/*padding:5px;*/
	margin-right:12px;
}

.warning { 	
	color:#FF0000;
	font-size:10px;
}


/*SIDEBAR STYLES*/
#sidebar{
	/*width:100%;*/
	background-color:#FFFFFF;
	border:1px solid #ccc;
	/*min-width:180px;*/
	padding:5px;
	/*margin-left:-10px;
	min-height:250px;*/
}


#userstatus_list{
	margin:0px 0px 0px -15px;
	padding: 8px 0px 3px 20px;
	list-style:none;
}


#tasks_list{
	margin:0px 0px 0px -15px;
	padding: 8px 0px 3px 20px;
	list-style:none;
}

ul ul li {
	margin:0px 0px 0px -25px;
	padding: 8px 0px 3px 20px;
	list-style:none;
	background:url(../images/arrow.gif) 0px 8px no-repeat;
}

ul ul li:hover{
	background:url(../images/arrow_h.gif) 1px 8px no-repeat;
}
.add{ 	
	background:url(../images/add.gif) 0px 8px no-repeat;
}

.add:hover{ 	
	background:url(../images/add_h.gif) 1px 8px no-repeat;
}

.delete{ 	
	background:url(../images/del.gif) 0px 8px no-repeat;
}

.delete:hover{ 	
	background:url(../images/del_h.gif) 1px 8px no-repeat;
}

.ullabel{
	width:80%;
	background:url(../images/line.gif) ;
}

.wildcard{background-color:#F9F8D2; margin:10px; font-weight:300;}

#columnHeader td {
	background:#000099;
	color:#FFFFFF;
}

ul.legend {
	margin:3px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	list-style-image:none;
	display:inline-table;
		vertical-align:top;	

		
}
li.itemLegend {

	list-style-image:none;
	font-size:14px;
	
}

#main_right  select {
   border:0;
   background:transparent;
   height:20px;
   border:1px solid #d8d8d8;
   width:220px;
   -webkit-appearance: none;
}
#main_right_rfq  select {
   border:0;
   background:transparent;
   height:20px;
   border:1px solid #d8d8d8;
   width:220px;
   -webkit-appearance: none;
}
.logo {
	float:left;
	display: flex;
}
.logo > span {
    color: #fff;
   
    margin-left: 24px;
}
