body
{
background: #c4cad0;
font-family:Arial, Helvetica, sans-serif;
padding:0;
font-size:12px;
margin:0 auto;
color: #0e4354;
}
.clear{
clear:both;
}
a{
color:#256c89;
}
h2{
font-size:18px;
color:#256c89;
font-weight:normal;
padding:0px 0 15px 0;
margin:0px;
clear:both;
}
h3{
font-size:18px;
color:#256c89;
font-weight:normal;
padding:15px 0 5px 20px;
margin:0px;
float:left;
clear:both;
}
a.forgot_pass{
float:right;
color:#256c89;
text-decoration:none;
background:url(../img/help.png) no-repeat left;
padding:0 0 0 18px;
display:block;
margin:15px 20px 0 0;
}
#main_container{
margin:0 auto;
width:900px;
padding:0px 0 0px 0;
}
.header{
width:900px;
height:100px;
}
.header_login{
width:600px;
margin:auto;
}
.logo{
float:left;
padding:35px 0 0 0;
}
.info_header{
	width:250px;
	height: 40px;
	vertical-align: middle;
	float:right;
	text-align:right;
	margin: 40px 0 0 0;
	padding: 5px;
	background: -webkit-linear-gradient(#bec4c9, #ccd2d9) #bec4c9;
	background: -moz-linear-gradient(#bec4c9, #ccd2d9) #bec4c9;
	background: -o-linear-gradient(#bec4c9, #ccd2d9) #bec4c9;
	background: linear-gradient(#bec4c9, #ccd2d9) #bec4c9;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ccd2d9;
}
.panel_header {
	text-align:left;
	margin: -3px 0 0 0;
}
#servicegroup_switcher{
	float: left;
}
#servicegroup_switcher .ui-selectmenu-button{
	height: 20px;
	margin: 3px 0 0 0;
	min-width: 100px;
}
#servagegroup_switcher .ui-selectmenu-button span.ui-selectmenu-text{
	line-height: 1.0;
}

#user_info_box a{
	margin:0 5px 0 5px;
	text-decoration:underline;
	color:#FFFFFF;
}
#user_info_box a.messages{
background:url(../img/comment.png) no-repeat right;
padding-right:20px;
}
#user_info_box a.logout{
background:url(../img/user_logout.png) no-repeat right;
padding-right:20px;
}

.main_content{
	margin:0 auto;
	width:900px;
	height:auto;
	padding:0px 0 50px 0;
	background: -webkit-linear-gradient(#e2e4df 1%, white 15%) white;
	background: -moz-linear-gradient(#e2e4df 1%, white 15%) white;
	background: -o-linear-gradient(#e2e4df 1%, white 15%) white;
	background: linear-gradient(#e2e4df 1%, white 15%) white;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.footer_spacer{
	width:900px;
	height:12px;
	background: white;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.footer{
	width:900px;
	height:67px;
	background: -webkit-linear-gradient(#029dcd 0%, #53b8e4 60%, #029dcd 100%) #2aaad7;
	background: -moz-linear-gradient(#029dcd 0%, #53b8e4 60%, #029dcd 100%) #2aaad7;
	background: -o-linear-gradient(#029dcd 0%, #53b8e4 60%, #029dcd 100%) #2aaad7;
	background: linear-gradient(#029dcd 0%, #53b8e4 60%, #029dcd 100%) #2aaad7;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.footer_login{width:600px;margin:auto;}

.left_footer{float:left;padding:25px 0 0 10px;color: #000; font-size:11px;}
.left_footer a{color:#FFF;text-decoration:none;}
.right_footer{float:right;padding:25px 10px 0 0;}

.left_footer_login{float:left;padding:15px 0 0 10px;color:#a8549b;font-size:11px;}
.left_footer_login a{color:#FFFFFF;text-decoration:none;}
.right_footer_login{float:right;padding:15px 10px 0 0;}


.menu {
	font-size:11px;
	padding:0px 10px 0 10px;
	float:left;
	width:880px;
	background: -webkit-linear-gradient(#029dcd 0%, #53b8e4 100%) #2aaad7;
	background: -moz-linear-gradient(#029dcd 0%, #53b8e4 100%) #2aaad7;
	background: -o-linear-gradient(#029dcd 0%, #53b8e4 100%) #2aaad7;
	background: linear-gradient(#029dcd 0%, #53b8e4 100%) #2aaad7;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom: 1px solid white;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:34px;}

/* style the sub-level lists */
.menu ul ul {width: auto;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:34px;line-height:34px;}

/* style the sub level list items */
.menu ul ul li {display:block;width: auto;height:auto;position:relative;line-height:1em;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-weight:bold;float:left;height:100%;font-size:12px;text-decoration:none;color:#fff;padding:0 21px 0 17px;}
.menu a.current{
	background: -webkit-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: -moz-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: -o-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
}
.menu ul ul a, .menu ul ul a:visited {display:block;background:#57c0e8; border-bottom:1px #81dafc solid; color:#fff;width:12em;height:100%;line-height:1em;padding:1em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#57c0e8;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#57c0e8;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:url(../img/arrow.gif) no-repeat right #309dc7;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:url(../img/arrow.gif) no-repeat right #088bb4;}

/* style the level hovers */
/* first */
.menu a:hover {
	color:#fff;
	background: -webkit-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: -moz-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: -o-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
}
.menu :hover > a {
	color:#fff;
	background: -webkit-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: -moz-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: -o-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
}
/* second */
.menu ul ul a:hover, .menu ul ul :hover > a {
	color:#fff;
	background: -webkit-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: -moz-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: -o-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
}

/* third */
.menu ul ul ul a:hover, .menu ul ul ul :hover > a {
	background: -webkit-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: -moz-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: -o-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
}

/* fourth */
.menu ul ul ul ul a:hover {
	background: -webkit-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: -moz-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: -o-linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
	background: linear-gradient(#53b8e4 0%, #029dcd 100%) #2aaad7;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:34px;left:0;width:14em; z-index:999;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(../img/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

.center_content{
clear:both;
}

.left_content{
width:195px;
float:left;
padding:30px 0 0 20px;
}
.right_content{
width:625px;
float:left;
padding:30px 0 0 30px;
}
.right_content_fullwidth{
	min-width:750px;
	padding:30px 30px 0 30px;
}

.sidebarmenu{
margin:0px 0;
padding:0;
width:195px;
}

.sidebarmenu a.menuitem:hover{background:url(../img/sidebar_menu_top_a.gif) no-repeat center top;}

.sidebarmenu a.menuitem:visited, .sidebarmenu .menuitem:active{
color: white;
}
.sidebarmenu a.menuitem .statusicon{
position: absolute;
top:11px;
right:7px;
border: none;
}

.sidebarmenu div.submenu{
background: white;
}
.sidebarmenu div.submenu ul{ 
list-style-type: none;
margin: 0;
padding: 0 0 5px 0;
}
.sidebarmenu div.submenu ul li{
border-bottom: 1px dotted #bfd1d9;
}
.sidebarmenu div.submenu ul li a{
display: block;
color: black;
text-decoration: none;
padding:5px 0;
padding-left: 10px;
}
.sidebarmenu div.submenu ul li a:hover{
background: #e2f0ff;
color: #0e4354;
}

.sidebar_box {
	width:175px;
	padding: 15px;
	background-color:#ecf8fd;
	border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 15px;
	word-wrap: break-word;
}

.sidebar_box h3{ color:#49bae8; font-size:18px; margin:0px;padding:0px; font-weight:normal;}
.sidebar_box h4{ color:#f75744; font-size:18px; margin:0px;padding:0px; font-weight:normal;}
.sidebar_box h5{ color:#a4bf40; font-size:18px; margin:0px;padding:0px; font-weight:normal;}
.sidebar_box p{padding:0 0 5px 0; margin:0px; clear:both; font-size:11px; text-align:left; line-height:17px;}

img.sidebar_icon_right{
	float: right;
	padding:0px;
	margin-bottom: 5px;
}
.sidebar_box ul{
list-style:none;
padding:10px 0 10px 0;
margin:0px;
clear:both;
}
.sidebar_box ul li{
padding:5px 0 5px 10px;
background:url(../img/list_bullet.gif) no-repeat left top;
background-position:0px 10px;
}


.warning_box{width:540px;clear:both;background:url(../img/warning.png) no-repeat left #fcfae9;
border:1px #e9e6c7 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}

.valid_box{width:540px;clear:both;background:url(../img/valid.png) no-repeat left #edfce9;
border:1px #cceac4 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}

.error_box{width:540px;clear:both;background:url(../img/error.png) no-repeat left #fce9e9;
border:1px #eac7c7 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}

table {
	width: 100%;
}

tr.odd, tr.even {
	background: #ecf8fd;
}

tbody tr:hover {
	background: #d2e7f0;
}

.ui-buttonset a {
	padding: 0px 4px;
}
.ui-selectmenu-button {
	vertical-align: middle;
	padding: 2px 6px;
	margin: 5px;
}
.hidden {
	display: none;
}

#dttoolbar, .dataTables_filter {
	float: right;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.action_green {
	background-image: -webkit-linear-gradient(#b9ce44, #a4be3f) !important;
	background-image: -moz-linear-gradient(#b9ce44, #a4be3f) !important;
	background-image: -o-linear-gradient(#b9ce44, #a4be3f) !important;
	background-image: linear-gradient(#b9ce44, #a4be3f) !important;
	color: #fff !important;
	text-shadow: 1px 1px #8fa42b;
	border: 1px solid #bfd45b !important;
}

.action_green:hover {
	background-image: -webkit-linear-gradient(#b9ce44, #748e0f) !important;
	background-image: -moz-linear-gradient(#b9ce44, #748e0f) !important;
	background-image: -o-linear-gradient(#b9ce44, #748e0f) !important;
	background-image: linear-gradient(#b9ce44, #748e0f) !important;
}

.action_red {
	background-image: -webkit-linear-gradient(#f75340, #f97f71) !important;
	background-image: -moz-linear-gradient(#f75340, #f97f71) !important;
	background-image: -o-linear-gradient(#f75340, #f97f71) !important;
	background-image: linear-gradient(#f75340, #f97f71) !important;
	color: #fff !important;
	text-shadow: 1px 1px #c24739;
	border: 1px solid #f27769 !important;
}

.action_red:hover {
	background-image: -webkit-linear-gradient(#f75340, #b93f31) !important;
	background-image: -moz-linear-gradient(#f75340, #b93f31) !important;
	background-image: -o-linear-gradient(#f75340, #b93f31) !important;
	background-image: linear-gradient(#f75340, #b93f31) !important;
}

.action_blue {
	background-image: -webkit-linear-gradient(#4ebce8, #66ccf5) !important;
	background-image: -moz-linear-gradient(#4ebce8, #66ccf5) !important;
	background-image: -o-linear-gradient(#4ebce8, #66ccf5) !important;
	background-image: linear-gradient(#4ebce8, #66ccf5) !important;
	color: #fff !important;
	text-shadow: 1px 1px #56abce;
	border: 1px solid #56abce !important;
}

.action_blue:hover {
	background-image: -webkit-linear-gradient(#2e9cc8, #66ccf5) !important;
	background-image: -moz-linear-gradient(#2e9cc8, #66ccf5) !important;
	background-image: -o-linear-gradient(#2e9cc8, #66ccf5) !important;
	background-image: linear-gradient(#2e9cc8, #66ccf5) !important;

}
.action_yellow {
	background-image: -webkit-linear-gradient(#e8e84e, #f5f566) !important;
	background-image: -moz-linear-gradient(#e8e84e, #f5f566) !important;
	background-image: -o-linear-gradient(#e8e84e, #f5f566) !important;
	background-image: linear-gradient(#e8e84e, #f5f566) !important;
	color: #999 !important;
	text-shadow: 1px 1px #f5f566;
	border: 1px solid #f5f566 !important;
}

.action_yellow:hover {
	background-image: -webkit-linear-gradient(#f5f566, #e8e84e) !important;
	background-image: -moz-linear-gradient(#f5f566, #e8e84e) !important;
	background-image: -o-linear-gradient(#f5f566, #e8e84e) !important;
	background-image: linear-gradient(#f5f566, #e8e84e) !important;

}
.action_disabled {
	background-image: -webkit-linear-gradient(#c8c8c8, #f5f5f5) !important;
	background-image: -moz-linear-gradient(#c8c8c8, #f5f5f5) !important;
	background-image: -o-linear-gradient(#c8c8c8, #f5f5f5) !important;
	background-image: linear-gradient(#c8c8c8, #f5f5f5) !important;
	color: #bbb !important;
	text-shadow: 1px 1px #ccc;
	border: 1px solid #a9a9a9 !important;
}

ul {
	list-style: none;
}

form label {
	display: inline-block;
	width: 100px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	margin-top: 15px;
}

form label.disabled {
	color: #aaa;
}

input[type=text], input[type=password] {
	height: 20px;
	width: 200px;
	margin: 10px;
	padding: 2px 6px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #aaa;
	background-image: -webkit-linear-gradient(#fff, #ededed);
	background-image: -moz-linear-gradient(#fff, #ededed);
	background-image: -o-linear-gradient(#fff, #ededed);
	background-image: linear-gradient(#fff, #ededed);
	box-shadow: 2px 2px 2px #aaa;
}

input[type=text].disabled, input[type=password].disabled {
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px #ccc;
}

input[type=radio] {
	height: 20px;
}

form ul {
	margin: 0;
	padding-left: 60px;
}

form ul label {
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
}

select {
	height: 28px;
	min-width: 75px;
	margin: 10px;
	padding: 2px 6px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #aaa;
	background-image: -webkit-linear-gradient(#fff, #ededed);
	background-image: -moz-linear-gradient(#fff, #ededed);
	background-image: -o-linear-gradient(#fff, #ededed);
	background-image: linear-gradient(#fff, #ededed);
	box-shadow: 2px 2px 2px #aaa;
}

select[multiple=multiple] {
	height: 100px;
	min-width: 100px;
}

fieldset {
	margin: 5px 0;
	border: 1px solid #aaa;
	background-image: -webkit-linear-gradient(#fff, #ededed);
	background-image: -moz-linear-gradient(#fff, #ededed);
	background-image: -o-linear-gradient(#fff, #ededed);
	background-image: linear-gradient(#fff, #ededed);
	box-shadow: 2px 2px 2px #aaa;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

tbody td {
	padding: 2px 4px;
}

.ui-progressbar {
    position: relative;
}
.password-complexity {
	margin: -5px 10px 0 112px;
}
.complexity-bad {
	background-image: -webkit-linear-gradient(#f75340, #f97f71) !important;
	background-image: -moz-linear-gradient(#f75340, #f97f71) !important;
	background-image: -o-linear-gradient(#f75340, #f97f71) !important;
	background-image: linear-gradient(#f75340, #f97f71) !important;
}
.complexity-good {
	background-image: -webkit-linear-gradient(#b9ce44, #a4be3f) !important;
	background-image: -moz-linear-gradient(#b9ce44, #a4be3f) !important;
	background-image: -o-linear-gradient(#b9ce44, #a4be3f) !important;
	background-image: linear-gradient(#b9ce44, #a4be3f) !important;
}
.complexity-label {
	position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}
