
/**************************************************************/
/*      x3 Internet Solutions - Client Management Suite       */
/*                    V1.0 -  18/04/2006                      */
/*                                                            */
/*            © x3 Internet Solutions LLP  2006               */
/*          Designed and Written by Simon Maxworthy           */
/**************************************************************/

body {
   font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background: #152536;
	color: #000000;
	margin: 0;
	background: #0A1527;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

td, th {
	font-size: 11px;
}

hr {
	height: 2px;
	border: 0px;
	border-top: 2px solid #1B6BA8;
}

a:link, a:visited, a:active {
	color: #2d5185;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}


#container {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 128px;
}
#mainpage {
	padding-left: 15px;
	padding-right: 15px;
}
#content {
	padding: 10px;
	background: #EEEEEE;
}
#footer {
	height: 18px;
}
#sub {
	color: #CCC;
	text-align: center;
}

/* Password Form */

.error {
	background-color: #FF0000;
	padding: 3px;
	text-align: center;
}

/* Main Page */

.status {
	font-size: 14px;
}

a.button:link, a.button:visited, a.button:active {
	border-color: #044076;
	border-style: outset;
	border-width: 3px;
	padding: 2px 12px 2px 12px;
	font-size: 10px;
	font-weight: bold;
	background: #024770;
	color: #ffffff;
	line-height: 28px;
	white-space: nowrap;
}

a.button:hover {
	border-style: inset;
	color: #ffffff;
	text-decoration: none;
	background: #EEEEEE;
	color: #000000;
}

.alt1 {
	background-color: #EEEEEE;
}

.alt2 {
	background-color: #E5E4E5;
}

.alt3 {
	background-color: #1769A5;
	color: #FFFFFF;
}

.category {
	height: 16px;
	background: #0065A3 url(../images/cat_back.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

tr.ticketx3 {
	background-color: #5384AC;
	height: 20px;
	font-weight: normal;
}

tr.ticketclient {
	background-color: #C2E1FD;
	height: 20px;
	font-weight: normal;
}

td.tickets {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
}

tr.textx3 {
	background-color: #E0E0E0;
	font-weight: normal;
}

tr.textclient {
	background-color: #ffffff;
	font-weight: normal;
}

tr.textclient img {
	max-width: 870px;
}

a.ticketlink:link, a.ticketlink:visited, a.ticketlink:active {
	color: #2d5185;
	text-decoration: none;
	font-weight: bold;
}

a.ticketlink:hover {
	text-decoration: underline;
}

fieldset {
   	border: #000000 solid 1px;
	margin: 5px;
	padding: 10px;
}

legend {
   	border: #000000 solid 1px;
   	padding: 1px 10px;
	background-color: #ffffff;
}

.linkcell {
 	cursor : pointer;
}

#stats {
	font-size: 9px;
	color: #DDD;
	text-align: center;
}

.scroll {
	overflow: auto;
	height: 112px;
	background-color: #ffffff;
}

.paypal_sub_scroll {
	overflow: auto;
	height: 160px;
	background-color: #ffffff;
}

#display {
	width: 230px;
	display: none;
	margin-left: 10px;
	margin-top: 3px;
	border: solid 1px #666666;
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0 6px 10px #555;
}

.display_box {
	padding: 4px;
	margin: 5px;
	border-bottom: solid 1px #666666;
	font-size: 12px;
	height: 30px;
	white-space: nowrap;
}

.display_box:hover {
	background: #7AC2F4;
	color: #FFFFFF;
}

a.box_link {
	display: block;
	text-decoration: none;
}

.search {
	width: 156px;
	height: 18px;
	border: 0;
	border-radius: 2px;
	background: #2D3645;
	color: #FFFFFF;
	padding-left: 6px;
}

#search_position {
	width: 200px;
	top: -27px;
	left: 148px;
	position:relative;
}

#page_position {
	width: 400px;
	color: #D8DFE7;
	top: -72px;
	left: 527px;
	position:relative;
	text-align: right;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: -20px;
}

.table_round {
}

.table_round_inner {
}

.heading_round {
}

.footer_round {
}

.cell_l {
}

.cell_r {
}

input.search:focus {
    outline: none;
}

#navigation area {
    outline: none;
}
