/** 
*
* @package saphir
* @version $Id: saphir.css,v 2.0.5 2007/02/16 danny Exp$
* @copyright (c) 2006, 2007 danny	http://www.danny-dev.ovh.org/
* @license http://opensource.org/licenses/gpl-license.php GNU Public License 
*
*/

body {
	background-color: #ecf0f6;
	color: #000000;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 10px;
}
#page {
	background-color: #ffffff;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #98aab1;
	width: auto;
	margin: auto;
}
#header {
	padding: 10px;
	height: 95px;
}
#content {
	padding: 10px;
}
#footer {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 3px;
	clear: both;
}

.nowrap {white-space: nowrap;}
.strong {font-weight: bold;}
.linemed {width: 50%;}
.line {width: 100%;}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.top {vertical-align: top;}
.bottom {vertical-align: bottom;}
.middle {vertical-align: middle;}
.auto {
	overflow: auto;
	width: auto;
	clear: both;
	padding: 1px;
	margin: 1px;
}
.fleft {
	float: left;
	text-align: left;
	padding: 1px;
	margin: 1px;
}
.fcenter {
	text-align: center;
	padding: 1px;
	margin: 1px auto 1px auto;
}
.fright {
	float: right;
	text-align: right;
	padding: 1px;
	margin: 1px;
}
.quotetitle,.codetitle {
	background-color: #fafafa;
	color: #98aab1;
	border-width: 1px;
	border-style: dotted;
	border-color: #98aab1;
	font-weight: bold;
	width: 95%;
	text-align: left;
	font-size: 10px;
	text-indent : 16px;
	padding: 1px 5px 1px 5px;
	margin: 10px auto 0 auto;
}
.quotetitle {
	background-image: url('./images/css/bg_quote_header.gif');
	background-repeat: no-repeat;
	background-position: 4px 100%;
}
.codetitle {
	background-image: url('./images/css/bg_code_header.gif');
	background-repeat: no-repeat;
	background-position: 3px 100%;
}
.quotecontent, .codecontent {
	background-color: #fafafa;
	border-width: 0 1px 1px 1px;
	border-style: dotted;
	border-color: #98aab1;
	margin: 0 auto 10px auto;
	padding: 5px;
	width: 95%;
	clear: both;	
}
.quotecontent {
	color: #444444;
	font-size: 11px;
	line-height: 125%;
}
.codecontent {
	color: #006600;
	font-family: Courier, "Courier New", sans-serif;
	font-size: 12px;
}
.maintitle, h1 {
	background-color: inherit;
	color: #5c81b1;
	font-size: 22px;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
}
.subtitle, h2 {
	background-color: inherit;
	color: #5c81b1;
	font-size: 18px;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
}
.explaintitle, h3 {
	background-color: inherit;
	color: #5c81b1;
	font-size: 11px;
	font-weight: bold;
}
.title, h4 {
	background-color: inherit;
	color: #5c81b1;
	font-size: 10px;
	font-weight: bold;
}
.edit {
	background-color: inherit;
	color: #82A2cb;
	font-size: 10px;
	font-style: italic;
	float: right;
	text-align: right;
	padding: 1px;
	margin: 1px;
	clear: both;
}
.cattitle {
	font-size: 13px;
	font-weight: bold;
}
.nav, .forumlink , .topictitle {
	font-size: 11px;
	font-weight: bold;
}
.postbody {
	font-size: 12px;
	line-height: 125%;
	padding: 2px;
	margin: 1px 2px 1px 5px;
}
.postdetails {
	background-color: inherit;
	color: #00396a;
	font-size: 10px;
}
.name {
	background-color: inherit;
	color: #5c81b1;
	font-size: 18px;
	font-weight: bold;
}
.gen, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.genmed,.bgenmed {
	background-color: inherit;
	color: #000000;
	font-size: 11px;
}
.genmed {
	font-weight: normal;
}
.bgenmed {
	font-weight: bold;
}
.gensmall,.bgensmall {
	background-color: inherit;
	color: #000000;
	font-size: 10px;
}
.gensmall {
	font-weight: normal;
}
.bgensmall {
	font-weight: bold;
}
.error {
	background-color: #ecf0f6;
	color: #DD6900;
	font-size: 12px;
	font-weight: bold;
}
.rowpic {
	background-image: url('./images/css/cellpic2.jpg');
	background-repeat: repeat-y;
}
.cat, .catHead, .catBottom, .catSides, .catLeft, .catRight {
	background-image: url('./images/css/cellpic1.gif');
	background-repeat: repeat-x;
	background-color: inherit;
	color: #006699;
	font-size: 13px;
	font-weight: bold;
	height: 27px;
	margin: 0;
	padding: 0 0 0 10px;
}
.thHead,.thSides, .thTop, .thBottom, .thCornerL, .thCornerR, .thLeft, .thRight, th {
	background-image: url('./images/css/cellpic3.gif');
	background-repeat: repeat-x;
	background-color: #005eb2;
	color: #deeef3;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
	white-space: nowrap;
	text-align: center;
	padding: 0 10px 0 10px;
	margin: 0;
}
.bodyline {
	background-color: #ffffff;
	color: inherit;
	border-width: 1px;
	border-style: solid;
	border-color: #98aab1;
	width: 100%;
}
.forumline {
	background-color: #ffffff;
	color: inherit;
	border-width: 1px;
	border-style: solid;
	border-color: #006699;
	width: 100%;
}
.botline {
	border-collapse: collapse;
	line-height: 1px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.botline_left {
	background-image: url('./images/css/cellpic_left.gif');
	background-repeat: no-repeat;
	line-height: 1px;
	width: 8px;
	margin: 0;
	padding: 0;
}
.botline_middle {
	background-image: url('./images/css/cellpic_middle.gif');
	background-repeat: repeat-x;
	line-height: 1px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.botline_right {
	background-image: url('./images/css/cellpic_right.gif');
	background-repeat: no-repeat;
	line-height: 1px;
	width: 8px;
	margin: 0;
	padding: 0;
}
.row1 {
	background-color: #eaedf4;
	color: inherit;
}
.row2, .helpline {
	background-color: #d9e2ec;
	color: inherit;
}
.row3, .row3Right {
	background-color: #cedcec;
	color: inherit;
}
.spacerow, .spaceRow {
	background-color: #d2d7f2;
	color: inherit;	
	border-width: 0 1px 1px 0;
	border-color: #98aab1;
	border-style: solid;
	line-height: 1px;
	padding: 0;
	margin: 0;
}
.mainmenu {
	background-image: url('./images/css/menu.png');
	background-repeat: repeat-x;
	margin: 0;
	padding-top: 6px;
	height: 20px;
	text-align: center;
}
.mainmenu ul {
	padding: 0;
	margin: 0;
}
.mainmenu li {
	display: inline;
	margin-left: 4px;
	margin-right: 4px;
}
.mainmenu li a:link,.mainmenu li a:active,.mainmenu li a:visited {
	padding: 6px 1px 7px 1px;
	margin: 0;
}
.mainmenu li a:hover {
	padding: 6px 1px 7px 1px;
	margin: 0;	
}
.menu {
	background-image: url('./images/css/li_blue.png');
	background-repeat: no-repeat;
	background-position: 1px 40%;
	background-color: inherit;
	color: #006699;
	font-size: 10px;
	text-indent: 10px;
	display: block;
	cursor: pointer;
	height: 15px;
	white-space: nowrap;
}
.menu:hover {
	background-image: url('./images/css/li_red.png');
	background-repeat: no-repeat;
	background-position: 1px 40%;
	background-color: inherit;
	color: #dd6900;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:active {
	background-color: inherit;
	color: #006699;
	text-decoration: none;
}
a:visited {
	background-color: inherit;
	color: #006699;
	text-decoration: none;
}
a:hover {
	background-color: inherit;
	color: #dd6900;
	text-decoration: underline;
}
a.nav:link, a.nav:active {
	background-color: inherit;
	color: #006699;
	text-decoration: none;
}
a.nav:visited {
	background-color: inherit;
	color: #006699;
	text-decoration: none;
}
a.nav:hover {
	background-color: inherit;
	color: #dd6900;
	text-decoration: none;
}
a.pag:link, a.pag:active {
	background-color: inherit;
	color: #006699;
	text-decoration: none;
}
a.pag:visited {
	background-color: inherit;
	color: #5493B4;
	text-decoration: none;
}
a.pag:hover {
	background-color: inherit;
	color: #dd6900;
	text-decoration: none;
}
a.forumlink:link, a.forumlink:active {
	background-color: inherit;
	color: #006699;
	text-decoration: none;
}
a.forumlink:visited {
	background-color: inherit;
	color: #006699;
	text-decoration: none;
}
a.forumlink:hover {
	background-color: inherit;
	color: #dd6900;
	text-decoration: underline;
}
a.topictitle:link, a.topictitle:active {
	background-color: inherit;
	color: #006699;
	text-decoration: none;
}
a.topictitle:visited {
	background-color: inherit;
	color: #5493B4;
	text-decoration: none;
}
a.topictitle:hover {
	background-color: inherit;
	color: #dd6900;
	text-decoration: underline;
}
a.cattitle:link, a.cattitle:active {
	background-color: inherit;
	color: #006699;
	text-decoration: none;
}
a.cattitle:visited {
	background-color: inherit;
	color: #006699;
	text-decoration: none;
}
a.cattitle:hover {
	background-color: inherit;
	color: #dd6900;
	text-decoration: none;
}
a.maintitle:link, a.maintitle:active {
	background-color: inherit;
	color: #006699;
	text-decoration: none;
}
a.maintitle:visited {
	background-color: inherit;
	color: #5493B4;
	text-decoration: none;
}
a.maintitle:hover {
	background-color: inherit;
	color: #dd6900;
	text-decoration: none;
}

a.button:link, a.button:active, a.button:visited {
	background-color: #fafafa;
	color: #5c81b1;
	padding: 1px;
	text-decoration: none;
}
	
.imgfolder {
	margin: 2px 5px 2px 5px;
	vertical-align: middle;
}
.imgspace {
	margin: 0 2px 0 2px;
}
.imgspace_big {
	margin: 0 5px 0 5px;
}
.imgicon {
	margin: 0 2px 0 2px;
	vertical-align: middle;
}

hr {
	border-top-width: 1px;
	border-top-style: solid;	
	border-top-color: #d2d7f2;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ecf0f6;
	border-left: none;
	border-right: none;
	width: 98%;
	clear: both;
	margin: 2px auto 2px auto;
	padding: 0;
}
div.space {line-height: 1px;width: 100%;margin: 0;padding: 0;}
div.fleft dd {margin-left: 0;}
dl {margin: 0;}
img, .helpline {border: none;}
label {cursor: pointer;}
label.legend {
	display: block;
	background-color: inherit;
	color: #5c81b1;
	font-size: 11px;
	font-weight: bold;
}
form {margin: 0;padding: 0;}
select {
	background-color: #ecf0f6;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #98aab1;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	vertical-align: middle;	
}
input {
	font-size: 11px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-indent: 2px;
}
input.post, textarea.post {
	background-color: #ffffff;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #98aab1;
	text-indent: 2px;
}
input.button, input.liteoption, input.mainoption, a.button:link {
	background-image: url('./images/css/button.png');
	background-repeat: repeat-x;
	background-position: bottom center;
	background-color: #fafafa;
	color: #5c81b1;
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #98aab1;
	margin: 0 2px 0 2px;
}
input.button, input.liteoption {
	font-weight: normal;
}
input.mainoption, a.button:link {
	font-weight: bold;
}
input.button:hover, input.liteoption:hover, input.mainoption:hover, a.button:hover {
	background-image: url('./images/css/buttonh.png');
	background-position: top center;
	background-color: #fafafa;
	color: #0000BF;
}