/* reset
-------------------------------------------*/ 
/* http://meyerweb.com/eric/tools/css/reset/ ------ v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */ 

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: .85em/1.3em Arial, Helvetica, sans-serif;
	text-align: justify;
	background:#999;
}
.green {
	color:#009933;
	font-weight:bold;
	}
.orange {
	color: #FF9900;
	font-weight:bold;
	}
.red {
	color: #FF0000;
	font-weight:bold;
	}
/*General links
------------------------------------------------------------------*/
a:link, a:visited{
	text-decoration:none;
	font:1em "Arial", Helvetica, sans-serif;
	color:#FFFFFF;
	border:0;
}
	
a:hover {
	text-decoration:none;
	font:1em "Arial", Helvetica, sans-serif;
	border-bottom: 1px solid #FFF;
}

/*General Headers
------------------------------------------------------------------*/
#back_site h1 {
	font:1.8em "Arial", Helvetica, sans-serif;
	margin:14px 0 0 0;
	float:right;
	color: #FFF;
	text-align:right;
}
#title select {
	font:1.8em "Arial", Helvetica, sans-serif;
	margin:17px 10px 10px 10px;
	padding:3px 5px;
	width:170px;
	float:left;
	height:35px;
	color:#18476d;
	border:1px solid #B2B2B2;
	background:#FFF;
}

#title img {
	float:left;
	margin:10px 0 0 0 ;
}

#content h2 {
	font:1.8em "Arial", Helvetica, sans-serif;
	margin:14px 0 0 0;
	width:350px;
	float:left;
	height:45px;
	padding:10px 0 0 55px;
	color:#4C0F48;
	
}

#content h6 {
	font:1.4em "Arial", Helvetica, sans-serif;
	background:url(/images/bullet.jpg) no-repeat;
	margin:14px 0 0 0;
	width:850px;
	float:left;
	height:25px;
	padding:4px 0 0 40px;
	color:#4C0F48;
	
}

#content .folder {
	background: url(/images/icon_folder.jpg)  no-repeat;
}

#content .edit {
	background: url(/images/file.jpg) no-repeat;
}

#radiobox {
	margin:15px 0 0 0;
	padding:20px 20px 0 0;
	width:auto;
	height:100%;
}

#content .no_files {
	float:left;
	width:650px;
	height:auto;
	margin:-16px 0 0 55px;
	clear:both;
}
#right_content h3 {
	font:1.4em "Arial", Helvetica, sans-serif;
	margin:10px 0 10px 0;
	float:left;
	height:30px;
	padding:0 0 0 35px;
	font-style:italic;
	color:#999999;
	background:url(images/bullet.jpg) no-repeat;
}

#formlogin h1 { 
	float:left;
	padding:10px 0 0 0;
	background: url(/images/icon_staff.jpg) no-repeat;
	font:1.3em "Arial", Helvetica, sans-serif;
	margin:0 0 10px 0;
	height:30px;
	width:100%;
	text-align:left;
	color: #1A0114;
	text-align:right;
}

/* Header
---------------------------------------------*/
#main_header {
	width:100%;
	height:56px;
	background:url(/images/bg_header.jpg) repeat-x;
}
#main_header_pages {
	width:100%;
	height:66px;
	background-color:#1A0114;
}
#header {
	width:955px;
	height:100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header h4 {
	width:auto;
	height:20px;
	float:left;
	font:1.2em Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
#header img {
	float:left;
}

#back_site {
	width:auto;
	height:100%;
	float:right;
}

#back_site p {
	font:1em "Arial", Helvetica, sans-serif;
	margin:21px 10px 0 0;
	width:auto;
	height:100%;
	color: #FFF;
	float:right;
}

#back_site img {
	float:left;
	margin:3px 5px 0 0;
}
#back_site p .logout{
	background:url(/images/log_out.jpg) no-repeat left;
	padding:8px 0 8px 28px;
	color:#FFFFFF;
	height:30px;
	font:bold 1em "Arial", Helvetica, sans-serif;
	text-decoration:none;
	border:none;
	margin:0 0 0 20px;
}

/* nav
-------------------------------------------*/
#menu_block {
	background-color: #0099FF;
	height: 30px;
	width: 100%;
	float: left;
}

#nav {
	padding:0;
	width: 955px;
	float:right;
	border-left:1px solid #619ADA;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	height: 30px;
}
	
#nav li, #nav a {
	display:inline;
	padding:0;
	margin:0;
	border:none;
	text-decoration:none;
}

#nav a {
	color:#fff;
	float:none;
	width:auto;
	height:30px;
	border-right:1px solid #619ADA;
	text-decoration:none;
	font: 1em "Arial", Helvetica, sans-serif;
	text-transform: capitalize;
	padding: 7px;
}
	
#nav a:hover, .active {
	background-color: #18476d;
}

#nav li.current_page_item a {
	color:#2B7DD9;
}

#nav li.current-cat a {
	color:#A5D337;
}
/* sub nav
-------------------------------------------*/
/* Content
---------------------------------------------*/
#main_content {
	width:100%;
	height:100%;
	min-height:500px;
	background:#F9F9F9;
}
#content {
	width:955px;
	height:100%;
	margin:0 auto;
	padding:0 0 50px 0;
	
}
#content #button{
	width:auto;
	height:30px;
	float:right;
	margin:40px 0 0 0;
}
#button_file_list{
	width:auto;
	height:30px;
	float:right;
	margin:0;
}
#content a {
	float:left;
	width:115px;
	padding:9px 0 0 35px;
	height:30px;
	text-decoration:none;
	border:none;
	color:#FFFFFF;
	font:bold .9em Arial, Helvetica, sans-serif;
}
#content #folder_inner a {
	color:#666666;
	padding: 0;
}

#content #button .btn_add, #content #button_file_list .btn_add {background: url(/images/add_button.jpg) no-repeat;}
#content #button .btn_edit {background: url(/images/edit_button.jpg) no-repeat;}
#content #button .btn_analytic {background: url(/images/analytic_button.jpg) no-repeat;}
#content #button .btn_gen {background: url(/images/save_button.jpg) no-repeat;}

#save {
	background:url(/images/btn_save.jpg);
	width:100px;
	height:32px;
	margin: 10px 0 0 5px;
	float:left;
	border:0;
	cursor:pointer;
}
#formupdate {
	width:100%;
	float:left;
	border-bottom: 1px dotted #999;
	padding:0 0 20px 0;
}
#formupdate input {
	font: 1.1em/1.5em "Arial", Helvetica, sans-serif;
	color:#666666;
	width: 50px;
	margin:0 2px 0 5px;
	padding: 5px;
	background: #fff;
	border: 1px solid #CCCCCC;
}
#ContentHide {
	margin-top:9px;
}
#flashMessage {
	width:900px;
	padding:10px 25px;
	font:1em "Arial", Helvetica, sans-serif;
	color:#666666;
	height:auto;
	background:#E9F4E9 url(/images/message.jpg) left no-repeat;
}
#tabs {
	width:955px;
	height:100%;
	float:left;
}
/* General SubMenu
---------------------------------------------*/
#wrapper_submenu {
	background:#333;
	width:100%;
	float:left;
	height:30px
}
#submenu {
	width:855px;
	margin:0 auto;	
	height:100%;
	padding-left:100px;
}
#submenu li {
	display:inline;

}
#submenu li a {
	text-decoration:none;
	border:none;
	color:#FFFFFF;
	float:left;
	margin:0;
	padding:6px 20px;
}
#submenu li a:hover, .active {
	text-decoration:none;
	border:none;
	color:#FFFFFF;
	float:left;
	margin:0;
	padding:7px 20px;
	background:#999;
}
/* General List Content
---------------------------------------------*/
#list_content {
	width:955px;
	float:left;
	margin:10px 0 0 0;
	position:relative;
}
#list_content img {cursor:pointer;}

#list_content .title_header {
	height:auto;
	background:#4C0F48;
}
#list_content .title_header a {
	padding:0;
	font-size:1.05em;
	height:auto;
	color: #99FFFF;
}
#list_content th, #list_content th a {
	padding:10px 20px 10px 0;
	color:#FFF;
}
#list_content td {
	border-bottom:1px dotted #CCCCCC;
	min-height:auto;
}
#list_content td a {
	width:auto;
	min-height:auto;
	float:left;
}
#list_content td a img {
margin:0;
border:0;
}
#list_content tr {
	width:100%;
}

#list_content .link_main {
	color:#666666;
	font:bold 1em Arial, Helvetica, sans-serif;
	padding:12px 20px 0 0;
	width:auto;
	height:25px;
	text-decoration:none;
	border:0;
}

#list_content .link_second {
	color:#666666;
	font:1.1em Arial, Helvetica, sans-serif;
	padding:12px 20px 0 20px;
	width:auto;
	height:25px;
	text-decoration:none;
	border:0;
}
#list_content .link_main:hover, #list_content .link_second:hover  {
	color:#BC081E;
	text-decoration:none;
	border:0;
}




#pagination span {
	width:auto;
	float:left;
	height:5px;
	margin:10px 0 0 0;
	margin:10px 0 10px 0;
}

#pagination span {
	width:auto;
	padding:0 5px;
	text-decoration:none;
	color:#18476D;
}
#pagination span a {
	width:auto;
	padding:0 5px;
	text-decoration:none;
	color:#18476D;
}

#pagination span a:hover, #pagination .current {
	width:auto;
	padding:0 5px;
	text-decoration:none;
	color:#0099FF;
}
#list_content .arrow {
	float:left;
	width:auto;
	padding:0;
	margin:0;
}
#list_content .link {
	text-decoration:none;
	border:none;
	color:#18476D;
	float:left;
	padding:0;
	margin-top:15px;
}
#list_content .link:hover {
	text-decoration: underline;
	border-bottom:;
	color:#0099FF;
	float:left;
	padding:0;
	margin-top:15px;
}
#formedit .text {
	width:350px;
	border:1px solid #666666;
	padding:5px 3px;
}
#formedit select {
	width:355px;
	border:1px solid #666666;
	padding:5px 3px;
}
#formedit .multiple {
	width:650px;
	height:80px;
	float:left;
	padding:6px 15px 0 0;
	margin:5px 0 0 0;
	
}
#formedit textarea {
	width:730px;
	min-height:150px;
	border:1px solid #666666;
	padding:5px 3px;
}
#formedit .summary {
	width:730px;
	min-height:20px;
	border:1px solid #666666;
	padding:5px 3px;
}
#formedit .checkbox {
	border:1px solid #666666;
	margin-top:8px;
}
#formedit #button #btn_gen {
	float:left;
	width:135px;
	padding:0 0 0 25px;
	height:35px;
	text-decoration:none;
	border:none;
	color:#FFFFFF;
	font:bold .9em Arial, Helvetica, sans-serif;
	background:url(/images/save_button.jpg) no-repeat;
}
	
#box_details {
	width:955px;
	height:100%;
	float:left;
	margin:10px 0 0 0;
}
#box_details .title_details {
	width:940px;
	height:15px;
	background:#B2B2B2;
	color:#FFFFFF;
	border-bottom:2px solid #333;
	font:bold 1em Arial, Helvetica, sans-serif;
	padding:5px 0 5px 15px;
	float:left;
	margin:25px 0 0 0;
}
#box_details .subtitle_details {
	width:200px;
	height:18px;
	text-align:right;
	padding:12px 15px 0 0;
	float:left;
	margin:5px 0 0 0;
	color:#666;
	font-weight:bold;
}
#box_details .spec_details {
	width:650px;
	height:34px;
	float:left;
	padding:6px 15px 0 0;
	margin:5px 0 0 0;
}
#box_details .radio_details {
	width:650px;
	height:34px;
	float:left;
	padding:11px 15px 0 0;
	margin:5px 0 0 0;
}

#box_details .text_details {
	width:650px;
	height:18px;
	padding:12px 15px 0 0;
	float:left;
	margin:5px 0 0 0;
}
#box_details .editor {
	width:650px;
	height:100%;
	float:left;
	padding:6px 15px 0 0;
	margin:5px 0 0 0;
}
/* Form Login
---------------------------------------------*/
#formlogin {
	width:275px;
	margin:0 auto;
	padding:40px 0 50px 0;
	color:#333333;
}
#loginform label {
	display: block;
	font-size: 14px;
}

#formlogin input, #formlogin textarea, #formlogin select, #txpCommentInputForm input {
	font: 1.8em "Arial", Helvetica, sans-serif;
	color:#666666;
	width: 270px;
	margin: 2px 0 5px;
	padding: 5px;
	background: #fff;
	border: 1px solid #CCCCCC;
}

#formlogin input:focus, #formlogin textarea:focus, #formlogin input:focus, #formlogin textarea:focus {
	background: #fff;
	border: 1px solid #CCCCCC;
}

#formlogin textarea {height: 120px;}

#formlogin #login_button {
	background: url(/images/log_button.jpg) no-repeat;
	width: 80px;
	height:28px;
	padding: 1px;
	border: none;
	cursor: pointer;
	float:right;
	color:#FFF;
	font:bold 1.1em "Arial", Helvetica, sans-serif;
	margin:5px 0 0 0;
}
#formlogin #send_button {
	background: url(/images/send_button.jpg) no-repeat;
	width: 80px;
	height:28px;
	padding: 1px;
	border: none;
	cursor: pointer;
	float:right;
	color:#FFF;
	font:bold 1.1em "Arial", Helvetica, sans-serif;
	margin:5px 0 0 0;
}

#formlogin .forgot {
	font-size:12px;
	color:#666666;
	text-decoration: underline;
	cursor:pointer;
	text-align: left;
	width: auto;
	margin: 0 0 0 -35px;
}
#alert {
	background: #FFDEDB;
	border:1px solid #E04542;
	width:250px;
	height:auto;
	margin:0 0 30px 0;
	padding:10px 15px 10px 15px;
	color:#000;
	font-size:0.95em;
}
#message{
	background: #FFFFE0;
	border:1px solid #E6DB55;
	width:250px;
	height:48px;
	margin:0 0 30px 0;
	padding:10px 15px 10px 15px;
	color:#000;
	font-size:0.95em;
}
/* Footer
---------------------------------------------*/
#main_footer {
	width:100%;
	height:56px;
	background-color: #999;

}
#footer {
	width:955px;
	margin: 0 auto;
	padding:10px 0 0 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #FFFFFF;
}
