@charset "UTF-8";

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #666666;
}



body {
	width: 910px;
	margin: 0 auto;
/*	background-color:#DCDAFC; */
background-image:url('img/bg.jpg');
}


#dlawas {
	color: red;
}

p {
	font-size: 0.7em;
}

li {
	list-style-type: none;
}

a:link , a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

a img,form, fieldset{
	background: none;
	border: none;
}

h1 {
	margin-bottom: 10px;
	font-variant: small-caps;
	color: #af0000;

}

.lc {
	margin-bottom: 10px;
	font-variant: small-caps;
	color: #af0000;
	text-align: center;
	font-size: 1.0em;
}

input { 
	border: #edede5 solid 1px;
	height: 16px;
	background-color: #FFFFFF;
	font-size: 0.8em;
	padding: 2px 5px 0 5px;
	font-style: normal;
}

input.button {
	border: #af0000 solid 1px;
	background: url(images/button_gradient.gif) repeat-x;
	padding: 0 5px;
	height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
	font-style: normal;
}

input.button3 {
	border: #af0000 solid 0px;
	background: url(images/button_gradient.gif) repeat-x;
	padding: 0 5px;
	height: 18px;
	color: black;
	margin-left: 10px;
	font-style: normal;
}

input.button2 {
	background: url(images/delete.png) repeat-x;
	background-color: white;
	padding: 0 5px;
	height: 20px;
	color: #FFFFFF;
	margin-left: 10px;
	font-style: normal;
}
input.button3 {
	font-style: normal;
}

.link {
	display: block;
	background: url(images/ico_link.gif) no-repeat left;
	color: #000000;
	padding-left: 0px;
	font-size: 0.8em;
	margin: 0px 0;
}


strong {
	color: #000000;
}

em{
	color: #af0000;
	font-style: normal;
	font-weight: bold;
	padding-right: 10px;
}


.clear {
	clear: both;
}

/**************************************** HEADER ****************************/


/************ ERRORY ***********/
#kodybledow {
	background-color: #67FA79;
	padding: 10px;
	border: #edede5 solid 3px;
}





#header {
	width: 980px;
	padding-top: 15px;
	height: 100px;
	margin-bottom: 5px;
}

#header a:active, #header a:hover { text-decoration: none; }

#logo {
	width: 246px;
	height: 75px;
	margin-top: 5px;
	padding-top: 15px;
	color: #000000;
	font-size: 1.6em;
	border: #edede5 solid 2px;
	text-align: center;
}

#logo a {
	color:#000000;
}

#logo #slogan {
	color: #af0000;
	font-style: italic;
	font-size: 0.5em;
}

#img {

 	background: url(images/img_header.jpg) no-repeat bottom;
	width: 980px;
	height: 93px;
	border-top: #af0000 solid 5px;
}

#img p {
	font-variant: small-caps;
	padding-left: 20px;
	margin-top: 5px;
	font-size: 1.1em;
}

#img p b {
	color: #FFFFFF;
}

#img p span {
	color: #FFFFFF;
	font-size: 0.8em;
}

#img p#call {
	margin-top: 8px;
	color: #FFFFFF;
	font-size: 0.8em;
}



	

/****************************************  HEADER END ****************************/



/**************************************** MENU ****************************/


#menu {
	width: 980px;
	height: 30px;
}

#menu li {
	float: left;
	font-size: 0.8em;
}


	
#menu li.menu_link a:link, #menu li.menu_link a:visited {
	display: block;
	background: url(images/menu_gradient.gif) repeat-x;
	height: 25px;
	width: 103px;
	text-align: center;
	border: #af0000 solid 1px;
	margin-left: 4px;
	color: #ffffff;
	font-size: 1.0em;
	font-variant: small-caps;
	padding-top: 3px;
}

#menu li.menu_link a:hover, #menu li.menu_link a:active {
	display: block;
	height: 23px;
	width: 101px;
	text-align: center;
	border: #edede5 solid 2px;
	text-align: center;
	padding-top: 3px;
	text-decoration: none;
	font-size: 1.0em;
	font-variant: small-caps;
	margin-left: 4px;
}

#menu li#menu_link_first a:link, #menu li#menu_link_first a:visited {
	display: block;
	background: url(images/menu_gradient.gif) repeat-x;

	height: 25px; 
	width: 103px;
	text-align: center;
	border: #af0000 solid 1px;
	margin-left: 0px;
	color: #ffffff;
	font-size: 1.0em;
	font-variant: small-caps;
	padding-top: 3px;
}

#menu li#menu_link_first a:hover, #menu li#menu_link_first a:active {
	display: block;

	height: 23px;
	width: 101px: center;
	border: #edede5 solid 2px;
	text-align: center;
	padding-top: 3px;
	text-decoration: none;
	font-size: 1.0em;
	font-variant: small-caps;
	margin-left: 0px;
}


	

/****************************************  MENU END ****************************/

/*
#right img {
	border: #edede5 solid 2px;
	float: left;
	margin-right: 20px;
}
*/


/**************************************** CONTENT ****************************/

#content {
	width: 980px;
}

#left {
	float:left;
	width: 250px;
}

#left div {
	margin: 10px 0;
	
}


#left p {
	margin: 10px 10px 10px 0px;
}


#left p a:hover, #left p a:active {
	text-decoration: none;
}

#left .link {
	margin-left: 30px;
}

#left form {
	background-color: #F5F5F5;
	width: 242px;
	border: #edede5 solid 2px;
	text-align: center;
	padding: 10px 0;
}


#right {
padding-top: 28px;
	float: right;
	width: 730px;
	margin: 10px 0;
}



#right img {
	border: #edede5 solid 2px;
}

#welcome {
	background-color: #F5F5F5;
	padding: 10px;
	border: #edede5 solid 2px;
}

#welcomebkon {
	background-color: #D8D8D8;
	padding: 10px;
	border: #edede5 solid 2px;
}
.welcome3 {
	background-color: #58E344;
	padding: 10px;
	border: #299E18 solid 2px;
}

.style60 {
	background-color: #67FA79;
	padding: 10px;
	border: #edede5 solid 3px;
}

#welcomepagesite {
	background-color: #F5F5F5;
	padding: 10px;
	height:1040px;
	border: #edede5 solid 2px;
}

#welcome h1 {
	width: 100%;
}

#welcome p {
	width: auto!important;
	width: 95%;
}

#block_left {
	float: left;
	width: 330px;
	margin: 20px 0 10px 10px;
}

#block_right {
	float: right;
	width: 330px;
	margin: 20px 0 10px 0;
}

#block_left p , #block_right p {
	margin-bottom: 10px;
}
#block_left ul {
	margin-left: 20px;
}


#block_left li , #block_right li {
	list-style-image: url(images/ico_list.gif);
	font-size: 0.8em;
	margin-bottom: 5px;
}

#block_left li a , #block_right li  a {
	color: #af0000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 0.8em;
}


#block_left li span {
	font-style: italic;
	font-size: 0.8em;
}

#resol {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:fixed;
	-position:absolute;
	font-size: 10px;
	width:230px;
	top:0px;
	left:1280px;
	margin:0 auto;
	background:#bfc6d9;
	text-align:center;
} 

#resol h1 {
	background:none;
	font-size: 15px;
	letter-spacing:3px;
	padding:0px;
	margin:0px;
	border: 0px;
} 

#resol h2 {
	font-size:10px;
	letter-spacing:3px;
	padding:0px;
	margin:0px;
	border:0px;
	background:none;
}


/**************************************** CONTENT END  ****************************/

/**************************************** FOOTER ****************************/

#footer {
	border-top: #af0000 solid 5px;
	width: 980px;
	font-size: 0.6em;
	padding-top: 10px;
	text-align:center;
	-padding-bottom:50px;
	
}

#footer_terms {
	
width: 100%; bottom: 0px; left: 0px; position: absolute; height: 40px; 
}

#footer_terms h1 {
	padding: 60px 0px 0px 0px; color: #c6c6c6;
	text-align:right;
	border:0px;
	font-variant:normal;font-size: 0.8em;font-weight: normal;
	text-decoration:none;background: none;
}

#footer_terms a  { text-decoration: underline;}

#footer_terms strong,#footer_terms a {
	color: #c6c6c6;
	font-weight: normal;
	background: none;
}

#holder {
	min-height: 100%; position: relative; margin:0 auto;
}



.obram {
	background-color: #F5F5F5;
	border: #edede5 solid 2px;
	padding: 10px 0;
}

#obramo {
	background-color: #F5F5F5;
	border: #edede5 solid 2px;
	padding: 10px 0;
}

.yyf {

	padding: 10px 0;
}

.tab1 {
	border: #edede5 solid 2px;
	text-align:center;
}


			div.wrapper{ position: relative; margin: 0  auto 30px auto; width: 500px; text-align: left; border: solid 1px #aaaaaa; }
			#users{  }
			#users .user{ border: solid 1px #bbbbbb; background-color: #dddddd; padding: 10px; margin: 5px; }
			#users .user .controls{ float: right; }

    .jqiwarning .jqi{ background-color: #b0be96; }
                        .jqifade{ position: absolute; background-color: #333333; }
                        div.jqi{ position: absolute; background-color: #d0dEb6; padding: 10px; width: 300px; text-align: left; }
                        div.jqi .jqiclose{ float: right; margin: -35px -10px 0 0; cursor: pointer; }
                        div.jqi .jqicontainer{ background-color: #e0eEc6; padding: 5px; color: #ffffff; font-weight: bold; }
                        div.jqi .jqimessage{ background-color: #c0cEa6; padding: 10px; }
                        div.jqi .jqibuttons{ text-align: center; padding: 5px 0 0 0; }
                        div.jqi button{ padding: 3px 10px 3px 10px; margin: 0 10px; }

/**************************************** FOOTER END ****************************/
	
