/************************************************************
  Basic layout styles
************************************************************/
html {
	height:100%;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	height:100%;
	background-color: #818586;
	/*background-image: linear-gradient(to right, #19224A 0%, #222E61 25%, #23346A 65%, #146693 90%, #088CB2 100%);*/
	font-family: Arial, Helvetica, san-serif;
	font-size:12px;
	color: #414648;
	}
		
#main_container {
	position:relative;
	margin: 0 auto;
	width:96%;
        min-width: 1200px;
	background-image: url(../images/shadow_body_1200px.png);
	background-size: cover;
	background-position: 56px;
	background-repeat: repeat-y;
	/*min-height:100%;*/
	height:auto;
	text-align: left;	
	/*padding:0px 13px 0px 13px;*/
  }
#main {
	position:relative;
	margin:0;
	min-height:100%;
	height:auto;
	background-color: #cdced0;
}
#header{
	position: relative;
	width:100%;
	height:56px;
	background-color: #34393A;
        background-image: linear-gradient(to right, #19224A 0%, #222E61 25%, #23346A 65%, #146693 90%, #088CB2 100%);
	background-position: top;
	background-repeat: repeat-x;
}
#footer{
    position: absolute;
    bottom:-14px;
    width:100%;
    height:18px;
    background-color: #414648;
    font-size:12px;
    color: #EBF5F5;
    text-align:left;
    padding:6px 0px;
}
	#footer span{
		padding:0px 5px 0px 5px;
	}
    #version_engine{
        position: relative;
        font-size:11px;
        color:#EFEFEF;
        
    }  
        #version_engine span{
            
            color:#CCC;
            margin-left:6px;
        }

#mobilityLogo img{
	position: absolute;
	left: 24px;
	top: 20px;
	cursor: pointer;
	width: 95px;
	height: 18px;
}

#v1 {
	border-left: 1px #FFFFFF;
	height: 18px;
}

#product_home {
	left: 136px;
	top: 14px;
}

#productName {
	font-family: Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-color: #FFFFFF;
}

#productInfoTable {
        position: absolute;
        top: 10px;
        display: inline-block;
        left: 24px;
        bottom: 0px;
        border-spacing: 2px;
        border-collapse: separate;
        color: #FFFFFF;
        font-size: 13px;
        text-align: center;
}
#productInfoTable td {
        padding: 6px 6px 10px 6px;
        padding: 3px;
}
#productInfoTable #ce {
	color: #FFFFFF;
	font-family: Roboto,Arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 0 6px;
	position: relative;
	left: 78px;
	top: 3px;
}
#productInfoTable #product {
        cursor: pointer;
        color: #FFFFFF;
	font-family: Roboto,Arial,sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-decoration: none;
        border-left: 1px solid #B8B8B8;
        padding: 0 6px;
	position: relative;
	left: 88px;
	top: 3px;
}
#productInfoTable #mLogo img {
        position: absolute;
        left: 0px;
        top: 10px;
        cursor: pointer;
        width: 95px;
        height: 18px;
}

#userInfoTable {
	position: absolute;
	top: 10px;
	display: inline-block;
	right: 0px;
	bottom: 0px;
	border-spacing: 2px;
	border-collapse: separate;
	color: #EBF5F5;
	font-size: 13px;
	text-align: center;
}
#userInfoTable td {
	padding: 6px 6px 10px 6px;
	padding: 3px;
}
#userInfoTable #logout a, #help div {
	cursor: pointer;
	color: #B8B8B8;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-left: 1px solid #B8B8B8;
	padding: 0 6px;
}

.listing_help_header, #colPopupHeader{
    background-image: url("../images/putty_blend5b.png");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: repeat;
    background-size: 6px auto;
    display:block;
    height:24px;
        text-align:center;
        vertical-align:middle;
        line-height:24px;
        font-weight:bold;
}
#listing_help_settings, .listing_help_menu{
        position: absolute;
        z-index:2;
        background-color:white;
        border: 1px solid black;
        border-radius: 5px 5px 5px 5px;
        font-size: 12px;
        padding: 0px;
        min-width:150px;
}

#listing_help_options, .listing_help_options{
        padding:2px;
        margin-bottom:5px;
}

div.viewHelpSub{
	background-position: right center;
	background-repeat: no-repeat;
	padding-right:5px;
	margin-right:2px;
	height:24px;
	cursor:pointer;
	text-align:left;
	vertical-align:middle;
	line-height:24px;
	border-bottom: 0.5px dotted #BBBBBB;
	padding: 0px 5px 0px;
	color: black;
}

div.viewHelpSub:hover{
        border-bottom: 1px solid #2D3D12;
        box-shadow: 0 0 5px #2D3D12 inset;
}

/*div.viewHelpSub{
    background-position: right center;
    background-repeat: no-repeat;
    padding-right:5px;
    margin-right:2px;
}*/

/*#userInfoTable #userInfoAction:hover{
        background-color: #000000;
        opacity: 0.2;
        border: 1px solid #3C4143;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid transparent;
}
#userInfoTable .selected {
        /*background-color: #000000;
        opacity: 0.35;*/
        /*border-top-left-radius: 5px; 
        border-top-right-radius: 5px;
        border: 1px solid transparent;*/
/*        background: transparent;
        border-bottom: 3px solid white;
        border-radius: 0px;
}*/

#configButtonsTable {
	position: relative;
	border-spacing: 2px;
	border-collapse: separate;
	top: 12px;
    margin-left:auto; 
    margin-right:auto;
}
#configButtonsTable td {
	padding: 6px 6px 10px 6px;
	vertical-align: top;
	color: #FFFFFF;
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
	padding: 3px;
	text-align: center;
	cursor: pointer;
}

#configButtonsTable #config_temp, #config_home, #config_dashboard, #config_users, #config_configuration {
	height: 30px;
	padding: 4px 0 0 0;
	border: 1px solid transparent;
	white-space: nowrap;
	min-width: 65px;
	font: Roboto,Arial,sans-serif;
	font-size: 16px;
	font-color: #FFFFFF;
}

#configButtonsTable .configButtons:hover{
	background-color: #146693;
	opacity: 0.7;
	border: 1px solid #3C4143;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	border: 1px solid transparent;
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px;
}
#configButtonsTable .selected {
	background: transparent;
	border-bottom: 3px solid white;
	border-radius: 0px;
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px;
}

#marquee {
	display: none;
	position:absolute;
	left:10px;
	top:54px;
}
#horz_menu{
	width:px;
	height:0px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color:#000000;
}

#user_info, #status{
	color:#eaebe8;
	
}
#user_info{
	position:absolute;
	top: 4px;
	right: 10px;
	width: auto;
	font-size:13px;
}
	#user_info a,
	#user_info a:link,
	#user_info a:visited{
		text-decoration: none;
		color: #eaebe8;
	}
	#user_info a:hover{
		text-decoration: none;
		color: #abced1;
	}
	
#server_info{
	position:absolute;
	left:11px;
	top:60px;
	color:#eaebe8;
}
	
	#server_info span{
		padding:0px 5px 0px 5px;
	}

#loggedinhost{
	left: 150px;
}
#versionnumber{
    position: absolute;
    top: 41px;
    right: 75px;
    text-align: center;
    padding-right:5px;
    border-right:1px dotted #B9C4DA;
    white-space: nowrap;
}
#buildnumber{
    position: absolute;
    top: 56px;
    right: 75px;
    text-align: center;
    padding-right:5px;
    border-right:1px dotted #B9C4DA;
    white-space: nowrap;
}
#global_audit {
	position: absolute;
	top: 10px;
	right: 137px;
}
#global_settings {
	position: absolute;
	top: 10px;
	right: 104px;
}

#monitor_button {
	background-image: url(../images/dashboard_48.png);
	width: 48px;
	height: 48px;
	}
#users_button {
	background-image: url(../images/users_48.png);
	width: 48px;
	height: 48px;
	}
#service_configuration_button {
	background-image: url(../images/serviceconfigurations_48.png);
	width: 48px;
	height: 48px;
	}

	
#audit_button {
	background-image: url(../images/button_global_audit.png);
	width: 28px;
	height: 28px;
	}
#settings_button {
	background-image: url(../images/button_global_settings.png);
	width: 28px;
	height: 28px;
}
#help_button {
	background-image: url(../images/button_help.png);
	width: 28px;
	height: 28px;
	}
#monitor_button:hover {
	background-image: url(../images/button_global_monitor_over.png);
	}
#audit_button:hover {
	background-image: url(../images/button_global_audit_over.png);
	}
#settings_button:hover {
	background-image: url(../images/button_global_settings_over.png);
}
#logout_button:hover {
	background-image: url(../images/button_logout_over.png);
	}
#help_button:hover {
	background-image: url(../images/button_help_over.png);
	}
#status{
	position:absolute;
	width:auto;
	left:14px;
	top:115px;
	font-size:18px;
	color:#CC0000;
	border-right:1px dotted #666666;
	border-bottom:1px dotted #666666;
	background-image: url(../images/bg_30p_white.png);
	background-repeat: repeat;
	padding: 2px 4px 2px 6px;
	display:none;
}
#loggedin span.user{
	color:#fff;
	font-weight: bold;
}
#logout{}
#logout a:link,#logout a:visited, #logout a:hover{
	color:#fff;
}
#logout_button{
	right:2px;
}

#monitor_button img,
#logout_button img,
#global_audit img,
#global_settings img
{
	border:none;
}
div.login_container_title{
	font-size: 20px;
	color: #999999;
	font-weight: normal;	
	width: 350px;
	margin: auto;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, san-serif;
}
#login_container{
	font-size:13px;
	position:relative;
	width:300px;
	margin-top: 90px;
	margin-left:450px;
	padding:10px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	color:#eaebe8;
	background-color: #ebebeb;
	
}

#login_container #version {
	color:#58595b;
	margin-left:16px;
	margin-bottom: 6px;
	margin-top: 10px;
	font-size: 15px;
}

#login_container table td {
	font-size: 12px;
	margin:0px;
	margin:0px;
	color:#58595b;
}
#login_container table tr td input {
	color: #000;
	background-color: #f8f8f8;
	margin-bottom:12px;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
}
#login_container #license {
	margin-left:26px;
	margin-bottom:20px;
	font-size: 10px;
}
#login_container table {
	margin-left:26px;
}

#login_container #button {
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}

#login_container input[type="button"] {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #1f1f1f;
	background-color: #f9f9f9;
	background-image:none;
	border-width: 1px;
	border-style: solid;
	border-top-color: #f9f9f9;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #f9f9f9;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	cursor: pointer; 
}

#login_container input[type="button"]:hover {
	background-color: #fff;
}

#login_container #bevel {
	border-top: 1px solid #d1cfd1;
	border-bottom: 1px solid #ffffff;
	line-height: 0;
	width: 100%;
}


#login_container #login_error{
	position: relative;
	border:1px solid #BC4F51;
	margin-bottom: 15px;
	background-color: #EFDBDC;
	font-size: 12px;
	font-weight: bold;
	line-height: 105%;
	padding: 8px;
	color: #333333;	
	display: block;
}

#admin_message{
	border:1px solid #BABDB6;
	margin-bottom: 10px;
	background-color: #EBECA5;
	font-size: 12px;
	color: #333333;
	overflow-y: auto;
}
#admin_message_header{
	float: top;
	height:20px;
	padding: 2px 3px 2px 0px;
}
#admin_message_title{
	color:#BC4F51;
	font-weight: bold;
	font-size: 16px;
	display:inline;
	padding: 5px;	
}

#admin_message_hide, #admin_message_show{
	float: right;
	text-align: center;
	color: #333333;
	cursor: pointer;
}

#admin_message_body{
	text-align: left;
	float: left;
	padding: 0px 8px 0px 8px;
}
#admin_message_body p{
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-color: #fafad5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/***********************************************************
  Navigation
***********************************************************/
#navigation{
	position:absolute;
	width:350px;
	bottom:0px;
	right:23px;
	text-align:right;
	border:none;
}

#config_navigation{
	position:absolute;
	width:350px;
	top:-23px;
	right:25px;
	text-align:right;
	border:none;
}
/*-- Bookshelf style scalable tab navigaion */
div.tab_navigation_unit{
	margin-right:4px;
	float:right;
	}
	div.tab_navigation_unit table.tab_bookshelf{
		width:auto;
		border-collapse: collapse;
		padding:0px;
		border: none;
	}
		table.tab_bookshelf td.tab_bookend_L{
			background-image: url(../images/but_teal_18_L.png);
			background-repeat:no-repeat;
			background-position:top;
			width: 9px;
			padding: 0px;
		}
		table.tab_bookshelf td.tab_bookend_R{
			background-image: url(../images/but_teal_18_R.png);
			background-repeat:no-repeat;
			background-position:top;
			width: 9px;
			padding: 0px;
		}
		table.tab_bookshelf td.tab_middle{
			min-width:30px;
			background-image: url(../images/but_teal_18_M.png);
			background-position:top;
			background-repeat:repeat-x;
			color:#fff;
			font-size:10px;
			padding: 0px 2px;
			text-align: center;
			height: 18px;
		}
			table.tab_bookshelf td.tab_selected{
				font-weight: bold;
				color: #333333;
			}

div.tab_navigation_unit:hover{
	cursor: pointer;
}
div.tab_navigation_unit:hover table.tab_bookshelf td.tab_middle{
	color:#000000;
	}

div.active{
	margin-right:6px;
	float:right;
	}
	div.active table.tab_bookshelf{
	}
		div.active table.tab_bookshelf td.tab_bookend_L{
			background-image: url(../images/but_teal_18_L.png);
		}
		div.active table.tab_bookshelf td.tab_bookend_R{
			background-image: url(../images/but_teal_18_R.png);
		}
		div.active table.tab_bookshelf td.tab_middle{
			background-image: url(../images/but_teal_18_M.png);
			font-weight:bold;
			color:#444849;
		}
/*--------*/

#navigation ul{
	padding:0;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
#navigation ul li{
	display: inline;
	background-image: url(../images/bg_navtab3.png);
	background-repeat: repeat-x;
	background-color:#000000;
	background-position: top center;
	padding:6px 5px 3px 5px;
	margin: 0px 3px 0px 3px;
	border:1px solid #565656;
	border-bottom:none;
}
#navigation ul li:hover{
	background-image: url(../images/bg_navtab4.png);
}

#navigation ul li a:link, #navigation ul li a:visited{
	font-weight:bold;
	color:#C4C4C4;
	text-decoration: none;
}
#navigation ul li:hover a:link, #navigation ul li:hover a:visited{
	color:#A4B6DC;
}
#navigation ul li a:hover{
	
}
a.backLink{
	position:absolute;
	left:15px;
	top:5px;
}
a.backLink:link, a.backLink:visited{
	color:#CC0000;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
a.backLink:hover{
	text-decoration: underline;
}

/***********************************************************
  Content layout
***********************************************************/
#content{
	position:relative;
	min-height:500px;
	height:auto;
	margin-bottom:35px;
	padding: 20px 15px 15px 15px;
}
div.shadow_container {
	background-image:url(../images/shadow_1000.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding:0px 8px 8px 0px;
	margin-bottom:15px;
}
.fieldset{
	border:1px dotted #A3AEB0;
	background-image: url(../images/bg_70p_white.png);
	background-repeat:repeat;
	margin:0px 2px 2px 0px;
	padding-top:6px;
	padding:10px;
	height: 100%;
}

.legend{
	position:relative;
	top:0px;
	width:150px;
	font-size:13px;
	font-weight:bold;
	color:#333333;
}

	.legend table.tab_bookshelf{
		width:auto;
		border-collapse: collapse;
		padding:0px;
		border: none;
	}
		.legend table.tab_bookshelf td.tab_bookend_L{
			width:4px;
			height:22px;
			background-image: url(../images/legendtab_bookend_L.png);
			background-position: top left;
			background-repeat: no-repeat;
		}
		.legend table.tab_bookshelf td.tab_bookend_R{
			width:4px;
			height:22px;
			background-image: url(../images/legendtab_bookend_R.png);
			background-position: top right;
			background-repeat: no-repeat;

		}
		.legend table.tab_bookshelf td.tab_middle{
			min-width:30px;
			height:22px;
			background-image: url(../images/legendtab_middle.png);
			background-position: top;
			background-repeat: repeat-x;			
			font-size:13px;
			font-weight:normal;
			color:#656D6E;
			text-align: center;
			padding:5px 2px 4px 2px;
		}
/**********************************************************
  Text modifiers
**********************************************************/

.heading{
	text-align:right;
	font-size: 32px;
	font-weight: bold;
	margin-bottom:0px;
	margin-right:10px;
	color:#A3A9B8;
}
.sub_heading{
	font-size: 13px;
	font-weight: bold;
}
.hint{
	font-size:10px;
}
/***********************************************************
  Form layout
***********************************************************/
.form_container{
	position: relative;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-right: 8px;
	background-color: #eaebe8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.form_container_above_search{
	margin-bottom: 60px;
}
div.form_container .action_link{
	position:absolute;
	background-color:#eaebe8;
	border:1px dotted #A3AFC7;
	border-bottom: none;	
	right:-1px;		
	top:-28px;
	padding:6px 4px 4px 4px;
	cursor: pointer;
	height: 16px;
}

	div.form_container .action_link span{
		color:#555555;
		text-decoration:underline;
	}
	div.form_container .action_link:hover span{		
		color: #146693;
	}
	div.form_container .action_link img{
		margin-right:5px;
		vertical-align:middle;
		margin-top:-1px;
	}
#login{
	margin:70px auto;
	width:330px;
}
.title{
	margin-bottom:20px;
}
table.form{
	margin-left: 10px;
	margin-bottom: 15px;
}
table.form td{
	padding-top:4px;
	padding-bottom:4px;
	}
table.form td.label{
	padding-right:10px;
	padding-left:0px;
	vertical-align: top;
	text-align: right;
	border-right: 1px dotted #AAAAAA;
	min-width: 85px; 
}
	table.form tr:hover td.label{
		border-right:1px solid #666666;
	}
	table.form td .hint{
		font-size: 10px;
		margin-top: 6px;
		margin-bottom: 10px;
	}
	table.form .note{
		font-size: 11px;
		margin-bottom: 2px;
	}
table.form td.element{
	font-size: 11px;
	padding-left:10px;
	vertical-align: middle;
	border: none;
}
table.form td.filter{
	width:696px;
}
table.form td.multipleCheckboxes{
	width:600px;
	padding: 0px;
	border-spacing: 0px;
	xborder: 1px solid black;
}
table.form input.pushRight{
	margin-left: 11px;
}

table.form td.buttonrow{
	
}
table.form td.buttonrow_right{
	text-align: right;
}
table.form td.buttonrow_topgap{
	padding-top: 0px;
}
div.buttonrow{
	position: relative;
	/*background-color:#D7DCE7;*/
	padding:0px 0px 5px 0px;
	max-height:32px;
	margin-bottom: 35px;
	margin-top: 8px;
}
	.buttonrow .working_icon{
		float:left;
		padding:5px 0px 5px 0px;
		}
	.buttonrow .working_icon img{
		vertical-align: middle;
		margin-top: -1px;
		}
	.buttonrow .response{
		float:left;
		font-size: 11px;
		font-weight: bold;
		color:#648B28;
		border:1px dotted #648B28;
		padding:4px 5px 3px 5px;
		}
	.buttonrow .response_error{
		float:left;
		font-size: 12px;
		font-weight: bold;
		color:#A9231B;
		border:1px dotted #A9231B;
		padding:4px 5px 3px 5px;
		}

	.buttonrow .status{
		float:left;
		font-size: 12px;
		font-weight: normal;
		color:#666666;
		padding:5px 5px 5px 5px;	
	}

div.selectrow{
	margin-bottom: 4px;
}
div.menubar{
	position: relative;
	background: -webkit-gradient(linear,left top,left bottom,from(#146693),to(#23346A)) repeat-x;
	background: -moz-linear-gradient(top,#146693,#23346A);
	background-position:bottom;
	padding: 2px 6px 0px 6px;
	min-height:23px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	div.menubar div{
		padding: 2px 5px;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		cursor: pointer;
		padding-left: 5px;
		padding-right: 5px;
		color: #EFEFEF;
		font-size: 13px;
		text-decoration: none;
		font-weight:bold;
	}
	div.menubar div:hover{
		background-color: #146693;
		opacity: 0.7;
		border: 1px solid transparent;
	}
	div.menubar div.selected{
		background: transparent;
		border-bottom: 3px solid white;
		border-radius: 0px;
		border-top:none;
		text-decoration: none;
		color: #EFEFEF;;
	}
	div.menubar div img{
		vertical-align: middle;
		margin-top:-1px;
		margin-right: 2px;
	}
	div.menubar div.left_item{
		float: left;				
		margin-right: 13px;
	}
	div.menubar div.right_item{
		float: right;
		margin-left: 13px;
	}
	
.form_container_title{
	position: relative;
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, san-serif;
}
	.form_container_title span.name{
		color: #3e6978;
		font-size: 18px;
	}
.form_section_title{
	position: relative;
	font-size: 16px;
	color: #555555;
	margin-left: 0px;
	margin-bottom: 4px;
}
	.form_section_title img{
		margin-right: 2px;
		vertical-align: text-bottom;
	}

.standard_user_form{
	color: #135C8F;
	position: relative;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

	.standard_user_form a:link, a:visited, a:active{
		color: #135C8F;
		text-decoration: none;
		border=0px;
		width=16px;
		height=16px;		
	}
	.standard_user_form img{
		margin-right: 7px;
	}


/***********************************************************
  Input styles: text fields, buttons, etc
***********************************************************/

.button, input[type="submit"], input[type="button"], input[type="reset"]{
	background-color: #146693;
	background-position:top;
	border:0px solid #5a6065;
	color:#fff;
	font-size:12px;
	padding: 2px 8px;
	vertical-align: top;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
input[type="submit"].sub_button, input[type="button"].sub_button, input[type="reset"].sub_button{
	background-color: #146693;
	background-position:top;
	border:0px solid #5a6065;
	color:#fff;
	font-size:10px;
	padding: 2px 8px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
input[type="text"],input[type="password"], select, textarea{
	border:1px solid #CDCED0;
	background-color:white;
	padding:2px;
	padding-left: 6px;
}
input[type="text"].matchingname{
	border:1px solid #CDCED0;
	background-color:white;
	padding:2px;
}
input.but18_M {
	background-color: transparent;
	background-image: url(../images/but_teal_18_M.png);
	background-repeat:repeat-x;
	background-position:top;
	font-size:10px;
	vertical-align: top;
	padding: 2px;
	cursor: pointer;
}
.buttonrow div.but21_L,
.buttonrow div.but21_R,
.buttons div.but18_L,
.buttons div.but18_R { 
	display:inline-block;
}

select[multiple="multiple"]{
	min-width: 193px;
	height:60px;
}
textarea{
	width:300px;
	height: auto;
	min-height: 80px;
	overflow-y: auto;
}
input[type="checkbox"]{
	vertical-align: middle;
}
table.form td.buttonrow input[type="submit"], table.form td.buttonrow input[type="button"]{
	margin-right:0px;
}

table.form td.buttonrow_login input[type="submit"], table.form td.buttonrow_login input[type="button"]{
	margin-left:0px;
}

.buttonrow input[type="submit"], .buttonrow input[type="button"], .buttonrow input[type="reset"]{
	margin-right:6px;
	font-size:12px;
}

input.button_disabled{
    background-image: url(../images/bg_button_disabled.png);
    background-position: top;
        background-repeat: repeat-x;
    color: #B2B2B2;
}

#userSearchField{
	width:138px;
}
/***********************************************************
  Manage Applications elements
***********************************************************/
#select_users{
	display:block;
}
#select_applications{
	display:none;
}
#select_attributes{
	display:none;
}
#show_attributes{
	display: none;
}
.button_column_next{
	margin-top:8px;
	width:100%;
}
table#columns td{
	padding-right:10px;
}
.column_title{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-bottom:6px;
	color:#666666;
	max-height:300px;
	overflow-y:auto;
}
.column_list{
	max-height:300px;
	border:1px solid #999999;
	background-color:#E2E8E9;
	padding:8px;
}
#advancedForm{
	display: none;
}
#typesForm{
	display: block;
}

/***********************************************************
  Manager Users Tree
***********************************************************/
.user_tree{
	position:relative;
	height:25em;
	width:auto;
	min-width:300px;
	background-color: #E2E8E9;
	overflow-x: hidden;
	overflow-y: auto;
	border:1px solid #999999;
	padding:8px;
}
	.row {
		position:relative;
		background-image: url(../images/tree_trunk_vert-nobranch.png);
		background-position: top left;
		background-repeat: repeat-y;
		background-color: transparent;
		width:auto;
		min-width:270px;
		min-height:23px;
		padding-top:2px;
		padding-bottom:0px;
	}
		.row .icon {			
			position:absolute;
			top:0px;
			left:4px;
			width:20px;
			height:20px;
			background-image: url(../images/tree_trunk_branch.png);
			background-position: top left;
			background-repeat: no-repeat;
			padding-left:10px;
		}
		.row .label {
			position:relative;
			margin-left:40px;
			text-align: left;
			font-size:12px;
			color:#666666;
			padding-top:2px;
		}
	.end_branch {
		background-image: url(../images/tree_trunk_vert-end.png);
	}
	.selectedrow {
		background-color:#AABBFF;
	}	
	span.subtree {
		margin-top:2px;
	}
	.row .subtree {
		position:relative;
		left:11px;
		cursor: default;
	}
		.row .subtree .end_branch {
			background-image: url(../images/tree_trunk_vert-end.png);
		}
		.row .subtree .end_branch .icon{
			background-image: none;
		}

/*****************************************************************
  Connectors/Engines/Filters table
*****************************************************************/
div.list_container{
	position: relative;
	background: #eaebe8 url(../images/putty_blend5b.png) repeat-x;
	border:1px solid #999999;
	margin-bottom: 60px;
} 

	div.list_container div.filter{
		position: absolute;
		right:0px;
		top:-26px;
	}
		div.list_container div.filter input.list_filter{
			color: #666666;
			font-size: 11px;
			width:170px;
			padding: 2px;
			background-image: url(../images/icons/search_glass.png);
			background-position: center right;
			background-repeat: no-repeat;
		}
		
div.filter_menu_dropdown {
	position: absolute;
	right:30px;
	top:-26px;
}

div.menudetail{
	background-color: #146693;
	font-size: 20px;
	padding:7px 7px 7px 7px;
	border:1px solid black;
	border-radius: 5px; 	
}
	div.menudetail a:link, a:visited{
		color:#eaebe8;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
	}
	div.menudetail a:hover{
		text-decoration: underline;
	}

.action_link_row_container{
	position:absolute;
	top:-28px;
}
.action_link{
	position:relative;
	color: #414648;
	background-color:#eaebe8;
	border-bottom: none;	
	top:-28px;
	padding:7px 7px 4px 4px;
	cursor: pointer;
	border-radius: 4px; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.action_link:hover {
	color: #FFF;
	background-color:#088CB2;
	background-position:bottom;
	border-radius: 4px; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	}
.action_link_bottom{
	top:auto;
	border-top: none;	
}
.action_link_float{
	position: relative;
	float:left;
	margin-right: 5px;
}
.action_link span{
		font-size: 11px;
	}
	.action_link img{
		margin-right:2px;
		vertical-align:middle;
		margin-top:-1px;
	}
div.list_container_title{
	font-size: 20px;
	color: #555555;
	font-weight: normal;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, san-serif;
	text-align: left;
}

div.filter_list_container{
	position:relative;
	background: #eaebe8 url(../images/putty_blend5b.png) repeat-x;
	border:1px solid #999999;
	margin-bottom:30px;	
	margin-right:8px;
}

div.filter_action_link{
	position: absolute;
	background-color:#eaebe8;
	border:1px dotted #A3AFC7;
	border-top: none;	
	right:-1px;		
	bottom:-25px;
	padding:6px 4px 1px 4px;
	cursor: pointer;
	height: 16px;
}

	div.filter_action_link span{
		color:#555555;
		
	}
	div.filter_action_link:hover span{		
		color: #146693;
		text-decoration:underline;
	}
	div.filter_action_link img{
		margin-right:1px;
		vertical-align:middle;
		margin-top:-2px;
	}

div.scrolling_content{
	height: auto;
	max-height: 400px;
	overflow-y: scroll;
	min-height: 60px;
	background-color: #eaebe8;
}
div.scrolling_content_filter{
	height: auto;
	max-height: 120px;
	overflow-y: auto;
}
table.connectors{
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	margin-bottom: 1px;
	border:1px solid #999999;	
}
table#user_table{
	margin: 0;
}

table.connectors tr.header td,
table.connectors tr.header thead th{
	/*background-color: #D7DCE7;*/
	background: #eaebe8 url(../images/putty_blend5b.png);
	background-position: top;
	font-weight: bold;
	border: none;
	border-bottom: 0px solid #999999;
	height: 24px;
	text-align: center;
	font-family: Arial, helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;	
	padding: 0px 5px 0px 4px;
}
table.connectors tr.header {
	color: #3e6978;
	background-image: url(../images/teal_slice.png);
	background-repeat:repeat-x;
	background-position:bottom;
	}

table.connectors tr.header td.userstat{
	width: 75px;
}
table.connectors tr.data td.userstat{
	width: 75px;
}

table.connectors tr.header td img{
	vertical-align: baseline;
	margin-left: 3px;
}
table.connectors tr.header td.checkbox{
	width: 15px;
}
table.connectors tr.header td.left{
	text-align: left;
}
table.connectors tr.header td.right{
	text-align: left;
}
table.connectors tr.header td.column{
	text-align: center;
}
table.connectors tr.header td.name{
	width:auto;
	width: 200px;
}
table.connectors tr.header td.matchingname{
	width: 170px;
}
table.connectors tr.header td.dn{
	width: 170px;
}
table.connectors tr.header td.lastname{
	width: 170px;
}
table.connectors tr.header td.firstname{
	width: 170px;
}
table.connectors tr.header td.fontNormal{
	font-weight: normal;
}
table.connectors tr.header td.fontBold{
	font-weight: bold;
	color: #666666;
}
table.connectors tr.header td:hover{
	cursor: pointer;
	color: #135C8F;
}
table.connectors tr.header #no_action_header:hover{
	cursor: default;
	color:#333333;
}
table.connectors tr.header td.date{
	width:auto;
	min-width: 90px;
}
table.connectors tr.header td.lastname{
	width:auto;
	min-width: 90px;
}
table.connectors tr.header td.username{
	width:200px;
}
table.connectors tr.header td.type{
	width:150px;
}
table.connectors tr.header td.engine{
	width:100px;
}
table.connectors tr.header td.deviceid{
	width:140px;
}
table.connectors tr.header td.osVersion{
	width:40px;
}
table.connectors tr.header td.deviceState{
	width:60px;
}
table.connectors tr.header td.deviceType{
	width:60px;
}
table.connectors tr.header td.deviceActions{
	width:65px;
}
table.connectors tr.header td.deviceProtocol{
	width:30px;
}
table.connectors tr.header td.lastSynced{
	width:58px;
}

table.connectors tr.header td.left_engine{
	width: 379px;
}
table.connectors tr.header td.status,
table.connectors tr.header td.priority{
	width:80px;
}
table.connectors tr.header td.config,
table.connectors tr.header th.config{
	width: 100px;
}
table.connectors tr.header td.config_scroller,
table.connectors tr.header th.config_scroller{
	width:111px;
}  
table.connectors tr.header td.full{
	width:100%;
} 

table.connectors tr.header thead th{
	margin-top: 2px;
}
table.connectors tr.data td{
	border-top:1px solid transparent;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px dotted #DDDDDD;
	padding:2px 4px 1px 4px;
	height: 24px;
	font-size: 13px;
	color: #444444;
	text-align: center;
	margin:1px;
}
	table.connectors tr.data:hover td{
	}
	
table.connectors tr.data td a:link,
table.connectors tr.data td a:visited{
	color: #135C8F;
	text-decoration: none;
}
table.connectors tr.data td a:hover{
	color: #000000;
	text-decoration: underline;
}

table.connectors tr.data td.checkbox{
	text-align: center;
}
table.connectors tr.data td.left{
	text-align: left;
}
table.connectors tr.data td.center{
	text-align: center;
}
table.connectors tr.data td.right{
	text-align: right;
	border-right:none;
}
table.connectors tr.data td.type{
	width:150px;
}
table.connectors tr.data td.name{
	text-align: left;
	width: 200px;
	font-size: 13px;
}
table.connectors tr.data td.username{
	width:200px;
}

table.connectors tr.data td.engine{
	width:100px;
}
table.connectors tr.data td.deviceid{
	width:140px;
	word-wrap: break-word;
}
table.connectors tr.data td.deviceidpt{
        width:128px;
        word-wrap: break-word;
}
table.connectors tr.data td.deviceidde{
        width:122px;
        word-wrap: break-word;
}
table.connectors tr.data td.deviceides{
        width:126px;
        word-wrap: break-word;
}
table.connectors tr.data td.deviceidfr{
        width:116px;
        word-wrap: break-word;
}
table.connectors tr.data td.osVersion{
	width:40px;
	word-wrap: break-word;
}
table.connectors tr.data td.osVersionpt{
        width:36px;
        word-wrap: break-word;
}
table.connectors tr.data td.osVersionde{
        width:30px;
        word-wrap: break-word;
}
table.connectors tr.data td.osVersiones{
        width:36px;
        word-wrap: break-word;
}
table.connectors tr.data td.osVersionfr{
        width:50px;
        word-wrap: break-word;
}
table.connectors tr.data td.deviceProtocol{
	width:30px;
}
table.connectors tr.data td.deviceProtocolpt{
        width:44px;
}
table.connectors tr.data td.deviceProtocolde{
        width:44px;
}
table.connectors tr.data td.deviceProtocoles{
        width:40px;
}
table.connectors tr.data td.deviceProtocolfr{
        width:40px;
}
table.connectors tr.data td.deviceActions{
	width:65px;
	white-space: nowrap;
}
table.connectors tr.data td.deviceType{
	width:60px;
	word-wrap: break-word;
}
table.connectors tr.data td.deviceTypept{
        width:54px;
        word-wrap: break-word;
}
table.connectors tr.data td.deviceTypede{
        width:50px;
        word-wrap: break-word;
}
table.connectors tr.data td.deviceTypees{
        width:54px;
        word-wrap: break-word;
}
table.connectors tr.data td.deviceTypefr{
        width:52px;
        word-wrap: break-word;
}
table.connectors tr.data td.deviceState{
	width:60px;
	word-wrap: break-word;
}
table.connectors tr.data td.deviceStatept{
        width:55px;
        word-wrap: break-word;
}
table.connectors tr.data td.deviceStatede{
        width:50px;
        word-wrap: break-word;
}
table.connectors tr.data td.deviceStatees{
        width:52px;
        word-wrap: break-word;
}
table.connectors tr.data td.deviceStatefr{
        width:50px;
        word-wrap: break-word;
}
table.connectors tr.data td.lastSynced{
	width:58px;
	word-wrap: break-word;
}

table.connectors tr.data td.status,
table.connectors tr.data td.priority{
	width:80px;
}

table.connectors tr.data td.config{
	border-right: none;
	width: 100px;
}
table.connectors tr.total td{
	padding-top: 10px;
}
table.connectors tr.total td.label{
	text-align: right;
	font-size: 14px;
	color: #222222;
}
table.connectors tr.total td.value{
	text-align: right;
	font-size: 14px;
	color: #222222;
}
table.connectors tr.data td.stopped {
	color: #953326; 
}
table.connectors tr.data td.running{
	color: #648B28;
}
table.connectors tr.data td.disabled{
	color: #999999;
}
table.connectors tr.data td.running:hover{
}
table.connectors tr.data td.stopped:hover{
}
table.connectors tr.data td img{
	margin-left:2px;
	margin-right: 4px;
	vertical-align: middle;
	border: none;
}
table.connectors tr.data td img:hover{
	cursor: pointer;
}
table.connectors tr.data td.config:hover{
	color: #000000;
	text-decoration: none;
}


table.connectors tr.users td.matchingname{
	width: 170px;
}
table.connectors tr.users td.dn{
	width: 170px;
}
table.connectors tr.users td.lastname{
	width: 170px;
}
table.connectors tr.users td.firstname{
	width: 170px;
}
table.connectors tr.users td.config{
	width: 100px;
}    

/*****************************************************************
  User list for being contained...extends table.connectors
*****************************************************************/
div.list_container_unbordered{
	border:none;
	 margin:0px 0px 10px 0px;   	
}
div.contained_list_title{
	border-bottom:1px solid #999999;
	font-size:15px;
	margin-top:10px;
	position:relative;
	margin-bottom:2px;
}
div.userlogging_warning{
	font-size:11px;
	color:red;
	position:relative;
	margin-bottom: 25px;
	margin-top: 10px;
}
table.contained_list{
	  border:none;
	
}
     table.contained_list tr.header td{
		background-color:transparent;
}
      table.contained_list tr.header td.config,
	  table.contained_list tr.header th.config{
		width:80px;
}     
	  table.contained_list tr.data td.config{
		width:80px;
}   
	table.contained_list tr.header td.dn,
  	table.contained_list tr.header th.dn{
	width:auto;
}     
  	table.contained_list tr.data td.dn{
	width:auto;
}
table tr.data td { background-color:#fff; }
table tr.stripe td { background-color:#F3F3F3; }

/*****************************************************************
  Connectors Config Detail
*****************************************************************/
div.option_row{
	vertical-align: middle;
}
div.source_editor{
	margin-left: 0px;
	margin-bottom: 30px;
}
div.source_container{
	margin: 15px 11px;
}
.datasyncSource{
	width:762px;
	height:350px;
}
.datasyncSource_popup{
	width:100%;
	height:350px;
}
/***************************************************************
  Pagination
***************************************************************/
.pagination{
	position: relative;
	text-align: right;
	margin-top:-34px;
	margin-bottom: 40px;
	margin-left: 500px;
}
.pagination_popup{
	margin-left:120px;
}
	.pagination img{
		vertical-align: middle;
		margin-right: 1px;
		cursor: pointer;
	}
.pagination .pagenumber{
	background-color: #CDCED0;
	border: 1px solid #99ADDA;
	padding:2px 5px 1px 5px;
	font-size: 11px;
	margin-right:1px;
}
	.pagination .pagenumber:hover{
		background-color: #414648;
		color: #FFFFFF;
		cursor: pointer;
	}
.pagination .transport{
	background-color: #CDCED0;
	border: 1px solid #99ADDA;
	padding:2px 2px 1px 2px;
	font-size: 11px;
	margin-right:1px;
}
.pagination .current{
	background-color: #F3F5F9;
	color: #111111;
	font-size: bold;
}
.pagenumber_total{
	font-size: 11px;
	margin-right:3px;
}

/******************************************************************
  Popup Styles
******************************************************************/
body.popup{
	background-color: #FFFFFF;
}
.popup_container{
	background-color: #FFFFFF;
	padding: 15px;
	text-align: left;
	min-width: 692px;
}
	.popup_container .form_container_title{
		border-bottom: none;
	}
.popup_container_useredit{
	padding-top: 30px;
}
textarea.sourceEdit{
	width: 550px;
	height:300px;
}
.close_window{
	position: absolute;
	right:24px;
	top:-4px;
}
	.close_window img{
		vertical-align: middle;
		margin-left:-2px;
		margin-top:-3px;
	}
	.close_window a:link, 
	.close_window a:visited{
		font-size: 12px;
		color: #555555;
		text-decoration: none;
	}
	.close_window a:hover{
		color: #333333;
		text-decoration: underline;
	}
.close_window_useredit{
	top:-4px;
}
div.inputrow{
	margin-bottom: 20px;
}
input.search_textfield{
	background-image: url(../images/icons/search_glass.png);
	background-position: center right;
	background-repeat: no-repeat;
	width:250px;
}
div.search_results_title{
	font-size: 12px;
	color: #333333;
	margin-left:0px;
	margin-bottom: 2px;
}
.search_results_stats{
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	float: right;
}
div.search_results{
	position: relative;
	border: 1px dotted #CCCCCC;
	border-top:1px solid #557799;
	border-bottom: 1px solid #557799;
	margin-left:0px;
	padding: 4px;
	margin-bottom: 40px;
	min-width: 535px;
}
	div.search_results table{
		width: 100%;
		border-collapse: collapse;
	}
		div.search_results tr.header td{
			font-size: 11px;
			font-weight: bold;
			color: #333333;
			border-bottom: 1px solid #DDDDDD;
			text-align: left;
			width:140px; 
		}
		div.search_results tr.header td.checkbox{
			width: 26px;
		}
		div.search_results table td{
			padding: 2px;
		}
		div.search_results table td.user_mn:hover{
			background-color: #CDCED0;
			border: 1px solid #99ADDA;
		}
		div.search_results table td.user_mn img{
			float: right;
			display: none;
			vertical-align: middle;
		}
			div.search_results table td.user_mn:hover img{
				display: block;
			}
		div.search_results table td div.matchingname_display_container{
			position: relative;
			width: 100%;
			height: 100%;
			min-height: 15px;
			color: #000000;
			text-decoration: underline;
			padding: 2px 2px 0px 2px;
			cursor: pointer;
		}

		div.search_results table td div.matchingname_input_container{
			min-width: 110px;
		}
			div.search_results table td input.matchingname[type="text"]{
				width:90px;
			}
			div.search_results table td div.matchingname_input_container input.matchingname[type="button"]{
				font-size: 10px;
			}
	div.search_results .select_all{
		position: absolute;
		bottom: -24px;
		left:4px;
		width:auto;
		
	}
		div.search_results .select_all a{
			color:#000000;
			text-decoration: underline;
			cursor: pointer;
		}
		div.search_results .select_all input {
			margin-right:8px;
			vertical-align:middle;
			margin-top:-2px;
		}
		
div.element_row{
	position: relative;
	margin-bottom: 6px;
}
	div.element_row .element_title{
		font-size: 11px;
		font-weight: bold;
		color: #666666;
		margin-bottom: 2px;
	}
	#profile_list{
		margin-top: 20px;
		margin-left: 6px;
	}

div.option_queue{
	position: absolute;
	right:0px;
	top:-11px;
	width:270px;
	max-height: 130px;
	padding:10px;
	display: none;
}
	div.option_queue .title{
		font-size: 15px;
		border-bottom: 1px dotted #CCCCCC;
		margin-bottom: 6px;
		color:#777777;
	}
	div.option_queue .profile_to_apply{
		margin-left: 6px;
		margin-bottom: 6px;
	}
		div.option_queue .profile_to_apply img{
			vertical-align: middle;
			margin-right: 3px;
			margin-top:-1px;
		}
		
/******************************************************************
  Audit Styles
******************************************************************/

.audit_toolbar{
	position: relative;
	padding-left: 3px;
	border-bottom: none; 
}
.audit_toolbar .usercount{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	padding-left: 10px;
}	
.audit_toolbar .usercount_value{
	font-size: 12px;
	font-weight: normal;
	color:#555555;
}
.audit_toolbar div.buttons{
	position: absolute;
	top: 0px;
	right: 5px;
}
.audit_toolbar div.but18_L {
	margin-left: 8px;
}

.but21_L {
	background-image: url("/style/images/but_teal_21_L.png");
	background-repeat:no-repeat;
	width: 11px;
	height: 21px;
}
.but21_R {
	background-image: url("/style/images/but_teal_21_R.png");
	background-repeat:no-repeat;
	width: 11px;
	height: 21px;
	position: relative;
	left: -3px;
}
.but18_L {
	background-image: url("/style/images/but_teal_18_L.png");
	background-repeat:no-repeat;
	width: 9px;
	height: 18px;
}
.but18_R {
	background-image: url("/style/images/but_teal_18_R.png");
	background-repeat:no-repeat;
	width: 9px;
	height: 18px;
}

/*******************************************************************
  Error pages
*******************************************************************/
div.error_container{
	position: relative;
	border:1px solid #BC4F51;
	margin-bottom: 60px;
	background-color: #EFDBDC;
	padding:20px;
	color:#444444;
	font-size:13px;
	line-height: 155%;
	min-height: 250px;
}
div.error_container_title{
	font-size: 20px;
	color: #933E3F;
	font-weight: normal;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, san-serif;
	text-align: left;
}
div.error_title{
	font-size: 30px;
	color: #BC4F51;
	font-weight: normal;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, san-serif;
	text-align: left;
}
div.error_response{
	background-color: #FFFFFF;
	padding:10px;
	border: 1px solid #777777;
	font-size: 12px;
	color:#555555;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin:20px 20px;
	max-width: 600px;
}
div.appmsg_container{
	position: relative;
	border:1px solid #8195BE;
	margin-bottom: 60px;
	background-color: #E7ECF6;
	padding:20px;
	color:#444444;
	font-size:13px;
	line-height: 155%;
	min-height: 250px;
}
div.appmsg_container_title{
	font-size: 20px;
	color: #526387;
	font-weight: normal;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, san-serif;
	text-align: left;
}
div.appmsg_title{
	font-size: 30px;
	color: #7B8FBC;
	font-weight: normal;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, san-serif;
	text-align: left;
}

/**********************************************************
  Standard User Help Pages
***********************************************************/
div#show_page_help{
	position:absolute;
	top:-33px;
	right:15px;
	display: none;
	margin-bottom: 12px;
	color: #555555;
	font-size: 11px;
	cursor: pointer;
}
	div#show_page_help img{
		margin-left: 4px;
		vertical-align: middle;
		margin-top: -2px;
	}
	div#show_page_help a,
	div#show_page_help a:link,
	div#show_page_help a:visited{
		text-decoration: none;
		color: #eaebe8;
	}
	div#show_page_help a:hover{
		text-decoration: underline;
		color: #000000;
	}
div.preamble_container{
	border: 1px dotted #AAAAAA;
	padding:15px;
	margin-bottom: 45px;
	background-color: #F1F2F5;
}
div.user_help{
	margin-left: 0px;
}
h2.preamble{
	position: relative;
	font-size: 20px;
	font-weight: normal;
	color: #555555;
	margin-bottom: 4px;
	line-height:16px;
}

h3.preamble{
	font-size: 14px;
	color: #4A6090;
	border-bottom: none;
	margin-bottom: 8px;
	line-height:16px;
}
	h3.preamble a:link, h3.preamble a:visited{
		font-size: 14px;
		color: #4A6090;
		text-decoration: none;
		border-bottom: 1px dotted #999999;
	}
	h3.preamble a:hover{
		text-decoration: underline;
		color: #333333;
		border:none;
	}
div.preamble_body{
	margin-bottom: 20px;
}
div.user_help ul{
	list-style-type: square;
}
span.tooltip_container {
	display: inline-block; 
	border:1px none; 
	width: 20px; 
    text-align:center;
	vertical-align:middle;	
}
	span.tooltip_container .help_icon {
		margin-top: 2px; 
		margin-left: 5px; 
		vertical-align: center; 
	}
	
	.tooltip_selected {

	}
	
div.help_tooltip{
	display: inline-block; 
	padding: 8px;
	width:16px;
	height:16px;
	background-image: url("/style/images/icons/help_tooltip.png");
	background-position:top left;
	background-repeat:no-repeat;
}
div.help_tooltip:hover{
	background-image:url("/style/images/icons/help_tooltip_OVER.png");
};

.tooltip_container_L{
	position: absolute;
	top:200px;
	left:600px;
	z-index: 1000;
}
	.tooltip_container_L .tooltip{
		position: relative;
		font-size: 11px;
		color: #666;
		width:200px;
		height:80px;
		
	}
		.tooltip_container_L .tooltip_top{
			position: absolute;
			background-color: #FFF;
			z-index: 1200;
			top:0px;
			right:0px;
			-moz-border-radius: 6px;
			border: 1px solid #CCC;
			padding:8px;
			width: 200px;
		}
		.tooltip_container_L .tooltip_shadow{
			position: absolute;
			background-color: #333;
			color: #333;
			opacity:.75;
			z-index: 1100;
			top:4px;
			right:-2px;
			-moz-border-radius: 6px;
			padding:8px;
			width: 200px;
		}
		.tooltip_container_L .tooltip_pointer{
			position: absolute;
			background-image: url(../images/tooltip_pointer_R.png);
			background-position: top left;
			background-repeat: no-repeat;
			width:20px;
			height:20px;
			right:-19px;
			top:20px;
			z-index: 1300;
		}
		
.tooltip_container_R{
	position: absolute;
	top:300px;
	left:600px;
	z-index: 1000;
}
	.tooltip_container_R .tooltip{
		position: relative;
		font-size: 11px;
		color: #666;
		width:200px;
		height:80px;
		
	}
		.tooltip_container_R .tooltip_top{
			position: absolute;
			background-color: #FFF;
			z-index: 1200;
			top:0px;
			left:0px;
			-moz-border-radius: 6px;
			border: 1px solid #CCC;
			padding:8px;
			width: 200px;
		}
		.tooltip_container_R .tooltip_shadow{
			position: absolute;
			background-color: #333;
			color: #333;
			opacity:.75;
			z-index: 1100;
			top:4px;
			left:-2px;
			-moz-border-radius: 6px;
			padding:8px;
			width: 200px;
		}
		.tooltip_container_R .tooltip_pointer{
			position: absolute;
			background-image: url(../images/tooltip_pointer_L.png);
			background-position: top left;
			background-repeat: no-repeat;
			width:20px;
			height:20px;
			left:-19px;
			top:20px;
			z-index: 1300;
		}
	

div .helpIcon {
	float: right;
	cursor: pointer;
	width:16px;
	height:16px;
	background-image: url("../images/icons/help_button.png");
	background-position:bottom left;
	background-repeat:no-repeat;
}
	div .helpIcon:hover {
		background-image: url("../images/icons/help_button_hover.png");
		background-position:bottom left;
		background-repeat:no-repeat;
	};
	 
