html, body {
	padding: 0;
	margin: 0;
}

body {
	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 12px;
	/* color: #9c9c8e; */
	color: #000;
	font-style: italic;
	background: url('images/bg.png') fixed;
}

a { color:#777; text-decoration:none;}

a:hover { text-decoration:underline;}

h1 {
	color: #0099ff;
	font-weight: normal;
	font-size: 22px;
	width: 950px;
	font-style: italic;
	text-shadow:1px 1px 0px #555555;
	
}

h2 {
	margin-left: 10px;	
	color: #777;
	font-style: italic;
	text-shadow:1px 1px 0px #cacfd1;
}

h3 {
	width: 950px; margin-top: -15px;;
}

#left {
	float: left;
	width: 660px;
	height: auto;
	margin-left: 26px;
	margin-top: 10px;
}

#left2 {
	float: left;
	width: 350px;
	margin-left: 100px;
	margin-top: 10px;
	
}

#top_dark {
	width: 100%;
	height: 1px;
	background: #62920d;
}
#wrapper {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 40px;
	width: 100%;
}
#logo {
	margin-left: 10px;
	margin-top: 17px;
	float: left;
}
#user_links {
	height: 20px;
	font-size: 14px;
	color: #333;
	float: right;
	margin-top: 25px;
	margin-right: 20px;
	text-shadow:1px 1px 0px #cacfd1;
}
#user_links a {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
#user_links a:hover {
	text-decoration: underline;
}

#content {
	width: 1000px;
	height: auto;
	float: left;
	background: url('images/content_bg.png') repeat-y;
}

#content .lines {
	width: 933px;
	margin:5px 0px 5px 1px;
	height: 25px;
	line-height:30px;
	float: left;
	text-align: center;  
	font-weight:bold; 
	color:#fff;
	font-size:15px;
	background: url('images/div_lines_bg.png') repeat-x;
}

#content .lines a {
	color:#fff;
}

.div_header {
	height: 24px;
	width: 944px;
	background: url('images/div_header_bg.png') no-repeat;
	padding-left: 8px;
	padding-top: 8px;
	color: #ffffff;
	float: left;
	font-size: 15px;
}

.div_header a {
	color: #333;
}

.div_header .default-tab2 {
	color: #ffffff;
}

.div_header a:hover {
	color: #ffffff;
}

.div_content {
	width: 942px;
	padding-left: 8px;
	padding-top: 8px;
	background: url('images/div_bg.png') repeat-y;
	font-size: 12px;
	float: left;
	clear: both;
}
.div_bottom {
	width: 952px;
	height: 7px;
	background: url('images/div_bottom_bg.png') no-repeat;
	float: left;
	margin-bottom: 30px;
}

p.alert {
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	padding:0 15px 0 0;
	height: 39px;
	background: url("images/alert_bg.png") repeat;
}

p.alert-long {
	width: 460px;
	height: 39px;
	background: url("images/alert_bg.png") repeat;
}

p.alert-delete {
	width: 350px;
	height: 39px;
	background: url("images/alert_bg.png") repeat;
}

p.alert-small {
	width: 350px;
	height: 39px;
	background: url("images/alert_bg.png") repeat;
}

p.alert-medium {
	width: 325px;
	height: 39px;
	background: url("images/alert_bg.png") repeat;
}

p.alert-xsmall {
	width: 280px;
	height: 39px;
	background: url("images/alert_bg.png") repeat;
}

.success {
	width: 24px;
	height: 24px;
	padding: 10px 0px 0px 15px;
	margin: 6px 0px 0px 15px;
	background: url("images/success.png") no-repeat;
	float: left;
}

.error {
	width: 24px;
	height: 24px;
	padding: 10px 0px 0px 15px;
	margin: 6px 0px 0px 15px;
	background: url("images/error.png") no-repeat;
	float: left;
}

.success_text {
	margin: 11px 0px 0px 5px;
	float: left;
	color: #777777;
}
.error_text {
	margin: 11px 0px 0px 5px;
	float: left;
	color: #e20000;
}

.success_text a
{
	color:#73ae0b;
	padding-left: 10px;
	text-decoration:none;
}

.success_text a:hover
{
	color: #777777;
}

br.clear { clear: both; line-height:0; height:0; }

.clear { clear: both; height:30px; }

.clear2 { clear: both;}


/* Footer */
#footer {
	height: 56px;
	width: 1000px;
	background: url('images/footer_bg.png') no-repeat;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 13px;
	text-shadow:1px 1px 0px #4d4d4d;
	clear: both;
}
#copyright {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
#footer_links {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
#footer_links a {
	color: #73ae0b;
	text-decoration: none;
}
#footer_links a:hover {
	text-decoration: underline;
}



/*---------------- menu----------------------*/
.menu {font-size:16px; float:left; width:1000px; height: 46px; background: url('images/nav_bg.png');}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; margin: 0px 10px 0px 0px; cursor: pointer; text-shadow:1px 1px 0px #404040; font-style: italic;}




/* 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; float:left; height:100%; text-decoration:none; color:#fff; padding: 10px 10px 10px 20px;}
.menu a.current{background:url(images/menu_bg.gif) repeat-x center;}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;  background:#0371b2; border-bottom:1px #024f7c solid; color:#fff; width:12em; height:100%; line-height:1em; padding:1em 1em; font-size:12px; 
	

	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .190);
          box-shadow: 0 8px 12px rgba(0, 0, 0, .190);

}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; width: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 level hovers */
/* first */
.menu a:hover {color:#fff;background: url(images/menu_bg.gif) repeat-x center;}
.menu :hover > a {color:#aadbf7; background:url(images/menu_bg.gif) repeat-x center;}
/* second */
.menu ul ul a:hover{color:#fff;background:url(images/menu_bg_a.gif) repeat-x center;}
.menu ul ul :hover > a {color:#fff;background:#2ea7ee url(images/menu_bg_a.gif) repeat-x center;}
/* third */
.menu ul ul ul a:hover {background:url(images/menu_bg_a.gif) repeat-x center;}
.menu ul ul ul :hover > a {background:url(images/menu_bg_a.gif) repeat-x center;}
/* fourth */
.menu ul ul ul ul a:hover {background:url(images/menu_bg_a.gif) repeat-x center;}


/* 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:46px;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(images/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;}




/* Form Stuff */

.res-chkbx {
	float:left;
}

.res-name {
	width:210px;
	height:30px;
	float:left;
	margin-top:2px;
}

.res-header {
	border-top:#3cb1de thin solid;
	border-bottom:#3cb1de thin solid;
	padding:5px 0px;
	font-size:15px;
	margin-top:15px;
	margin-bottom:15px;
	background:#3aa8d3;
	color:#FFF;
	font-weight:100;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	text-align:center;
	clear:both;
}

.red {
	color: #990000;
}

.txbm {
	width:298px;
}

.txbl {
	width:454px;
}

.txbxs {
	width:30px;
}

.addbutt {
	background: url("images/add.png") no-repeat transparent;
	cursor:pointer;
	border: none;
	height:18px;
	margin:0 3px 0 3px;
	float:right;
}

.delbutt {
	background: url("images/delete.png") no-repeat transparent;
	cursor:pointer;
	border: none;
	height:18px;
	width: 18px;
	margin:0 3px 0 3px;
}

.delbutt2 {
	background: url("images/delete.png") no-repeat transparent;
	cursor:pointer;
	border: none;
	height:18px;
	width: 18px;
	margin:0 3px 0 3px;
}

.updbutt {
	background: url("images/edit.png") no-repeat transparent;
	cursor:pointer;
	border: none;
	height:18px;
	width: 18px;
	margin:0 3px 0 3px;
}

.viewbutt {
	background: url("images/view.png") no-repeat transparent;
	cursor:pointer;
	border: none;
	height:18px;
	width: 18px;
	margin:0 3px 0 3px;
}

.dlbutt {
	background: url("images/download1.png") no-repeat transparent;
	cursor:pointer;
	border: none;
	height:20px;
	width:30px;
	margin:0 3px 0 3px;
}

.topbutt {
	float:right; 
	margin-top:-5px;
}

.req {
    color: #990000;
    font-family: arial;
}

.req-input {
	border: 1px solid rgba(242, 154, 154, 0.75);
    box-shadow: 0 0 5px rgba(236, 82, 82, 0.5);
    outline: medium none;
}

.sechead {
    border-bottom: 1px solid #CCCCCC;
    color: #999999;
    font-size: 17px;
    font-weight: normal;
	width:933px;
	margin:0 0 20px 0;
	font-weight:bold;
	text-shadow:1px 1px 0px #565656;
}

.clr {
	clear:both;
}

.fnorm {
 font-weight:normal;
}

.fbold {
	font-weight:bold;
}

.f14 {
 font-size:14px;
}

.fright {
	float:right;
}

.mbot15 {
	margin-bottom:15px;
}

.mleft15 {
	margin-left:15px;
}

form label
{
	color: #666666;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	display: block;
	height: 12px;
	float:left;
	clear:both;
	text-align:right;
	margin-left:5px;
}

input[type=text], input[type=password], textarea
{ 
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	border: 1px solid #c0c0c0;
	float:left;
	margin-left:5px;
}

input[type=file]
{ 
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	float:left;
	margin-left:5px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 1px solid rgba(121, 187, 238, 0.75) !important;
    box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
    outline: medium none;
}

select
{
	color: #666666;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	display: block;
	border: 1px solid #c0c0c0;
	float:left;
	margin-left:5px;
}

.lblwdth150 {
 width:150px;
 text-shadow:1px 1px 0px #cacfd1;
}

.sbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #555656;
	-webkit-box-shadow:inset 0px 1px 0px 0px #555656;
	box-shadow:inset 0px 1px 0px 0px #555656;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2aa1e7), color-stop(1, #031b29) );
	background:-moz-linear-gradient( center top, #2aa1e7 5%, #0369a4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2aa1e7', endColorstr='#0369a4');
	background-color:#2aa1e7;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style: italic;
	height:25px;
	line-height:19px;
	text-decoration:none;
	text-align:center;
	outline: none;
	text-shadow:1px 1px 0px #000;
	cursor: pointer;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #555656;
	-webkit-box-shadow:inset 0px 1px 0px 0px #555656;
	box-shadow:inset 0px 1px 0px 0px #555656;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2aa1e7), color-stop(1, #031b29) );
	background:-moz-linear-gradient( center top, #2aa1e7 5%, #0263b7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2aa1e7', endColorstr='#0263b7');
	background-color:#2aa1e7;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0px;
	cursor: pointer;
	display:inline-block;
	color:#ffffff;
	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style: italic;
	height:38px;
	line-height:35px;
	text-decoration:none;
	text-align:center;
	outline: none;
	text-shadow:1px 1px 0px #000;
}
.button:hover, .sbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0369a4), color-stop(1, #2aa1e7) );
	background:-moz-linear-gradient( center top, #0369a4 5%, #2aa1e7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0369a4', endColorstr='#2aa1e7');
	background-color:#0369a4;
}
.button:active, .sbutton:active {
	position:relative;
	top:1px;
}

/*** TABLE ***/
#mytable {
width: 936px;
padding: 0;
margin-left: 0px;
border-spacing: 0px;
}

#mytable .th {
font: bold 12px "Arial", Helvetica, Trebuchet MS, Verdana, sans-serif;
text-transform: uppercase; 
color: #0066CC; 
border-bottom: 1px solid #c5c5c5;
text-align: left;
padding: 6px 0px 6px 20px;
}

#mytable .thc {
font: bold 12px "Arial", Helvetica, Trebuchet MS, Verdana, sans-serif;
text-transform: uppercase; 
color: #0066CC; 
border-bottom: 1px solid #c5c5c5;
text-align: center;
padding: 6px 0px 6px 0px;
}

.td {
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background: #fff;
padding: 6px 5px 6px 5px;
color: #006699;
text-align:left;
font-size: 12px;
font-weight: bold;
}

.tdc {
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background: #fff;
padding: 6px 5px 6px 5px;
color: #006699;
text-align:center;
font-size: 12px;
font-weight: bold;
}

.tr {
border-left: 1px solid #cccccc;
}

td a {
color: #006699;
text-decoration:none;
}

/*** DATA TABLE PAGINATE***/

.dataTables_paginate {
width: 44px;
* width: 50px;
float: right;
text-align: right;
}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
margin-top: 6px;
height: 19px;
width: 19px;
float: left;
}

.paginate_disabled_previous {
background-image: url('script/media/images/back_disabled.jpg');
}

.paginate_enabled_previous {
background-image: url('script/media/images/back_enabled.jpg');
}

.paginate_disabled_next {
background-image: url('script/media/images/forward_disabled.jpg');
}

.paginate_enabled_next {
background-image: url('script/media/images/forward_enabled.jpg');
}

.paging_full_numbers {
width: 400px;
line-height: 22px;
margin-top: 5px;
margin-right: 6px;
font-size:12px;
}

.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
padding: 3px 6px;
margin: 0 0px;
cursor: pointer;
color: #0066CC;
}

.paging_full_numbers span.paginate_button {
background-color: #ededed;
background-image: url('images/pagination-bg.jpg');
}

.paging_full_numbers span.paginate_button:hover {
background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
background-color: #d7d7d7;
}

/*** DATA TABLE SORTING ***/

.sorting_asc {
background: url('script/media/images/sort_asc.png') no-repeat center left;
}

.sorting_desc {
background: url('script/media/images/sort_desc.png') no-repeat center left;
}

.sorting {
background: url('script/media/images/sort_both.png') no-repeat center left;
}

.sorting_asc_disabled {
background: url('script/media/images/sort_asc_disabled.png') no-repeat center left;
}

.sorting_desc_disabled {
background: url('script/media/images/sort_desc_disabled.png') no-repeat center left;
}

/*** TABLE FEATURES ***/

.dataTables_filter{
float: left;
text-align: left;
margin-top: 15px;
color: #0066CC;
}

.dataTables_filter input{
float: right;
margin-top: -3px;
margin-left: 5px;
text-align: left;
}

.dataTables_wrapper {
clear: both;
zoom: 1; /* Feeling sorry for IE */
}

.dataTables_length {
float: right;
text-align: left;
margin-right:6px;
margin-top: 15px;
color: #0066CC;
}

.dataTables_length select {
float:left;
margin-top: -3px;
margin-right: 5px;
}

#tbody{
margin-left: 10px;
}

.dataTables_info {
width: 50%;
float: left;
margin-left: 0px;
margin-top: 8px;
color: #0066CC;
}

.dataTables_empty {
text-align: center;
background-color:#ffffff;
padding-top:5px;
padding-bottom:7px;
color: #0066CC;
}


.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #adafb3;

}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #1e90d3;
  border-color: #939394;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d5d5d5;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #bc0000;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}