/* CSS Document */

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #a69686;
	margin: 20px;
}

a {
	color: #fd3434;
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration: underline;
}

a.link_gold {
	color: #a69686;
}

.gold, .form_box, .btn_gold , .btn_num {
	color: #a69686;
}

.red, .user_date, .btn, .btn_dbl, #errordiv, .required {
	color: #fd3434;
}

.gray {
	color: #868b8d;
}

#container {
	width: 780px;
	height: 100%;
	margin-bottom: 20px;
}

#add_top {
	width: 770px;
	height: 96px;
	margin-bottom: 17px;
}

#banner_container {
	width: 772px;
	height: 288px;
	margin-bottom: 3px;
}

#logo {
	width: 385px;
	height: 45px;
	margin-right: 17px;
	float: left;
}

#login_form {
	width: 370px;
	height: 31px;
	padding-top: 10px;
	float: left;
}

.btn, .btn_gold {
	background: none;
	border: none;
	width: 45px;
	height: 18px;
	font-size: 8pt;
	padding-top: 1px;
}

.btn_dbl {
	background: none;
	border: none;
	width: 80px;
	height: 18px;
	font-size: 8pt;
	padding-top: 1px;
}

.btn_num {
	background: none;
	border: none;
	height: 18px;
	font-size: 7pt;
	padding-top: 1px;
}

#banner {
	width: 772px;
	height: 50px;
	float: left;
}

#menu_top {
	width: 710px;
	height: 35px;
	float: left;
}

#content_container {
	width: 780px;
	padding-top: 40px;
	float: left;
	margin-bottom: 30px;
}

#left_content_container {
	width: 445px;
	margin-left: 5px;
	float: left;
}

#right_content_container {
	width: 320px;
	float: left;
}

#left_content_container_2 {
	width: 430px;
	margin-left: 5px;
	margin-right: 20px;
	float: left;
}

#right_content_container_2 {
	width: 300px;
	float: left;
}

#bottom_container {

	clear: left;
}

#menu_bottom {
	width: 510px;
	height: 35px;
	clear: left;
}

#add_bottom {
	width: 770px;
	height: 96px;
}

.form_box {
	background-color: black;
	border: 1px solid #a69686;
	width: 290px;
	height: 18px;
	font-size: 8pt;
	padding-left: 3px;
}

#username, #password {
	width: 70px;
	height: 18px;
	text-align: right;
	vertical-align: middle;
	padding-bottom: 1px;
}

#comment {
	height: 100px;
	overflow: auto;
}

#kolaz {
	margin: 40px 0px 30px 0px;
}

.headline {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}

#h1 {
	font-size: 11pt;
	margin-bottom: 10px;
}

.content_padding, .content {
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.content, .comment {
	width: 230px;
}

.comment, .user_date, .headline {
	padding-left: 10px;
}
#content_box, #sticker {
	margin-left: 60px;
}

#sticker, #tumb {
	margin-top: 90px;
}

.red_line {
	height: 3px;
	margin: 2px 0px 5px 0px;
	background-image: url(../pics/red_line.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.font_size {
	font-size: 8pt;
}

.user_date, .numbs, .profile_submenu, #gallery_table {
	font-size: 7pt;
	margin-bottom: 3px;
}

.success_message {
    color: #fd3434;
    font-size: 8pt;
    font-weight: bold;
}

.error_message {
    color: #fd3434;
    font-size: 8pt;
    font-weight: bold;
}

.error_message1 {
    color: #fd3434;
    font-size: 8pt;
    font-weight: bold;
}

.sel {
    background-color: black;
    color: #a69686;
    border: 0px;
    font-size: 8pt;
}

.quick {
	margin: 0px 10px 20px 10px;
	padding-top: 4px;
	height: 20px;
	width: 400px;
	background-image: url(../pics/red_line.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#message_pic_container {
	width: 160px;
    border: 1px solid blue;
	margin-left: 4px;

}

#profile_add_right {
	width: 120px;
	height: 400px;
	margin: 0px 0px 20px 8px;
	padding: 4px 0px 0px 4px;
	float: left;
	background-image: url(../pics/red_line.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

/*form vakudatuib stykes*/

#errordiv {
  border: 1px solid  #fd3434;
  display: none;
  width: 250px;
  margin: 5px 0px 50px 110px;
  padding: 5px;
}

.required {
  border: 1px solid #fd3434;
	background: none;
	width: 290px;
	height: 18px;
}

.required:focus {
	border: 1px solid white;
	background: none;
	width: 290px;
	height: 18px;
}

.white {
	color: #CCCCCC;
}

.code {
	background-color: #111213;
	text-align: center;
	padding: 3px;
}