 




/* ELEMENTS ***********************************************************/

a {
	outline: none;
}

a:link { 
	color:#6389B7; /* Unvisited 	*/
}  	

a:visited {
	color:#565656; /* Visited 		*/
}  	

a:hover {
	color:#565656; /* Mouse over 	*/
}  	

a:active {
	color:#565656;	/* Selected 	*/
}

a.bold {
	color: #565656;
	font-weight: bold;
	text-decoration: underline;
	font-family: monospace;
	background-color: #EEE;
	padding: 0px 4px 0px 4px;
	
}

body {
	margin: 0px;
	padding: 15px;
	background-color: #FFF;
	font-family: Sans;
	font-size: 13px;
	color: #565656;
	background-image: url('../images/pagebg.png');
	background-repeat: repeat-x;
}

blockquote {
	display: block;
	margin: 15px 0px 5px 25px;
	padding-left: 15px;
	border-left: 5px solid #A3BAD0;
}

form {
	padding: 0px;
	margin: 0px;
}

fieldset { 
	border:1px solid #55626E; 	
}	

h1, h2, h3, h4, h5 {
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	margin-left: -8px !important;
	color: #A3BAD0;
}

h1 { font-size: 14px !important; }
h2 { font-size: 12px !important; }
h3 { font-size: 10px !important; }
h4 { font-size: 8px !important; }

hr {
	  border-top: 1px dashed #55626E;
      border-bottom: 0px;
      border-left: 0px;
      border-right: 0px;
      margin: 15px;
}

img {
	border: 0px; 
	padding: 10px;
}

input, button, textarea {
	font-size: 90%;
	color: #2F2F2F;
}

input[type="text"], input[type="password"], textarea, select, .inputclass  {
	border: 1px solid #AFAFAF !important;
	padding-left: 4px;
	padding-right: 0px;
	margin: 0px !important;
	font-size: 9px !important;
	background-color: #FFFFFF;
} 

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .inputclass:focus { 
	border: 1px solid #A3BAD0;
	border-radius: 2px; 
}

input[type="submit"], button, .file_input_button {
	border: 1px solid #000;
	background-color: #DBE0EA;
	color: #000;
	border-radius: 2px;	
}

input[type="submit"]:hover, button:hover, .file_input_button:hover {
	border-color: #000 !important;
	background-color: #DBE0EA !important;
	color: #222 !important;
	text-shadow: 2px 2px 1px #999;
	cursor: pointer;
}

input[type="submit"]:focus, button:focus, .file_input_button:focus {
	border-color: #000 !important;
	background-color: #DBE0EA !important;
	color: #222 !important;
	text-shadow: 2px 2px 1px #999;
	cursor: pointer;
	outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 1px dotted transparent;
}

button:focus::-moz-focus-inner,
input[type="reset"]:focus::-moz-focus-inner,
input[type="button"]:focus::-moz-focus-inner,
input[type="submit"]:focus::-moz-focus-inner,
input[type="file"] > input[type="button"]:focus::-moz-focus-inner {
    border-color: #F3F3F3;
}


input[type="submit"]:disabled, button:disabled, .file_input_button:disabled {
	border-color: #999 !important;
	background-color: #C4C6CB !important;
	color: #3A3A3A !important;
	cursor: default;
}


/* Elements to be rounded */
input, textarea, select, fieldset, legend, pre {
	border-radius: 1px;
	-o-border-radius: 1px;
	-khtml-border-radius: 1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
}

input[readonly="readonly"], select[readonly='readonly'], textarea[readonly='readonly']  {
	background-color: #CCCCCC !important;
}
	
label {
	margin-right: 4px;
	font-size: 95%;
}

legend {
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #55626E;
	color: #A3BAD0;
	font-size: 100%;
	text-align: right;
}

li { 
	color: #565656; 
	margin: 0px; 
	font-size: 90%;
	font-style: normal;
	padding: 5px;
}
li button { margin-left: 30px; background-color: #AAA; }
li button:hover { opacity: 0; }

ol, ul { 
	color: #A3BAD0; 
	font-size: 105%; 
	padding-left: 25px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	margin: 0px;
	
}

pre {
	font-family: Fixed, monospace;
	color: #A3BAD0;
	border-left: solid 8px #A3BAD0;
	padding-left: 20px;
	line-height: 200%;	
}

table {
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border:	1px solid #2F2F2F;
	
}

td {
	border: 1px solid #2F2F2F;
	padding-left: 8px;
	padding-right: 8px;
	color: #2F2F2F;
	font-size: 90%;
	
}

textarea {
	padding: 5px; 
	font-family: Helvetica, Arial; 
	font-size: 100%;
}

th {
	background-color: #2F2F2F;
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
    padding-bottom: 4px;
	text-align: left;
	font-size: 95%;
	border-bottom: 4px solid #A3BAD0;
	vertical-align: top;
}

table.rightstyle {
	width: 100%;
}

table.rightstyle tr td:nth-child(1){
	background-color: #2F2F2F;
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 14px;
	padding-top: 4px;
    padding-bottom: 4px;
	text-align: left;
	font-size: 9px;
	border-bottom: 0px;
	border-right: 4px solid #A3BAD0;
	height: 20px !important;
}

table.rightstyle tr td:nth-child(2){
	padding-left: 4px;
	padding-right: 20px;
	padding-top: 4px;
    padding-bottom: 4px;
	text-align: left;
	font-size: 9px;
	border: 0px;
	height: 20px !important;
	
}

table.rightstyle tr td:nth-child(2) input, 
table.rightstyle tr td:nth-child(2) textarea  {
	width: 400px;
}

td.rightstyle_vals {
	height: 26px !important;
}

td.control_row {
	border: 0px !important;
	text-align: right !important;
	padding: 7px 7px !important;
}

th a {
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	border-radius: 1px;
	-o-border-radius: 1px;
	-khtml-border-radius: 1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border: 1px solid #000;
	background-color: #A3BAD0;
	color: #FFFFFF !important;
	border-radius: 4px;	
	padding-left: 4px;
	padding-right: 4px;
}

ul { 
	padding-left: 20px;
}

/* CLASSES ************************************************************/

.file_input_button {
	width: 80px; 
	position: absolute; 
	top: 0px;
}

.file_input_div {
	margin-top: 3px;
	padding-left: 5px;
	position: relative; 
	width: 100px; 
	height: 23px; 
	overflow: hidden;
}

.file_input_hidden {
	font-size: 45px; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}

.file_input_textbox {
	float: left
}

.tr_even {
	background-color: #E9E9E9;
}

.tr_odd {
	background-color: #FFFFFF;
}

.hidden {
	display: none;
}

div.loading_container {
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 10px 0px 10px 20px;
}

div.saving_container {
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 10px 0px 10px 20px;
}


/* MENU/TABS ************************************************************/

div.menu {
	padding: 3px;
	margin: 3px 0px 3px 0px;
}

div.tab_container {
	border-bottom: 1px solid black;
	padding-top: 10px;
}

a.tab {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: -1px;
	cursor: pointer;
	padding: 2px 8px 2px 8px;
	border: 1px solid #000;
	border-radius: 2px 2px 0px 0px;
	-o-border-radius: 2px 2px 0px 0px;
	-khtml-border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	text-decoration: none;
}

a.tab:hover {
	background-color: #D7EFEB;
	text-shadow: 2px 2px 1px #999;
}

a.tab_active {
	/*background-color: #F7F7F7;*/
	background-color:rgba(0, 0, 0, 0);
	border-bottom: 1px dotted #FFFFFF;
}

a.tab_inactive {
	background-color: #EDF3F9;
	border-bottom: 1px solid #000;
}

a.tab_logout {
	background-color: #3F3F3F !important;
	color: #EEE;
}

/* IDS ************************************************************/

#page {
	position: relative;
	padding-bottom: 40px;
}

#content {
	padding: 0px 10px 30px 10px;
}

#logo {
	background-image: url('../images/RSS_logo.png');
	background-repeat: no-repeat;
	padding-top: 37px;
	padding-bottom: 20px;
	padding-left: 33px;
	font-size: 33px;
	color: #FFF;
	text-shadow: 2px 2px 2px #444;
	letter-spacing: 4px;
	width: 630px;
	height: 20px;
}

#top {
	margin-left: 110px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

/*--------------- MESSAGE STACK PANE -------------*/

#msgs {
	max-height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 10px;
	cursor: pointer;
	opacity: 0.9;
}

#msg_stack {
	position: fixed;
	top: 20px;
	right: 10px;
	display: none;
	z-index: 10000;
}

div.msg {
	margin: 20px;
	padding: 6px;
	font-size: 80%;
	width: 270px; 
	border-radius: 1px;
	border: 2px solid #555;
}

div.msg_error 	{ background-color: #FFBABA; }
div.msg_ok 		{ background-color: #CEFFBA; }
div.msg_notice 	{ background-color: #FAFFBA; }

div.msg_dismiss { 
	text-align: right;
	margin-right: 10px;
}

div.msg_dismiss a { 
	border: 1px solid #000;
	background-color: #F1D1AD;
	color: #000000;
	border-radius: 4px;	
	text-decoration: none;
	padding: 1px 7px 1px 7px;
}

table.alternating_rows tr:nth-child(even) {background: #DEDEDE}
table.alternating_rows tr:nth-child(odd) {background: #FFFFFF}
table.alternating_rows tr:hover {background-color: #D2FFCE;}

div.autosug_item {
	margin: 0px 0px 2px 0px;
	padding: 2px 4px 2px 4px;
	border-radius: 4px;
}
div.autosug_nofocus { 
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top, #e1e1e1 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e1e1e1 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e1e1e1 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e1e1e1 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e1e1e1 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border: 1px solid #AAA;
}
div.autosug_nofocus:hover { 
	background: none;
	color: #FFF;	
	background-color: #2F2F2F;
	cursor: pointer;
}
div.autosug_focus { 
	background: none;
	color: #FFF;	
	background-color: #2F2F2F;
}


div.autosug_vals_container {
	display: none;
}

.autosug_text {}

div.autosug_resultspane {
	position: absolute; 
	z-index: 2000;
	top: 16px; 
	left: 2px; 
	padding: 3px;
	border: 1px solid #AAA;
	border-radius: 4px;
	background-color: #EEEEEE; 
	display: none;

}

div.autosug_topbar {
	position: absolute; 
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top, #e1e1e1 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e1e1e1 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e1e1e1 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e1e1e1 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e1e1e1 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	height: 30px;
	border: 1px solid #AAA;
	border-radius: 4px;
	font-size: 13px;
	
}

div.autosug_topbar span {
	display: block;
	font-weight: bold;
	padding: 5px 0px 0px 4px;
	height: 24px;
}

div.autosug_closebtn_container {
	position: absolute; top: 5px; right: 8px;
}
div.autosug_closebtn_container button {
	background-color: #2F2F2F;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}

div.autosug_reslist {
	overflow-y: auto; 
	position: absolute; 
	top: 40px; 
}

.highlight { 
	background-color: #E0FF7F !important;
	color: #000000 !important; 
}

.terminate {
	color: #EEE !important;
	background-color: #3B3B3B !important;
}

.disabled {
	color: #000000 !important;
	background-color: #BBBBBB !important;
}

.progress {
	color: #000000 !important;
	background-color: #9AE77E !important;
}

.btndetail {
	color: #000000 !important;
	background-color: #E7B57E !important;
}

.btncomments {
	color: #000000 !important;
	background-color: #7EA5E7 !important;
}

td.plist_note_cell {
	padding: 10px;
}

.row_hl_active {
	background-color: #FFFF00 !important;
}

.row_hl_changed {
	background-color: #E0FF7F !important;
}

.row_hl_deleted {
	background-color: #F1D1AD !important;
}


.table_notes_container {
	padding: 0px; 
	margin: 0px 0px 0px 77px;
}

.table_notes_container table th {
	padding: 2px !important;
	background-color: #CCCCCC !important;
	color: #222222 !important;
}

.table_notes_container table td {
	padding: 2px !important;
	color: #222222 !important;
	vertical-align: top !important;
}

.no-hl {
	background-color: #ccc !important;
	color: #000 !important;
}

.noresults {
	color: #555;
	font-weight: bold;
	margin: 30px 0px 20px 20px;
}

.constructionsave {
	display: inline; 
	margin-left: 10px;
}

.constructionsaving {
	float: right; 
	display: none; 
	background-image: url("../images/loading_inv.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 10px 0px 10px 20px;
	margin-top: 1px;
	margin-left: 10px;
}

/* CRUMB STYLING ************************************************************/

div.crumb_container {
	margin-left: -7px;
}
div.crumb_container a {
	font-size: 17px;
	padding-right: 30px;
	background-image: url("../images/crumb_gt.png");
	background-repeat: no-repeat;
	background-position: right 5px top 3px;
	text-decoration: none;
}
div.crumb_container a:first-child {
	font-weight: bold;
}
div.crumb_container a:last-child {
	background-image: none;
	padding-right: 0px;
	color: #A3BAD0;
	font-weight: bold;
}

/* DATE/TIME ************************************************************/


pre[class^='SqlFormatter'] {
	font-size: 8px !important;
}


.dt_fancy {
	color: #9A9A9A;
	font-family: monospace;
	font-size: 90%;
	font-weight: bold;
	
}

.dt_date {
}

.dt_time {
	background-color: #787C8D;
	color: #FFF;
	padding: 0px 3px;
	font-weight: normal;
	border-radius: 2px;
	font-size: 90%;
	text-shadow: 0px 0px 2px #000;
}

/* RESULTS PANE COLOUR SPLASHES *****************************************/

table.resultspane	{ width: 1200px; }
table.splash_user 		th {border-color: #BAE76B !important;}
table.splash_body 		th {border-color: #91BBE0 !important;}




.rounded {
	border-radius: 1px;
	-o-border-radius: 1px;
	-khtml-border-radius: 1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
}

table.borderless {border: 1px;}
table.borderless tr {border: 1px;}
table.borderless th {border: 1px;}
table.borderless td {border: 1px; vertical-align: top;}

.tr_odd {background-color: #FFFFFF;}
.tr_even {background-color: #E9E9E9;}

th {
	background-color: #2F2F2F;
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
    padding-bottom: 4px;
	text-align: left;
	font-size: 10px;
	border-bottom: 4px solid #B45757;
	
}

td {
	border: 1px solid #2F2F2F;
	padding-left: 8px;
	padding-right: 8px;
	color: #2F2F2F;
	font-size: 10px;
	
}

.list_row:hover {
	background-color: #E5E7CA;
}

div.support {
	position: absolute;
	top: 80px;
	right: 20px;
	font-size: 17px;
}

div.support a {
	text-decoration: none;
}

