body {
	background: #358ACB url(../../../images/aq/bg.png) center top no-repeat;
	color: #000;
	margin: 0;
	text-align: center;
	line-height: 1.4;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

a:link {
	color: #3389CA;
	text-decoration: none;
}

a:visited {
	color: #3389CA;
	text-decoration: none;
}

a:hover, a:active {
	color: #6B6B6B;
	text-decoration: underline;
}

#container {
	background: #FCFCFC url(../../../images/aq/bgcont.png);
	width: 90%;
	color: #757575;
	border: 1px solid #fff;
	margin: auto auto;
	padding: 0 20px;
	text-align: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-icab-border-radius: 4px;
	box-shadow: 0 3px 8px #5A5858;
	position: relative;
	min-height: 600px;
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
}

#header {
       margin: auto auto;
       width:93%;
}

.logo {
        height: 180px;
        width: 100px;
}

.menu {
       background: #3581B5 url(../../../images/aq/bgmenu.png) repeat-x;    
        height: 50px;
        line-height: 50px;
	border-radius: 6px;
        -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-icab-border-radius: 6px;
	border: 1px solid #2C71A4;
	box-shadow: inset 0 0 -1px #4999CC;
}

.menu ul {
	color: #000000;
	text-align: center;
	padding: auto auto;
	font-weight: bold;
}

.menu ul a:link {
	color: #E5E5E5;
	text-shadow: 0 1px 1px #575656;
	padding: 6px;
	margin: 0 5px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-icab-border-radius: 4px;
	text-transform: uppercase;
	text-decoration: none;
}

.menu ul a:visited {
	color: #E5E5E5;
        padding: 6px;
	margin: 0 5px;
	text-transform: uppercase;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	background: #1E688E url(../../../images/ff/bgh.png) repeat-x;
	color: #ECDF09;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-icab-border-radius: 4px;
	
	text-decoration: none;
}

#panel {
	background: #EEE00A;
	width: 250px;
	color: #000000;
	padding: 2px;
	border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	-icab-border-radius:0 0 4px 4px;
	box-shadow: 0px 1px 1px #A0A0A0;
	float: right;
	height: 26px;
	font-size: 11px;
}
.panelin {
         padding: 5px;
         font-size:11px;
         background: #F3F3F3;
         border: 1px solid #DDD;
         box-shadow: inset 0 0 -1px white;
}

input.ok {
	background: url(../../../images/aq/input.login.png);
	width: 18px;
	height: 18px;
	border: none;
	cursor: pointer;
	float: left;
	margin: 4px 0;
}

a.notrem {
       background: url(../../../images/aq/notrem.png);
       width:18px;
       height:18px;
       border: none;
       cursor: pointer;
       display:block;
       float: left;
       margin: 4px;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

table {
	color: #6B6B6B;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

.tborder {
	background: #118B22 url(../../../images/aq/bgtbord.png) repeat-x;
	width: 100%;
	margin: auto auto;
	padding: 0 10px 10px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-icab-border-radius: 4px;
	border: 1px solid #0F6C21;
	box-shadow: inset 0 0 -1px #19C030;
}

.thead {
	background: #2EA83F;
	color: #F9F9F9;
	border-top: 1px solid #19C030;
	border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	-icab-border-radius: 4px 4px 0 0;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #575656;
	font-family: Arial;
	font-weight: 400;
}

.thead a:link {
	color: #F9F9F9;
	text-shadow: 0 1px 1px #575656;
	text-decoration: none;
}

.thead a:visited {
	color: #F9F9F9;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #FFF;
}

.theright {
	background: url(../../../images/aq/theright.png) no-repeat left;
	width: 240px;
	float: right;
	height: 31px;
	margin-top: -4px;
	margin-bottom: -2px;
}

.tpost {
	width: 100%;
	margin: auto auto;
}

.tcat {
	background: #fff url(../../../images/aq/tcat.png) repeat-x;
	color: #868686;
	line-height: 16px;
	height: 16px;
	font-size: 12px;
}

.tcat a:link {
	color: #868686;
}

.tcat a:visited {
	color: #868686;
}

.tcat a:hover, .tcat a:active {
	color: #868686;
}

.trow1 {
	background: #F9F9F9;
}

.trow2 {
	background: #F9F9F9;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #FFFBD9;
}

.trow_sep {
	background: whiteSmoke;
	color: #118B22;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #F9F9F9 url(../../../images/aq/tfoot.png) bottom repeat-x;
	color: #8F8F8F;
	border-radius: 0 0 4px 4px;
         -moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	-icab-border-radius:0 0 4px 4px;
}

.tfoot a:link {
	color: #8F8F8F;
	text-decoration: none;
}

.tfoot a:visited {
	color: #8F8F8F;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #686767;
	text-decoration: underline;
}

.bottommenu {
	color: #000000;
	height: 173px;
}

.bottommenu a:link {
	color: #0BCEFF;
}

.bottommenu a:visited {
	color: #0BCEFF;
}

.fleft {
        float: left;
        background: url(../../../images/aq/cpy.png);
        height:140px;
        width:236px;
        color:#0BCEFF
}

.fright {
        float: right;
        background: url(../../../images/aq/bgfootmen.png);
        height:174px;
        width:235px;
}

.navigation {
	background: #ECE019 url(../../../images/aq/bgnav.png) repeat-x;
	color: #5F5F5F;
	margin: -1px -21px 0 -21px;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	-icab-border-radius: 4px 4px 0 0;
	border: 1px solid #ECE019;
	line-height: 32px;
	height: 32px;
        padding: 0 10px;
	box-shadow: 0px 1px 1px #A0A0A0;
	font-size: 12px;
        font-family: calibri;
}

.navigation a:link {
        color: #5F5F5F;
	text-decoration: none;
}

.navigation a:visited {
        color: #5F5F5F;
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: #5F5F5F;
	font-size: 12px;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #F9F9F9 url(../../../images/aq/bginp.png) repeat-x;
	color: #000000;
	border: 1px solid #E6E5E5;
	padding: 3px 5px;
}

input.login {
	background: #FFFFFF url(../../../images/aq/bginlog.png) top repeat-x;
	width: 86px;
	color: #757575;
	border: 1px solid #FFF222;
	box-shadow: inset 0 0 -1px #C8BD15;
	padding: 2px 5px;
	float: left;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #fff;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
        box-shadow: inset 0 0 -1px #DBDBDB;
}

select {
	background: #FAFAFA;
	color: #707070;
	border: 1px solid #E2E2E2;
	padding: 2px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #ccc;
	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #C7DBEE;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(../../../images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(../../../images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(../../../images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	float: left;
	border-right: 1px solid #2674A9;
	border-left: 1px solid #358ECB;
	line-height: 48px;
}

.menu ul li:first-child {
	border-left: none;
}

.menu ul li:last-child {
	border-right: none;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	color: #DCDBDB;
	background-color: #DCDBDB;
	height: 1px;
	border: 0px;
}

#copyright {
	color: #D6D6D6;
	font: 11px Verdana, Arial, Sans-Serif;
	margin-top: -47px;
}

#copyright a:link {
	color: #D6D6D6;
}

#copyright a:visited {
	color: #D6D6D6;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	background: #ECECEC;
	border: 1px solid #CCC;
	margin: 4px;
	padding: 4px;
	box-shadow: inset 0 0 -1px #F8F8F8;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.gif) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	padding-top: 10px;
	margin-bottom: 5px;
	font-size: 11px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	margin-right: 5px;
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	background: #F7F7F7;
	padding: 6px 8px;
	margin-bottom: 3px;
	margin-left: -5px;
}

.pagination a {
	border: 1px solid #E0E0E0;
}

.pagination .pagination_current {
	background: #2EA83F;
	color: #fff;
	border: 1px solid #0F9720;
}

.pagination a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 8px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(../../../images/aq/jump.gif) no-repeat 0;
	width: 16px;
	height: 12px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

.pagination_breadcrumb {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
	white-space: nowrap;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

a.pbut {
	background: #2794CB url(../../../images/aq/bbut.png) repeat-x center bottom;
	color: #eee;
	text-align: center;
	border: 1px solid #828384;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-icab-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	text-shadow: 0 1px 1px #666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.pbut:hover {
	color: #fff;
}

.button {
	background: #E0E0E0 url(../../../images/aq/bgbutt.png);
	color: #989A9B;
	border: 1px solid #C0C0C0;
	text-align: center;
	padding: 5px 12px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	box-shadow: inset 0 0 -1px #F7F7F7;
        border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-icab-border-radius: 4px;
	text-shadow: 0 1px 1px #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.button:hover {
	background: #F1F1F1;
	color: #358ACB;
}

a.tbut {
	background: url(../../../images/aq/bbut.png) repeat-x center top;
	width: 136px;
	color: #F5F5F5;
	border: 1px solid #1F7DC5;
	box-shadow: inset 0 0 -1px #559CD3;
	text-shadow:0 2px 0 #7C7C7C;
	text-align: center;
	line-height: 28px;
	height: 28px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-icab-border-radius: 4px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.tbut:hover {
	color: #ECDF09;
	-webkit-box-shadow: #D3D3D3 0 0 5px;
	-moz-box-shadow: #D3D3D3 0 0 5px;
}

.aqbord {
         background: #2EA83F; 
          padding: 0 10px 10px 10px;
         border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-icab-border-radius: 4px;
         border: 1px solid #0F6C21;
         box-shadow: inset 0 0 -1px #19C030;
}

#footer {
	width: 86%;
	margin: auto auto;
}

.av_bord {
         padding: 1px;
         border: 1px solid #D5D5D5;
         background: white;
         -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
         -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
         box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.smallopis {
       opacity:0;
       font-size:11px;
       background: #E0E0E0;
       padding: 2px 4px;
       border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-icab-border-radius: 4px;
       color: #696767;
       text-shadow: none;
}

.tborder:hover .smallopis {
      opacity:1;
}
		