body{
	background-color:#201a1a;
	text-align:center;
	margin: 0px;
	background-image:url(/Themes/Unitatem/images/custom/bkg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	position: relative;
	color:#f3eeee;
}
#nav_bkg{
	width: 100%;
	position: absolute;
	height: 33px;
	top: 43px;
	left: 0px;
	background-image:url(/Themes/Unitatem/images/custom/top_nav_bkg.png);
	z-index:-1;
}
#main{
	margin: 0 40px;
	padding-top: 80px;
	z-index:99;
	text-align:left;
	position: relative;
}
#logo{
	position: absolute;
	top: 10px;
	left: 20px;
}
#navitems{
	height: 19px;
	width: 750px;
	position: absolute;
	top: 43px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top: 6px;
}
#navitems a,#navitems a:hover,#navitems a:visited{
	color:#ffae00;padding: 0px 13px 0px 3px; text-decoration:none;
}
a,a:hover,a:visited{
	color:#ffae00; text-decoration:none;
}
#footerarea a img{border:none;}
.nav{color:#ffae00}

/**
 * Default styles below
 */




/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}


/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button, select
{
	background-color:#000000;
	border: solid #143c62 1px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
select{
	background-color:#a49f9f !important;
}
select option{
	color: #000000;
}
input, button
{
	font-size: 90%;
}

textarea
{
	color:#FFFFFF;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	color:#FFFFFF;
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
}
.windowbg2
{
}
.windowbg3
{
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	font-style: normal;
/*	background: url(images/titlebg.jpg) #E9F0F6 repeat-x;*/
	border-bottom: solid 1px #143c62;
	border-top: solid 1px #143c62;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #ffae00;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #ffae00;
	font-style: normal;
	text-decoration: underline;
}

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

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background-color: rgba(32,26,26,0.75);
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	border-top: solid #143c62 1px;
	border-left: solid #143c62 1px;
	border-right: solid #143c62 1px;
	border-bottom: solid #143c62 1px;
}
.catbg2 , tr.catbg2 td
{
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
/*	border-bottom: solid 1px #375576;*/
}
.catbg, .catbg2
{
	
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #d9caa8;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #ffae00;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #ffae00;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
/*	background-color: rgba(32,26,26,0.75);*/
	padding: 0px;
	border-bottom: 1px #143c62 solid;
	border-left: 1px #143c62 solid;
	border-right: 1px #143c62 solid;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	background-color: rgba(32,26,26,0.30);
	padding: 1px;
	border: 1px solid #37508e; /*check*/
}





/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
