/* camriga.lv main CSS file
programmed by Noisex [www.rdx.lv] */

body {
	font-family:Tahoma;
	font-size: 12px;
	color: #5a231c;
	/*background-image: url(../images/bgb.jpg);*/
	background-color: #FDF8EE;
	text-align: center;
	margin:0;
}

a:link, a:active, a:visited {
color: #420000;
text-decoration:none;
}

a:hover {
color: #8a0000;
text-decoration:underline;
}

.maintable {
	/*background-color: #f8e7c7;
	border: 8px solid #E4AB6B;
	border: 8px solid #F4D9A6;*/
}

#leftpane {
	margin: 14px 4px;
	text-align:left;
	float:left;
}

.sysdiv {
	padding: 8px;
	text-align: right;
}

.divstatus {
	font-family:Tahoma,Arial;
	font-size:11px;
	color: #8F581B;
	background-color: #FFFFCC;
	border:1px solid #8F581B;
	padding: 0px 4px 0px 4px;
	height:21px;
	text-align:center;
	margin-top: 8px;
	padding-top:6px;
}

#indexouter {
	width:960px;
	height:500px;
	/*border: 4px solid #D9D2A8;*/
	margin: 0 auto;
}

.pgbody {
	/*background-image:url(../images/bgbody.jpg);*/
	background-repeat:no-repeat;
}

#title {
	font-size:14px;
	font-weight:bold;
	margin:14px 8px 0 8px;
	text-align: left;
	width:80%;
	float:left;
}

#upnavi {
	margin: 14px 0 0 0;
	float:left;
}

#content {
	margin:8px;
	text-align: left;
	line-height: 15px;
	min-height:400px;
}

.foottd {
	background-image: url(../images/ftline.png);
	background-repeat: repeat-x;
	height:28px;
	font-size:9px;
	text-align:center;
	color: #D9D2A8;
}

#footerurls {
	margin-top:4px;
}

#footerurls a:link, #footerurls a:active, #footerurls a:visited {
color: #D9D2A8;
text-decoration:none;
}

#footerurls a:hover {
color:#FFFFCC;
text-decoration:none;
}

#stats {font-size:9px; color:#420000; margin-top:4px; float: left; width:19%; text-align:right;}

#copy{font-size:9px; float:left; width:80%; text-align:left; margin: 4px 0 0 8px;}

#copy a:link, #copy a:active, #copy a:visited {
color: #420000;
text-decoration:none;
font-weight:bold;
}

#copy a:hover {
color: #8a0000;
text-decoration:underline;
}

/*formas*/
.button {
	font-family:Tahoma,Arial;
	font-size:11px;
	font-weight:normal;
	color: #FFFFCC;
	background-color: #8F581B;
	border:1px solid #FFFFCC;
	width: auto;
	height: auto;
	padding: 0px 4px 0px 4px;
}

.button:hover {
	background-color:#663F13;
}

.input {
	font-family:Tahoma,Arial;
	font-size:11px;
	color: #5a231c;
	background-color: #FDF8EE;
	border:1px solid #dfd5cb;
	width: 120px;
	padding: 0px 4px 0px 4px;
}

.dropdown {
	font-family:Tahoma,Arial;
	font-size:11px;
	color: #5a231c;
	background-color: #FDF8EE;
	border:1px solid #dfd5cb;
	width: auto;
}

.textarea {
	font-family:Tahoma,Arial;
	font-size:11px;
	color: #5a231c;
	background-color: #FDF8EE;
	border:1px solid #dfd5cb;
	width: 240px;
	padding: 0px 4px 0px 4px;
}

/*selektors*/
::-moz-selection{
	background: #663300;
	color: #fff;
}

::selection {
	background: #663300;
	color: #fff;
}

code::-moz-selection {
	background: #663300;
    color: #fff;
}

code::selection {
	background:  #663300;
    color: #fff;
}

/*divs prieksh overa*/
#drdhtmltooltip {
	z-index: 100;
	visibility: hidden;
	width:510px;
	position:absolute;
	background-color: black;
	text-align:left;
	border: 8px solid #663300;
	background-image:url(../images/wait.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	min-height:22px;	
}
