@charset "utf-8";
/* CSS Document */

body {
	background:url(/images/main_background.jpg);
	margin: 0;
	height: 100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
}

html {
	height: 100%;
}

a {
	color:#666;
	text-decoration:none;
	font-weight: bolder;
}

a.navlink {
	display: block;
	padding: 2px 8px;
	font-size: 10px;
}
a.list {
	color:#269; 
	display:block;
	padding:2px 2.5em;
}

div.notice {
	background:url(/images/bk_yellow.png) top;
	padding: 5px;
	padding-left: 30px;
	background-color:#ECF1CD;
	font-weight: bold;
	color: #fff;
	margin: 2px;
	border: 1px solid #990;
}
div.alert {
	background:url(/images/bk_red.png) top;
	padding: 5px;
	padding-left: 30px;
	background-color:#ECF1CD;
	font-weight: bold;
	color: #fff;
	margin: 2px;
	border: 1px solid #990;
}


.nav_head {
	padding: 6px;
	font-weight: bolder;
	margin: 3px 0;
	background: #202640;
	color: #fff;
	
}

#navigation {
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 10px;
}

#navigation a{
	color: #999;
	text-decoration:none;
	padding: 10px;
}

#footer {
	text-align:center;
	padding: 5px;
	margin-top: 10px;
	color: #CCC;
	font-size: 9px;
	border-top: 1px solid #999;
}

input, textarea, select {
	color: #333;
	background-color:#CCC;
	padding: 6px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	border: 1px solid #000;
	margin: 2px;
}

.header {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	margin:0  10px;
	color:#FFF;
	font-weight:bold;
}
.content {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 10px;
	color:#FFF;
}

.actions {
	text-align:right;
	margin: 6px;
}

/* TICKET AREA STYLES */

.ticket_heading {
	padding: 4px;
	margin: 2px;
	background-color:#161265;
	text-transform:capitalize;
	font-size: 1.1 em;
	font-weight: bolder;
}

#ticket_comms {
	width: 98%;
	margin: auto;
}

.ticket_postedby {
	font-weight: bolder;
	padding: 4px;
	border-top: 1px solid #666
}
.ticket_info {
	padding: 5px;
	height: 75px;
	vertical-align:top;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.ticket_count {
	font-weight: bolder;
	background:#666;
	text-decoration:underline;
	width: 25px;
}


.open {
	color: #090;
	font-weight: bold;
}
.closed {
	color: #F00;
	font-weight: bold;
}

.blue1{
  background:url(/images/bk_blue.png) bottom;
  height: 25px;
}
.blue2{
  background:url(/images/bk_blue.png) top;
  height: 25px;
}

.red1{
  background:url(/images/bk_red.png) bottom;
  height: 25px;
}
.red2{
  background:url(/images/bk_red.png) top;
  height: 25px;
}

.tableheader {
	background:url(/images/content_head_bk.png);
	height: 30px;
	font-weight: bold;
	text-align:center;
}

/* ------ FAQ AREA ------- */
.catname1 {
	text-align:center;
    background:url(/images/bk_yellow.png) bottom;
	width: 100px;
}
.catname2 {
	text-align:center;
    background:url(/images/bk_yellow.png) top;
	width: 100px;
}
.rating {
	text-align:center;
	font-weight: bold;
	width: 100px;
	color:#CCC;
}
#rating {
	border: 1px solid #666;
	padding: 4px;
	margin: 2px;
	color: #999;
	font-size: 0.9em;
}
#answer {
	min-height: 200px;
	border: 1px solid #666;
	padding: 4px;
	margin: 2px;
}
#time_added {
	text-align:right;
	border: 1px solid #666;
	padding: 4px;
	margin: 2px;
	color:#999;
	font-style:italic;
	font-size: 0.8em;
}