/*
+---------------------------------------------------------------+
|	e107 Theme
|     --------------
|     Paperwork
|     --------------
|	©2007 Man at Work
|	http://www.manatwork.evonet.ro
|	manatwork@evonet.ro
|
|	Released under the terms and conditions of the
|	Commercial License 
|
|     DON'T REMOVE THE CREDIT, SOURCE AND LICENSE LINKS!
+---------------------------------------------------------------+
*/



* {
	margin: 0;
	padding: 0; 
}

body {
	margin: 0;
	padding: 0; 
	font-size: 63%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: #336699 url("images/background.jpg") repeat-x top left; 
}

a {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: none;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
	color: #333;
      margin-bottom:10px;
}

h3 {
	font-size: 1.3em;
	color: #333;
      margin-bottom:10px;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

td {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#5d6e75;
	padding: 0px;
	text-align:left;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.linkspage_button{
	border:0px;
}

.hidden{
	display:none;
}

#pageout {
	margin: 20px auto;
	padding: 0;
	width: 1002px;
	text-align: left;
	background: url("images/page.jpg") repeat-y top; 
}

#page {
	margin: 0;
	padding: 0;
	width: 1002px;
	text-align: left;
	background: url("images/header.jpg") no-repeat top left; 
}

#pagein {
	margin: 0;
	padding: 0;
	width: 1002px;
	text-align: left;
	background: url("images/footer.jpg") no-repeat bottom right; 
}

#header {
	padding: 0;
	margin: 0;
	height: 280px;
	width: 1002px;
}

#header h1{
	position:absolute;
	top:135px;
	left:250px;
	width: 590px;
	padding: 0;
	margin: 0 auto;
	font-size: 3em;
	text-align: center;
}

#header h1 a, #header h1 a:hover{
	color:#000000;
}

#header h2 {
	position:absolute;
	top:180px;
	left:250px;
	width: 590px;
	padding: 0;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	color: #000000;
}

#navigation {
	width: 200px;
      padding:80px 0 0 40px;
      float:left;
      margin:0;
	list-style: none;
}

.push {
      padding:3px 0 3px 0;
      margin: 0 ;
      border-bottom:1px dashed #999;
      width: 190px;
	height: 20px;
      display:block;
	font-size: 1.2em;
}

.push a{
      padding:1px 20px 1px 0;
}


#content {
	font-size: 1.2em
}

#container {
      float:left;
      margin:20px 0 0 0;
      padding:0;
	clear: both;
}

.leftside {
	padding: 0px 0 20px 0;
	margin:0px 0px 0px 555px;
	width: 200px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.rightside {
	padding: 0px 0 20px 0;
	margin:20px 0px 0px 765px;
	width: 200px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.narrowcolumn {
	float: left;
	padding: 20px 0 20px 40px;
	margin: 0px 0 0;
	width: 500px;
}

.narrowcolumn1 {
	float: left;
	padding: 20px 0 20px 40px;
	margin: 0px 0 0;
	width: 710px;
}

.widecolumn {
	padding: 20px 0 10px 35px;
	margin: 5px 0 0 5px;
	width: 925px;
}

.narrowcolumn .entry, .narrowcolumn1 .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

#footer {
	padding: 10px 0 20px 0;
	margin: 0 auto;
	width: 920px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}

.box {
	background: #ffffff url("images/caption.jpg") no-repeat top left;
      padding:5px 5px 10px 5px;
      margin-bottom:10px;
}

.box h3 {
      padding-left:30px;
}

.nextprev {
	text-align: center;
      margin-bottom:10px;
}

.leftside .button, .rightside .button {
	background: url("images/button.gif") no-repeat bottom left;
	width: 60px;
      height: 20px;
      border:none;
      margin-top:2px;
}


.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
      cursor:pointer;
      border-right:1px solid #ccc;
      border-left:1px solid #ccc;
      border-top:none;
      border-bottom:none;
	background: url("images/button.jpg") repeat-x bottom left;
      height: 20px;
      padding:0 10px 0 10px;
}

.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.spacer {
	padding: 2px 0 2px 0;
}


.indent{
	padding:4px;
	border: 1px solid;
      border-color: #333 #fff #fff #333;
	background: #F4F7FA url("images/back.gif");
}

.smalltext {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.mediumtext {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.tbox{
	background-color: #F4F7FA;
	border: 1px solid;
      border-color: #333 #fff #fff #333;
	color: #000000;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}

.fborder {
	border: #ededed 1px solid;
	background-color: #ccc;	
}

.forumheader{
	background: url("images/forum.jpg") repeat-x bottom left;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding: 4px;
	border: 1px solid;
      border-color: #fff #000 #000 #fff;
}

.forumheader2{
	background-color: #efefef;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding: 4px;
	border: 1px solid;
      border-color: #fff #333 #333 #fff;
}

.forumheader3{
	background-color: #efefef;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: 1px solid;
      border-color: #fff #333 #333 #fff;
}

.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}

.fcaption {
	height:35px;
	border: 1px solid;
      border-color: #fff #333 #333 #fff;
	padding: 2px 0 2px 8px;
	background-color: #336699;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
}

.fcaption a{
	padding-right:4px;
	color:#999;

}

.nicetitle {
	font-weight: bold;
	color: #3C3C3C;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 35em;
	z-index: 20;
	max-width: 60%;
}
.nicetitle-content{
	overflow: hidden;
	background: white;
	border: 1px solid #333;
	padding: 7px;
}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
	color: #5E7743;
}
div.nicetitle p span.accesskey {
	color: #FF7200;
}


