@import "navigation.css";

* { padding:0; margin:0; }
	
body 
{
	background-color: #F5F5F5;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}
 
:focus { -moz-outline-style: none; }
	
p { padding-bottom: 15px; }
img, a img { border: 0; }
ul li { list-style: none; }
.clear { clear: both; }

a {
	color: #499510;
	text-decoration: none;
	outline: none;
	}
	
a:hover {
	color: #ec8526;
	text-decoration: none;
	}	
	
#hld 
{
	min-height: 402px;
}
	
#container 
{
	width:100%;
	min-width: 960px;
	margin:0 auto;
}

/* Header */
#headertop
{
    min-height: 40px;
    padding: 10px 15px;
    text-align: left;
	background: #F8F8F8;	
	border-top: 2px solid rgb(204, 204, 204);
	position: relative;
}

#headertop > #showdate
{
	position: absolute;
	bottom: 2px;
	right: 15px;
}

#headertop > #headerinfo
{
	position: absolute;
	top: 0px;
	right: 15px;
	background-color: rgb(229, 229, 229);
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 2px 2px;	
}

#headerinfo > ul li
{
	list-style-type: none;
	float: left;
	display: inline;
	height: 16px;
	line-height: 16px;
	padding: 0 6px;	
	margin: 6px 0;
	background-color: rgb(229, 229, 229);
	border-left: 1px solid #333333;
	vertical-align: middle;
}

#headerinfo > ul li:first-child
{
	border: 0px;
}

span.icon-off
{
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("../images/img/glyphicons-halflings.png");
	background-position: -384px 0;
	background-repeat: no-repeat;
	padding-right: 3px;
    margin-top: 2px;	
}

span.icon-user
{
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("../images/img/glyphicons-halflings.png");
	background-position: -168px 0;
	background-repeat: no-repeat;
	padding-right: 3px;
    margin-top: 2px;	
}


#headerinfo  a
{
	color: #333333;	
	text-decoration: none;
}

#headerinfo  a:hover
{
	color: #333333;
    text-decoration: underline;
}


/* Blocks */
.block 
{
	padding-bottom: 5px;
	margin-bottom: 10px;
	clear: both;
}
	
/* Block head */
.block .block_head
 {
	height: 28px;
	line-height: 28px;
	padding: 0px 30px;
	overflow: hidden;
	background: #fff;
	vertical-align: middle;	
}

.block .head_login
 {
	height: 35px;
	line-height: 35px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 0px 10px;
	overflow: hidden;
	background-color: rgb(245,245,245);
	border-bottom: 1px solid rgb(229,229,229);
	border-top-left-radius: 2px 2px;
    border-top-right-radius: 2px 2px;
	vertical-align: middle;	
}


.block .block_head h2 
{
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	float: left;
}
	
.block .block_head ul {
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	}
	
.block .block_head ul li {
	display: inline;
	padding: 3px 0;
	padding-left: 20px;
	background: url(../images/phs.gif) 7px center no-repeat;
	}
	
.block .block_head ul li.nobg { background: none; }
	
.block .block_head ul li a {
	text-decoration: none;
	color: #666;
	outline: none;
	}

.block .block_head ul li.active a { color: #888; }
.block .block_head ul li a:hover { color: #499510; }

.block .block_head form {
	float: right;
	padding: 15px 0;
	height: 34px;
	line-height: 24px;
	}

.block .block_head select {
	text-transform: none;
	}

.block .block_head form .text:focus {
    color: rgb(102, 102, 102);
    background: url("../images/srch_.gif") no-repeat scroll left center transparent;
}
.block .block_head form .text {
    width: 129px;
    height: 15px;
    padding: 5px 10px 5px 25px;
    border: 0px none;
    font-size: 11px;
    color: rgb(153, 153, 153);
    margin: 0px;
    margin-top: -10px;
    background: url("../images/srch.gif") no-repeat scroll left center transparent;
}
	
/************* Block content ******************/
.block .block_content 
{
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #ccc;	
	padding: 15px 15px 15px;
}

.block .block_content h1,
.block .block_content h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #444444;
	margin-bottom: 10px;
	}

.block .block_content h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
	}

.block .block_content h4 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
	}
	
.block table tr td.delete {
	text-align: right;
	font-size: 11px;
	}
	
.block table tr td.delete a { color: #666; }
.block table tr td.delete a:hover { color: #dd0000; }


.block .paggination 
{
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	border: 0px solid #eee;
}

.block .paggination.steps {
	padding-top: 0;
	border: 0;
	float: right;
	}
	
.block .paggination.right {
	float: right;
	text-align: right;
	padding-top: 0;
	border: 0px;
	width: 500px;
	overflow: hidden;
	}


.block .paggination a 
{
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 3px 6px;
	margin: 0 1px;
		line-height: 30px;
}

.block .paggination a.active {
	background: #7abb22;
	border: 1px solid #3a7a0a;
	color: #fff;
	}

.block .paggination a:hover {
	color: #fff;
	background: #ec8526;
	border: 1px solid #d77011;
	}

.block hr {
	height: 1px;
	border: 0;
	background: no-repeat;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	}
	
	
/************ Messages *****************/
#messages_container
{
	display: block;
	position: absolute;
	top: 100px;
	right: 80px;
	width: 400px;
	z-index: 10;
}
	
.block .message, .wmodal .message {
	padding: 6px 6px 6px 40px;
	margin-bottom:10px;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	}

.block .message p, .wmodal .message p {
	padding: 0;
	width: 93%;
	float: left;
	}
	
.block .message.errormsg, .wmodal .message.errormsg {
	border: 1px solid #e9c59b;
	background: #ffecce url(../images/error.gif) 12px center no-repeat;
	color: #e3302c;
	}
	
.block .message.success, .wmodal .message.success {
	border: 1px solid #bfde84;
	background: #edfbd8 url(../images/success.gif) 12px center no-repeat;
	color: #508600;
	}
		
.block .message.info, .wmodal .message.info  {
	border: 1px solid #bbdbe0;
	background: #ecf9ff url(../images/info.gif) 12px center no-repeat;
	color: #0888c3;
	}
	
.block .message.warning, .wmodal .message.warning  {
	border: 1px solid #e5e181;
	background: #fefde2 url(../images/warning.gif) 12px center no-repeat;
	color: #666;
	}
	
.block .message .close {
	width: 16px;
	height: 16px;
	background: url(../images/close.png) 0 center no-repeat;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
	display: block-inline;
	float:right;
	}
	
.block .message .close.hover {
	-moz-opacity: 1;
	opacity: 1;
	}


/*************** Forms ****************/
.block div.formstyle table
{
	text-align: left;
	margin-bottom: 15px;
	padding: 2px;
	color: #444444;
	width: auto;
}

.block div.formstyle table th
{
	line-height: normal;	
	text-align: right;
	font-size: 11px;
	padding: 1px 3px 1px 3px;
	line-height: normal;
	width: auto;
	vertical-align:middle;
}

.block div.formstyle table td
{
	line-height: normal;	
	text-align: left;
	font-size: 11px;
	padding: 1px;
	vertical-align:middle;
}

.block form p 
{
	overflow: hidden;
	clear: both;
}

.block form label 
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #555;
	margin-right: 10px;
	vertical-align: middle;
}

.block form input[type=text],
.block form input[type=password],
.block form input[type=file]
{
	font-family: Arial, sans-serif;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
	padding: 3px;
	font-size: 12px;
	border: 1px solid rgb(217,217,217);
	border-top: 1px solid rgb(192,192,192);
	color: #333;
	width: 150px;
	border-radius: 1px 1px 1px 1px;
	-moz-border-radius: 1px 1px 1px 1px;
	line-height: normal;
	vertical-align: middle;
}	
	
.block form  select, 
.block form  textarea
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
	padding: 2px;
	border-radius: 1px 1px 1px 1px;
	-moz-border-radius: 1px 1px 1px 1px;
	border: 1px solid rgb(217,217,217);
	border-top: 1px solid rgb(192,192,192);
	width: 158px;
	vertical-align: middle;
}

.block form input:hover,
.block form  select:hover, 
.block form  textarea:hover
{ 
	border:1px solid rgb(185,185,185);
	border-top: 1px solid rgb(160,160,160);
} 

.block form input:focus,
.block form  select:focus, 
.block form  textarea:focus
{
	border:1px solid rgb(77,144,254);
} 


input[type=checkbox]
{
	vertical-align: middle;
}

input.s0 { width: 20px  !important; }
input.s1 { width: 50px  !important; }
input.s2 { width: 110px !important; }
input.s3 { width: 150px !important; }
input.s4 { width: 200px !important; }
input.s5 { width: 250px !important; }
input.s6 { width: 300px !important; }	

select.s0 { width: 28px  !important; }
select.s1 { width: 58px  !important; }
select.s2 { width: 118px !important; }
select.s3 { width: 158px !important; }
select.s4 { width: 208px !important; }
select.s5 { width: 258px !important; }
select.s6 { width: 308px !important; }	

textarea.s1 { width: 100px !important; height: 60px; }
textarea.s2 { width: 200px	 !important; height: 70px; }
textarea.s3 { width: 300px !important; height: 80px; }
textarea.s4 { width: 500px !important; height: 120px; }
textarea.s4_1{ width: 500px !important; height: 60px; }
textarea.s4_2{ width: 500px !important; height: 80px; }
textarea.s4_3{ width: 500px !important; height: 100px; }
textarea.s5 { width: 600px !important; height: 120px; }
textarea.s5_1{ width: 600px !important; height: 60px; }
textarea.s5_2{ width: 600px !important; height: 80px; }
textarea.s5_3{ width: 600px !important; height: 100px; }

/* Custom form select element */
.block form select.styled {
	width: 245px;
	height: 18px;
	margin-right: 20px;
	}
	
.block form .cmf-skinned-select {
	padding: 3px;
	display: block;
	margin-right: 20px;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url('../images/sdd.jpg') center right no-repeat;
	}

.block form .cmf-skinned-select:hover {
	background: url('../images/sdd_.jpg') center right no-repeat;
	}

.block form div.cmf-skinned-text {
	padding: 5px 7px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	}
	
	
/* Custom file input */

.block form input.file.file_upload{
	width: 0px !important;
	border: 0px !important;
	padding-bottom: 15px !important;
	}

.block form .fileupload #uploadmsg {
	display: block;
	position: absolute;
	top: 20px;
	left: 350px;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
	font-size: 11px;
	}

.block form .fileupload #uploadmsg.loading {
	background: url(../images/ajax-loader.gif) center left no-repeat;
	width: 30px;
	padding-left: 20px;
	}
	
.block form input.file {
	width: 250px;
	height: 20px;
	background: #fefefe;
	border: 1px solid #bbb;
	border-right: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 4px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	outline: none;
	}

.block form .note {
	padding-left: 5px;
	font-size: 9px;
	font-weight: bold;
	color: #757575;
	vertical-align: middle;
	}

.block form .note.error { color: #e3302c; }
			


/* Small blocks */
.block.small {
	width: 49%;
	padding-bottom: 0;
	}

.block.small.left { float: left; clear: none; }
.block.small.right { float: right; clear: none; }

.block.small .block_head { }
.block.small .block_content { background: #fff; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }

.block.small .block_content input.text,
.block.small .block_content textarea { width: 96%; padding: 7px; }

.block.small.center {
	float: none;
	margin: 0 auto;
	}


/* Login block */

.block.small.center.login 
{
	width: 320px;
	margin-top: 100px;
	margin-bottom: 100px;
	padding-bottom: 5px;
}
	
.block.small.center.login  form input[type=text],
.block.small.center.login  form input[type=password]
{ 
	width: 255px !important;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bord;
	line-height: 20px;
	padding: 5px;
}

.block.small.center.login  form input[type=text]
{
	background: url(../images/files/glyphicons_003_user.png) no-repeat 5px center;
	padding-left: 25px;
}

.block.small.center.login  form input[type=password]
{
	background: url(../images/files/glyphicons_203_lock.png) no-repeat 5px center;
	padding-left: 25px;
}

/* Block sidebar */

.block.withsidebar .bendl {
	width: 191px;
	background: url(../images/bendsb.gif) bottom left no-repeat;
	}

.block.withsidebar .block_content {
	overflow: hidden;
	padding: 0;
	background: url(../images/sidebar.gif) 0 0 repeat-y;
	}

.block.withsidebar .block_content .sidebar {
	width: 190px;
	float: left;
	font-size: 11px;
	}

.block.withsidebar .block_content .sidebar p {
	padding: 0 13px 15px;
	line-height: 18px;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu {
	padding: 0;
	margin-bottom: 10px;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu li {
	padding: 0;
	margin: 0;
	background: 0;
	border-bottom: 1px solid #ccc;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu li a {
	display: block;
	padding: 10px 13px;
	font-weight: bold;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu li a:hover {
	background: #fdfdfd;
	border-right: 1px solid #ccc;
	}
	
.block.withsidebar .block_content .sidebar ul.sidemenu li.active a,
.block.withsidebar .block_content .sidebar ul.sidemenu li.active a:hover {
	background: #fff;
	border: 0;
	}

.block.withsidebar .block_content .sidebar_content {
	padding: 15px 20px 15px 210px;
	}

/* Image list */

.block .block_content .imglist {
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}

.block .block_content .imglist ul {
	padding: 0;
	}

.block .block_content .imglist li {
	padding: 0;
	margin: 0;
	background: 0;
	width: 75px;
	height: 75px;
	display: block;
	float: left;
	position: relative;
	margin: 13px 17px 10px 10px;
	border: 1px solid #ccc;
	padding: 1px;
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	}
	
.block .block_content .imglist li img {
	position: absolute;
	z-index: 1;
	left:15px;
	top:15px;
	
	
	}

.block .block_content .imglist li ul {
	position: absolute;
	z-index: 10;
	background: url(../images/imgo.gif) center no-repeat;
	width: 62px;
	height: 58px;
	left: 19px;
	top: 21px;
	display: none;
	}
	
.block .block_content .imglist li:hover ul { display: block; }

.block .block_content .imglist li ul li {
	display: block;
	width: 62px;
	height: 29px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}

.block .block_content .imglist li ul li a {
	display: block;
	color: #fff;
	/* text-transform: uppercase; */
	font-size: 10px;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	text-shadow: 0 0 2px #000;
	outline: none;
	}
	
.block .block_content .imglist li ul li.view a:hover { background: url(../images/imgt.gif) bottom center no-repeat; }
.block .block_content .imglist li ul li.delete a:hover { background: url(../images/imgb.gif) top center no-repeat; }


/************ Footer ************/
#footer {
	margin-top: -15px;
	padding: 0px 15px;
	font-size: 10px;
	color: #757575;
	clear: both;
	overflow: hidden;
	}
	
#footer a {
	color: #757575;
	text-decoration: underline;
	}

#footer a:hover {
	color: #666;
	text-decoration: none;
	}
	
#footer .left {
	float: left;
	}
	
#footer .right {
	float: right;
	text-align: right;
	}
	
/*_____________________________

/********** Tooltip-confirmation **********/

.confirm {

	position: relative;
	z-index: 100000;

}

.tooltip { 
	height: 48px;
	left: 0px;
	position: absolute;
	top: -50px;
	width: 103px;
	z-index: 10000000;
}

.tooltip-inner  { 
	color: white; 
	background-color: black; 
	color: white;
    padding: 5px 5px 4px 5px; 	
	max-width: 200px; 
	text-align: center; 
	z-index: 10000000;
}


.tooltip p {
	line-height: 10px;
	margin-bottom: -10px;
}


.tooltip-arrow { 
	position: absolute; 
	background: url('../images/tipsy.gif') no-repeat top left; 
	width: 9px; 
	height: 5px; 
	bottom: 0; left: 5%;
	background-position: bottom left; 
}

/********** FORM VALIDATION **********/
form label.error
{ 
    padding-left: 5px;
	margin-top: -2px;
	margin-bottom: 0px;
	font-size: 9px;
	color: red;
	vertical-align: middle;
	display: block; 
	line-height: 12px !important;
}

form input.required, select.required, textarea.required
{
	background-color: #FAEFCA !important;
}


/********** AUTO COMPLETE **********/
.block form input.text.ac_loading {
	background :  url('../images/ajax-loader1.gif') right center no-repeat;
}

/********** MODAL BLOCK **********/

h3 {
	font-family: "Titillium999", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #555;
	text-shadow: 1px 1px 0 #fff;
	margin-bottom:15px;
	}
	
.modalblock form input.submit {
	width: 85px;
	height: 30px;
	line-height: 30px;
	background: url(../images/btns.gif) top center no-repeat;
	border: 0;
	font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/* text-transform: uppercase; */
	color: #fff;
	text-shadow: 1px 1px 0 #0a5482;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: middle;
	}
	
.modalblock form input.submit:hover {
	background: url(../images/btns_.gif) top center no-repeat;
	text-shadow: 1px 1px 0 #b55f10;
	}
	
.modalblock form label {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin-right: 10px;
	vertical-align: middle;
	}

.modalblock input.text {
	width: 280px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
	}
	
/********** LOADER **********/	
	
div.loadcontainer 
{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(255,255,126);
  filter: alpha(opacity=70); /* internet explorer */
  -khtml-opacity: 0.70;      /* khtml, old safari */
  -moz-opacity: 0.70;       /* mozilla, netscape */
  opacity: 0.70; 
  height: expression(document.documentElement.scrollHeight+'px');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 10000;
  display: none;
}

div.loadingimg
 {
    /*make visible*/
    display:block;
    position:absolute;
    width:100%;
	height: 100%;
    text-align:center;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    background: url(../images/ajax-loader2.gif) no-repeat center center;
}

