/*
	StyleSheet p-markanden
*/


/* popup */


.boxpopup {
	font-family:Arial,sans-serif; font-size:smaller; /*POPUP FONT */
	color:black; background:#FFFF99; /*COLOURS*/ >
	width:100%; text-align:center; /*BOX WIDTH*/
	padding:4px 5px 4px 5px; /*SPACE FROM TEXT TO BORDER*/
	font-weight:bold; /* TEXT WEIGHT*/
	border:1px solid gray; /*POPUP BORDER*/
}
#pdq {position:absolute; visibility:hidden; z-index:200;}


/* end popup */



/* Prototip.css */

.tooltip { color: #fff;}
.tooltip .title { background: #0b366e; font:  17px; padding: 5px;}
.tooltip .content { border-right: 1px solid #0b366e;border-left: 1px solid #0b366e;border-bottom: 1px solid #0b366e; background: #EEE; font: 11px Arial, Helvetica, sans-serif; padding: 5px; text-align:center;}

.pinktip { border: 5px solid #a1a1a1; }
.pinktip .title { background: #ff1e53; color: #fff; font: italic 17px Georgia, serif; padding: 5px; }
.pinktip .content { background: #fff; color: #555555; padding: 5px; }

/* Effects like 'blind' go a little bit better when 
   there is no border on the tooltip itself.
   Put the borders on .title and .content instead,
   here's how to do that: */
.darktip { width: 200px; }
.darktip .title, .darktip .content { border: 5px solid #999999; padding: 5px; }
.darktip .title { border-bottom: none; background: #606060; color: #fff; font: italic 17px Georgia, serif; }
.darktip .content { border-top: none; background: #808080; color: #fff; font: 11px Arial, Helvetica, sans-serif; }

body {
	background-image: url(img/background.gif);
	background-repeat: repeat-x;
	background-color: #0b366e;
	margin:	0px;
	background-color: #164A8C;
	font-family: Verdana, Arial,'Sans-Serif'; 
	font-size: 11px;; 
	color: #000; 
	cursor:default;
}
img {
	border: 0px none;
}
.error {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
h1, .h1 {
	font-family:"Arial Rounded MT Bold", Arial;
	color:#0099CC;
	font-size:24px;
}
.admin {
	color:#C00;
}
p {

}
h3 {
	margin-bottom:5px;
	margin-top:5px;
	margin-left:0px;
	font-size:18px;
	font-family:Arial;
	font-weight:bold;
}
#top {
	clear: both;
	height: 150px;
	width: 892px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/topPlate.gif);
	color:#DDD;
	text-align:right;
}
#menu {
	width: 892px;
	height: 32px;
	clear: both;
	margin: 0px auto;
	text-align: center;
	padding-top: 2px;
    color:#8AC;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, verdana, serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
#menu a:hover {
	color: #FFF;
	text-decoration: underline;
}
#main {
	width: 872px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px;
	margin-bottom: 20px;
	position: relative;
	background-color:#FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
    background-image:url(img/bg_bottom.gif);
    background-position:bottom;
    background-repeat:no-repeat;
}

#main a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#main a:hover{
	font-weight: bold;
	/*color: #000000;*/
	text-decoration: underline;
}

#mainTop {
	background: url(img/mainTop.gif);
	width: 892px;
	height: 16px;
	margin: 0px auto;
}

#foot {
	width:850px;
	border-top:1px solid #666;
	padding:5px;
	color:#666;
	margin-top:10px;
}
#info {
	float:right;
	margin-bottom:30px;
	margin-right:3px;
	background-color:#edf0f4;
	border:1px solid #3d6eb0;
	font-family:Arial;
	color:#333;
	padding:18px;
	font-size:13px;
	width:550px;
}
#register_now a {
	float:right;
	padding-right:50px;
	font-size:18px;
	font-weight:bold;
	color:#cc1616;
	text-decoration:underline;
}
#welcome{
	background-image:url("img/welcome.gif");
	background-position:10px 50px;
	background-repeat:no-repeat;
	height:180px;
	
}

#stats {
	float:left;
	background-color:#f4f4ed;
	border:1px solid #b0843e;
	font-family:Arial;
	color:#333;
	padding:18px;
	font-size:13px;
	width:198px;
	height:130px;
}
#news {

	float:right;
	background-color:#f4efed;
	border:1px solid #b0593e;
	font-family:Arial;
	color:#333;
	padding:18px;
	font-size:13px;
	width:432px;
	height:130px;
	overflow:auto;
}

#login {
	width:160px;
	border:1px solid #AAA;
	padding:20px;
}
.button {
	border:1px solid #CCC;
	background-repeat:no-repeat;
	font-family:Arial;
	font-weight:bold;
	font-size:15px;
	padding:6px;
	margin-top:5px;
	color:#47809a;
	cursor:hand;
}
#login input {
	display:block;

}

.link_box {
	background-color:#EEE;
	border:1px solid #CCC;
	padding:2px;
}

.login_title {
	display:block;
}
input, textarea, select {
	border:1px inset #999;
	margin:3px;
}


#user_menu_start {
	width: 85px;
	float: left;
}
#user_link {
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 5px;
	float: left;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
}
#user_link a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
}
#user_menu{
	width: 860px;
	height: 32px;
	margin-bottom: 10px;
	background-image: url(img/user_menu_bg.gif);
	background-repeat: no-repeat;
	background-color:#CCCCCC;
}
#admin_menu{
	width: 860px;
	height: 32px;
	background-image: url(img/admin_menu_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-color:#CCCCCC;
}
th {
	text-align:left;
	background-color:#FFF;
	padding:2px;
	border-bottom:1px solid #000;
}
table {
	font-size:12px;
}
#search_table {
	width:840px;
	text-align:left;
}
.search_item {
	cursor:hand;
}
.pop
{
	position:	absolute;
	display:	none;
	height:		220px;
	width:		300px;
	padding:	1px;
	border:		1px solid #000;
	background-color:#ffffe1;
	font-size:	10px;

}

