/* TECH OFFICE */

/*** GENERIC ***/
.hidden {
	display: none !important;
}

html {
	background: #C0C9D7;
	overflow-y: scroll; 
}

body {
	font-family: Arial;
	padding-top: 1em;
}

#doc4 {
	background: #F9F7ED;
	background: #fff url("../img/mainBg.png") repeat-x;
	border: 1px solid #ddd;
	/*padding: 0 4px 0 4px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;*/
}

div.first {
	background: #fff;
	background-image: url("../img/contentCorner.png");
	background-position: top right;
	background-repeat: no-repeat;
}

#content {
	/*background: #F9F7ED;*/
}

div.content
{
	padding: 1em;
}

#hd {
	background: url('../img/headBg.png') repeat-x top left #336699;/*COL:headerBg*/
	color: #FEE;
	padding: 0;
	border-left: 2px solid #369;
	border-right: 2px solid #369;
	border-top: 2px solid #369;
	
}

#hd.noAds
{
	/*
	background-image: url("../img/headSplash.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	*/
}

#ft {
	background: #336699;
	padding: .5em;
}

h1,h2,h3,h4,h5,h6 {
	color: #335;
}

div.mainCaption {
	color: #666;
	font-size: 150%;
	margin-bottom: .7em;
	font-variant: small-caps;
}

a,a:visited {
	text-decoration: none;
	color: #0044BB;
}

a:hover {
	text-decoration: underline;
}

big {
	font-size: 133%;
	font-weight: lighter;
	color: #990000;
}

div.logo {
	/*padding: 8px 0px 0px 8px;*/
	padding: 0;
	}
div.logo,div.logo a {
	font: 32px "Trebuchet MS";
	color: white;
	text-align: left;
}

div.logo small {
	line-height: 12px;
	font-size: 12px;
}

div.adBanner {
	padding: 0;
	margin: 8px;
	text-align: right;
	width: 468px;
	height: 60px;
	/*background: url("../img/noAdBlocker.gif") no-repeat;*/
	float: right;
}

img.canvas {
	border: 1px solid #000;
	padding: 4px;
	margin: 2px;
	background-color: #fff;
}

td {
	vertical-align: top;
}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

div.text p {
	font-family: Georgia;
	padding: .5em;
	margin: 0;
	background: #FAFAFA;
}

.onlineStatus
{
	font-variant: small-caps;
}

.onlineStatus .online
{
	color: #006600;
}

/*** PAGER ***/
ul.pager {
	margin: 0;
	padding: 0.8em;
	color: #AAAAAA;
}

ul.pager li {
	list-style: none;
	display: inline;
	margin: 0 2px;
	background: #04b;
	border: 1px solid #04b;
}

ul.pager li.a {
	border: 1px solid #555555;
	background: #ffffff;
}

ul.pager li.a a {
	color: #000;
}

ul.pager li:hover {
	border: 1px solid #999999;
}

ul.pager a {
	padding: 0 4px;
	color: #fff;
}

ul.pager b {
	font-weight: normal;
	padding: 0 4px;
}

ul.pager div {
	clear: left;
}

div.infoTab {
	white-space: nowrap;
	line-height: 1em;
	margin: 0;
	font-size: 1em;
	display: block;
	float: right;
	padding: .2em;
	color: #DDDDDD;
	vertical-align: bottom;
}

/*** MAIN TABS ***/
ul.mainTabs {
	/*margin-top: 24px;*/
	margin-top: 0px;
	margin-left: 1em;
	padding-top: .8em;
	padding-bottom: .4em;
	padding-left: 0;
	white-space: nowrap;
	/*font-variant: small-caps;*/
}

ul.mainTabs li {
	display: inline;
	list-style-type: none;
}

ul.mainTabs a {
	padding: .4em;
}

ul.mainTabs a:link,ul.mainTabs a:visited {
	color: #000;
	background-image: url('../img/mainTabsBg.png');
	background-repeat: repeat-x;
	background-color: #CFC8B9;/*COL:mainTabsBg*/
	
	border-left: 1px solid #CFC8B9;
	border-top: 1px solid #CFC8B9;
	border-right: 1px solid #aFa899;
	text-decoration: none;
}

ul.mainTabs a:hover {
	color: #000;
	background-color: #CFC8B9;
	background-image: url('../img/mainTabsBg.png');
	background-repeat: repeat-x 0 -5;
	background-position: 0 -5px;
	border-left: 1px solid #CFC8B9;
	border-top: 1px solid #CFC8B9;
	border-right: 1px solid #aFa899;
	text-decoration: none;
}

ul.mainTabs li.active a {
	color: #3F4C6B;
	background-image: url('../img/mainTabsBgA.png');
	background-repeat: repeat-x;
	background-color: #F9F7ED;
	border-left: 1px solid #CFC8B9;
	border-top: 1px solid #CFC8B9;
	border-right: 1px solid #aFa899;
	text-decoration: none;
}

/*** INPUT ***/
form {
	border: none;
	margin: 0;
	padding: 0;
}

input[type=text],input[type=password],select,textarea {
	color: #1111aa;
	background: #fff9dd url(./../img/bgInput.png) repeat-x center top;
	padding: .1em;
	border: 1px solid #aaa977;
}

input[type=submit] {
	background-color: #eeeeec;
}

textarea {
	font-family: Georgia, Times New Roman, Times, serif;
	/*font-size: 1.2em;*/
}

input[type="text"],input[type="password"],textarea {
	width: auto;
}

input.example,textarea.example {
	color: #88A;
	font-style: italic;
	font-variant: small-caps;
}

input.default
{
	font-weight: bold;
}

/*** BOXES ***/
div.infoBox,div.errorBox,div.accessDeniedBox,div.okBox {
	margin: 1em;
	text-align: left;
	padding: 1em 1em 1em 45px;
}

div.infoBox {
	background: #fce94f url(./../img/infoBox.png) 4px 50% no-repeat;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

div.accessDeniedBox {
	background: #fce94f url(./../img/accessDeniedBox.png) 4px 50% no-repeat;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

div.errorBox {
	background: #fce94f url(./../img/errorBox.png) 4px 50% no-repeat;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

div.okBox {
	background: #8ae234 url(./../img/okBox.png) 4px 50% no-repeat;
	border-top: 2px solid #4e9a06;
	border-bottom: 2px solid #4e9a06;
}

/*** BOXES II ***/
div.tipBox {
	margin: 1em;
	text-align: left;
	padding: .5em;
	background: #CDEB8B;
	/*border: 1px dotted #BDDB7B;*/
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

div.warningBox {
	margin: 1em;
	text-align: left;
	padding: .5em;
	background: #FFEE99;
	/*border: 1px dotted #BDDB7B;*/
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

/*** TABLES ***/
table.simple {
	width: 100%;
}

th,td {
	border: none;
	padding: 0.25em;
}

tr.input td {
	background: inherit;
	/* #F9F7ED; url(../img/bgGradient.png) repeat-x bottom;*/
	border-bottom: 1px solid #fff;
}

tr.alt {
	background: #FFFAEA;
}

th {
	background: #58b url('../img/headBg.png');
	color:#eeeeff;
	text-align: left;
}

td.label {
	background: #F9F7ED;
}

td.value {
	background: #FAFAFA;
}

/*** PANEL ***/
.panel { /*width: 45em;*/
	background: #f2f2f2;
	padding: 3px;
	/*border: 1px solid #fee;*/
	padding: .25em;
	color: #000000;
}

.panel em {
	font-style: normal;
	font-size: 110%;
	font-weight: bold;
}

.panel .caption {
	/*background: #990000 url(./../img/bevel990000.png) repeat-x top;*/
	background: #336699 url(../img/headBg.png) repeat-x scroll left -4px;
	color: #EEEEEC;
	padding: 0.25em;
	/*margin: -.25em -.25em .5em -.25em;*/
	margin:0;
	padding: .25em;
	border-bottom: 1px solid #ddd;
}

.panel .caption a {
	color: #ffffff;
	text-decoration: underline;
}

.panel p
{
	margin:.5em;
}

.panel .buttons {
	background: #336699;
	margin:0;
	margin-top: .5em;
	padding: 0.25em;
	text-align: right;
}

.panel .errorMsg {
	color: #BB0000;
	/*font-variant: small-caps;*/
	font-size: 85%;
}

input.error
{
	border-color: #b00;
}

/*** MAILS ***/
.mails .unseen {
	font-weight: bold;
}

/*** SUBNAVI ***/
#subnavi {
	border: none;
}

#subnavi div {
	border: 1px solid #369;
	/*font-size: 95%;*/
	margin: 0 0 0 1em;
	padding: 0;
	text-align: left;
	/*background: #fff;*/
}

#subnavi p 
{
	padding: 0.2em;
	margin: 0;
}

#subnavi p.title {
	font-family: Verdana;
	/*background: #36393D url(./../img/bevel36393D.png) repeat-x;
	background: #900 url(./../img/bevel990000.png) repeat-x;*/
	background:#336699;
	color: white;
	/*border-bottom: 1px solid #999999;*/
	font-variant: small-caps;
}

#subnavi ul.menu {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

#subnavi ul.menu li {
	list-style: none outside;
	margin: 0;
	padding: 0.125em 0;
	padding-left: .5em;
	/*background: #EEE;*/
	background: #FAFAFA;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DDD;
	background: #fff url('../img/liBg.png') bottom repeat-x;
}

/*** PROFILE PAGE ***/
.userProfile td.userQuote {
	text-align: center;
	font-size: 2em;
	vertical-align: middle;
	font-family: Geogria;
}

.userProfile h3 {
	background: #F9F7ED;
	border-bottom: 1px solid #E9E7DD;
	margin-bottom: 0;
}

.userProfile table.details {
	width: 100%;
	border: 1px solid #F9F7ED;
	border-collapse: separate;
	border-spacing: 1px;
}

.userProfile td.label {
	font-variant: small-caps;
}

.userProfile th {
	background: #F9F7ED;
	color: #900;
	border-bottom: 1px solid #E9E7DD;
	text-align: left;
}

.userProfile ul
{
	margin: 0;
	padding: 0;
}
.userProfile ul li
{
	list-style: square;
	list-style-position: inside;
}

/*** VIEW ADVERT PAGE ***/
.advertView h3 {
	background: #F9F7ED;
	background: #58b url('../img/headBg.png');
	color:#eeeeff;
	/*border-bottom: 1px solid #000;*/
	margin-bottom: 0;
	font-weight: normal;
	padding: .2em;
	border-left: .6em solid #258;
	border-bottom: 1px solid #258;
}

.advertView table.details, .advertView table.contact {
	border: 1px solid #F9F7ED;
	border-collapse: separate;
	border-spacing: 1px;
}

.advertView td.label {
	font-variant: small-caps;
	background: #F0F0F0;
}

.advertView th {
	background: #F9F7ED;
	color: #900;
	border-bottom: 1px solid #E9E7DD;
	text-align: left;
}

.advertView ul
{
	margin: 0;
	padding: 0;
}
.advertView ul li
{
	list-style: square;
	list-style-position: inside;
}

/*** FOOTER ***/
#ft a,#ft {
	color: #eee;
}

/*** WIKI ***/
div.wiki {
	font-family: Georgia;
}
div.wiki p {
	padding: .5em;
	margin: 0;
}

img.splashImg
{
	margin: 0;
	margin-left:-.75em;
}

.admin
{
	background: #FA9;
	/*border: 1px dashed #900;*/
	border-left: 2px solid #900;
	color: #600;
}

.admin a
{
	font-variant: small-caps;
	text-decoration: underline;
}

/*.admin a:before { content:"\2022"; }*/


div.rightCol
{
	padding: 0.3em;
/*	background: #fafafa;*/
	/*border: 1px solid #ddd;*/
}

div.rightCol p.title {
	/*background: #900 url(./../img/bevel990000.png) repeat-x;*/
	background:#369;
	color: white;
	font-variant: small-caps;
	padding: .2em;
	border-bottom: 1px solid #888;
	margin-bottom: .5em;
}


label 
{
	white-space:normal;
}
label 
{
	cursor:pointer;
}

.rightCol ul 
{
	margin: 0;
	padding:0;
	padding-bottom: .5em;
}

.rightCol ul li
{
	background: #fff url('../img/liBg.png') bottom repeat-x;
	list-style: none;
	margin-bottom: .2em;
	margin-left: 0;
	padding: .2em;
	border: 1px solid #FAFAFA;
	border-bottom: 1px solid #ddd;
}

table.adverts td
{
	vertical-align: middle;
}