@charset "UTF-8";

/* =CALL LIBRARY */
@import url("reset-min.css");  /* ------- Reset all CSS Styles */


/* =GENERAL - the general styles */
body {
	font: 62.5%/ 2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica,
		sans-serif;
	color: #4b4942;
	background: #fff;
}

a {
	text-decoration: none;
	color: #5599a7;
}

a:hover {
	color: #bb800f;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

ul.borderedlist li {
	border-bottom: 1px dashed #d1cfcd;
}

ul.borderedlist li a {
	display: block;
	padding: 3px 0 0 2px;
	height: 26px;
	color: #42423b;
}

ul.borderedlist li a:hover {
	background: #E5E5E4;
	color: #42423b;
}

/* =HEADINGS - the H1 H2 H3 etc styles */

h1{
	color: #5699A7;
	font-size: 1.8em;
	line-height: 2em;
	margin: 0 0 10px 0;
	}
h2{	
	color: #5699A7;
	font-size: 1.6em;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted gray;
	}
h3{
	color: #5699A7;
	font-size: 1.4em;
	margin: 0 0;
	}
h4{
	color: #5699A7;
	font-size: 1.2em;
	margin: 10px 0;
	}
.sec_title{
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 10px;
	text-transform: uppercase;
	}
	
/* =LAYOUT - the main layout styles */
#planeta {
	position_: relative;
	width: 436px;
	height: 344px;
	float_: left;
	color: black;
	background_: url(../images/planeta.jpg) top no-repeat;
	z-index_: 2;
	}
#end{
	width: 500px;
	float: left;
	}
#end ul {
	margin: 10px 0 10px 20px;
	list-style-type: square; 
	text-align: left; 
	text-transform: uppercase;
	color: #000000;
}
.container {
	width: 950px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
/* logo */
#header h1 {
	position: absolute;
	height: 71px;
	top: 15px;
	z-index: 5;
	line-height: 2em;
}

#header h1 a {
	font: 24px/ 24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 22px 9px 25px 20px;
	display: block;
	color: #fff;
	background: url(../images/logo_bg.gif) left top no-repeat;
	z-index: 5;
}

#header h1 a:hover {
	color: #fff;
}

#header h1 a span {
	height: 71px;
	width: 13px;
	position: absolute;
	top: 0;
	right: -13px;
	cursor: pointer;
	background: url(../images/logo_right.gif) right top no-repeat;
	z-index: 5;
}
/* header layout */
#header {
	height: 253px;
	background: #4a4841 url(../images/top_bg.jpg) top repeat-x;
	position: relative;
}

#navigation {
	position: absolute;
	right: 0;
	top: 20px;
}

/* main area layout */
#main {
	padding: 0px 0 20px 0;
}

#leftcolumn {
	float: left;
	width: 193px;
}

#center {
	float: left;
	width: auto;
	padding: 0 20px;
}

#rightcolumn {
	float: left;
	width: 287px;
}

/* bottom layout */
#bottominfo {
	border-top: 5px solid #42423b;
	background: #f1eee7;
	padding-bottom: 25px;
	width: 100%;
	overflow: hidden;
}

.bottomcolumn {
	float: left;
	width: 288px;
	margin-right: 18px;
}

.bottomright {
	margin-right: 0;
}

/* =HEADER - the header styles */
#header .container {
	height: 253px;
}



/* top navigation */
#navigation li {
	float: left;
	padding-right: 27px;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: normal;
}

#navigation li a {
	color: #fff;
}

#navigation li a:hover,#navigation li.active a {
	color: #2c2c2c;
}

/* message and building pic */
#banner {
	position: absolute;
	width: 950px;
	height: 201px;
	color: white;
	font-weight: bold;
	padding: 0 0px 0 7px;
	bottom: 0;
	background: url(../images/kraj.jpg) right bottom no-repeat;
	font-size: 1.3em;
	z-index: 0;
}

#login_box {
	position: relative;
	width: 340px;
	float: right;
	bottom: 0px;
}

#login_main {
	position: relative;
	width: 30em;
	height: 250px;
	left: 325px;
	top: 10px;
}

#whereAMi {
	position: relative;
	width: 950px;
	height: 22px;
	background-color: gray;
}

/* =CONTENT - the content styles */ /* left column */
.leftbox {
	background: #f1f0ef;
	padding: 10px 23px 10px 23px;
	margin-bottom: 3px;
	line-height: 1.8em;
}


ul.leftbox {
	font-size: 1.2em;
}

.features {
	padding-top: 15px;
	font: 1.27em Arial, Helvetica, sans-serif;
}

#leftcolumn .leftbox p {
	padding-bottom: 1em;
	line-height: 1.5em;
	font-size: 12px
}

/* center column */


.article_wrapper p {
	padding-bottom: 10px;
	font-size: 1.3em;
}

/* right column */
.rightbox_wrapper {
	background: #eeeded;
	padding: 5px;
	margin-bottom: 20px;
	width: 277px;
	overflow: hidden;
	font-size: 11px;
	line-height: 18px;
	color: #58584D;
}

.rightbox {
	border: 1px dashed #d9e0e8;
	width: 275px;
	overflow: hidden;
	padding-bottom: 6px;
}

.product_image {
	float: left;
	margin: 6px 0 0 6px;
}

.product_wrapper {
	float: right;
	width: 200px;
}



.product_wrapper p {
	font-size: 1em;
}

.lastbox {
	margin: 0;
}

/* =BOTTOM */

.bottomcolumn p {
	padding: 10px 35px 10px 5px;
	font-size: 1.2em;
}

.iconlist {
	border-top: 1px dashed #d1cfcd;
	font-size: 1.2em;
}

ul.iconlist li a {
	padding-left: 25px;
	background: url(../images/footer_list.jpg) left bottom no-repeat;
}

ul.iconlist  li a:hover {
	background: #E9E4DE url(../images/footer_list.jpg) left top no-repeat;
	color: #42423b;
}

.enewsbox {
	float: left;
	width: 180px;
	height: 17px;
	padding: 3px 5px;
	border: 4px solid #5599A7;
	font-size: 13px;
}

.button {
	display: inline;
	width: auto;
	text-align: center;
	background: #659AA6;
	border: 4px solid #fff;
	color: #fff;
	cursor: pointer;
	margin: 0;
	padding: 3px 8px; /* IE6 */
}

.disabled-button {
	display: inline;
	width: auto;
	line-height: 1em;
	text-align: center;
	background: gray;
	border: 4px solid #fff;
	color: #fff;
	cursor: pointer;
	margin: 0;
	padding: 3px 8px; /* IE6 */
}

/* =FORMS */
#loginform {
	width: 300px;
	margin: auto;
}

#loginform fieldset {
	padding: 10px;
	border: 1px solid #333333;
}

#loginform legend {
	font-weight: bold;
	font-size: 9pt;
}

#loginform label {
	display: block;
	height: 3em;
	background-color: #E7E7E7;
	padding: 10px 10px 0;
}

#loginform input {
	margin-right: 20px;
	border: 1px solid #999999;
	float: right;
	clear: right;
	background: #CCCCCC;
}

#loginform input:focus,#loginform input:hover {
	border: 1px solid #333333;
}

.error {
	color: red;
	font-weight: bold;
}

/* =FOOTER */
#footer {
	height: 37px;
	background: #4a4841 url(../images/footer_bg.jpg) 0 0 repeat-x;
	font-size: 1.2em;
	z-index: 2;
}

#footer a {
	color: #A39D97;
}

#designby {
	background: url(../images/crslogo.gif) 0 0 no-repeat;
	display: block;
	float: left;
	height: 37px;
	width: 244px;

}

#footer_navigation {
	float: right;
	padding-top: 7px;
}

#footer_navigation li {
	float: left;
	padding-left: 18px;
}

#footer_navigation li a {
	text-transform: uppercase;
}

#footer_navigation li a:hover {
	color: #5699A7;
}

/* lokkups */
.lookups {
	display: none;
}

.subscript {
	font-size: 5pt;
}

/* =TABLES */
.clear {
	clear: both;
}

td.createGame {
	vertical-align: top;
}

/******************************************************/
	/********************** DIALOGS ***********************/
	/******************************************************/
.dialog-title {
	position: relative;
	text-align: left;
	float: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
}

.message {
	text-indent: 0px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	padding: 25px 10px;
	background-color: #fff;
	clear: both;
}

.dialog-button {
	cursor: pointer;
	float: right;
	width: 32px;
	height: 32px;
	background: transparent url(../images/icons/notification_error_32.png)
		no-repeat;
}

div.overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #222;
	/* for IE */
	filter: alpha(opacity = 60);
	/* CSS3 standard*/
	opacity: 0.6;
	display: block;
	z-index: 100;
}

div.dialogs-container {
	border: 2px solid #e5e5e5;
	visibility: hidden;
	position: absolute;
	z-index: 101;
}

div.dialogs {
	display: none;
}

div.dialog {
	background-color: #fff;
	color: #C1DAD7;
	margin: 0px;
	padding: 0px;
	width: 450px;
}

div.bottomPanel {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-color: #fff;
}

div.dialog {
	width: 450px;
	display: inline;
	background-color: #fff;
}

div.dialog_taskBar {
	width: 450px;
	height: 40px;
	background: #CAE8EA url(../images/bg_table.jpg) repeat-x;
}
