/*
 * structure_wide.css
 */
* {
	padding:0;
	margin:0;
}

html, body {
	/*height:100%;*/
}

body {
	/*font-family: "Lucida Sans Unicode", Verdana, helvetica, sans-serif;*/
	font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
	color:#333;
	line-height:155%;
	background:url(../media/images/backgrounds/body_bg_pattern.png) top left #eaeaea;
}

/* CONTAINERS */
#site_container {
	margin:0 auto; 
	/*width:910px;*/
	width:1070px;
	height:100%; 
	padding:0;
}
#container {
	/*width:820px;*/
	width:905px;
	height:100%;
	float:left;
	text-align:left; 
	padding:0px 0px;
	/*margin-right:10px;*/
	/*background:url(../media/images/backgrounds/body_bkg2.png) top repeat-y;*/
	background:#fff;
	border:1px solid #111111;
}

#container_right {
	border:0px solid black;
	height:100%;
	width:130px;
	float:left;
}

#top_container {
	height:85px;
	background:url(../media/images/backgrounds/top_bkg.png) repeat-x top;
	border:0px solid red;
}
#top {
	clear:both;
	border:0px solid green;
}
#top_left {
	float:left;
	border:0px solid blue;
}
#logotype {
	width:190px;
	height:75px;
}
#top_right {
	padding-top:15px;
	float:left;
	border:0px solid #eee;
	width:710px;
	height:60px;
}
#main_container {
	border:0px solid blue;
	height:100%;
	clear:both;
	padding:10px 10px 10px 10px;
}
#main_left {
	border:0px solid green;
	margin-right:15px;
	padding:0;
	float:left;
	width:620px;
	/*height:100%;*/
}
#right_container {
	border:0px solid red;
	float:left; 
	/*height:100%;*/
	width:250px;
}
#bottom {
	/*margin: 0 auto;
	position:fixed;*/
	bottom:0;
	width:100%;
	color:white;
	background:url(../media/images/backgrounds/bottom_bkg.png) bottom left;
	text-align:center;
	letter-spacing:1px;
	padding-top:20px;
	height:30px;
}

/*
 * style.css
 */
 /* GLOBAL */

.preloadPic { /*Preloades images*/
	display:none;
}
div#labelLoad {
	z-index:2000;
	position:absolute;
	background:#000;
	color:#fff;
	padding:0 2px;
	margin:6px 0 0 0px;
	-moz-opacity:0.3;
	opacity:.3;
	filter: alpha(opacity=30);
}
span#site_desc {
	display:none;
}
img {
	border:0px solid black;
}
hr {
	margin:15px 0px;
}
.clear {
	clear:both;
	line-height:1px;
}
h2 {
	color:#000;
	font-size:14px;
}
h3 { 
	font-size:13px;
}
a {
	color:#005DFF;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	text-decoration:underline;
}
legend {
	font-weight:bold;
	color: #2D5982;
}
fieldset {
	border-width:0px;
}
.submit {
	background:#CFE8F5; 
	border:1px solid #4A95C9; 
	padding:1px; 
	color:#0C2993; 
	letter-spacing:1px; 
	font-size:85%; 
}
.margin-top-5 {
	margin-top:5px;
}
.margin-top-10 {
	margin-top:10px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
.icon_border {
	border:1px solid #ddd;
	background:#eaeaea;
	padding:1px;
	-moz-opacity:.7;
	opacity:.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* For IE8 */
	filter: alpha(opacity=70); /* For IE5-7 */
}
.icon_border:hover {
	border:1px solid #888;
	background:#fff;
	padding:1px;
	-moz-opacity:1.00;
	opacity:1.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* For IE8 */
	filter: alpha(opacity=100); /* For IE5-7 */
}
.block {
	display:block;
}
.back_button { /* Button in notices and messages - backLlink in lang files*/
	margin-top:10px;
	display:block;
}

/* Delete text button */
div.delete_btn {
	background:url(../media/images/icons/delete.png) no-repeat right #EFEFEF; 
	font-size:11px; 
	width:120px;
	border:1px solid #ccc;
	text-align:center;				
	padding:2px;
}
div.delete_btn:hover {
	background:url(../media/images/icons/delete.png) no-repeat right #ffffff;
}

div.delete_btn a {
	color:#666;
	display:block;
}

div.delete_btn a:hover {
	color:#666;
	text-decoration:none;
	display:block;
}

/* Pagination */
a.page_num {
	border:1px solid #fff;
	width:15px;
	height:15px;
	font-size:11px;
	font-weight:bold;
	padding:2px 5px;
	color:#005dff;
}
a.page_num:hover {
	border:1px solid #ccc;
	font-size:11px;
	font-weight:bold;
	width:15px;
	height:15px;
	padding:2px 5px;
	background:#ddd;
	text-decoration:none;
	color:#000;
}
.page_num_current {
	font-size:11px;
	font-weight:bold;
	width:15px;
	height:15px;
	padding:2px 5px;
	background:#ff0000;
	color:#fff;
}
#pagination {
	clear:both;
	text-align:center;
	margin:10px 0px;
}

.smallText {
	font-size:10px;
	font-weight:normal;
}
.mediumText {
	font-size:11px;
	font-weight:normal;
}
img.smallImageBorder {
	border:1px solid #ccc;
	padding:1px;
}
img.smallImageBorder:hover {
	border:1px solid #cc0000;
	padding:1px;
}
/*
#subcontainer {
	width:800px; 
	border:1px solid red; 
	float:left;
}
*/
#loader {
	float:left;
	line-height:25px;
	width:16px;
	height:16px;
	border:0px solid black;
}
p.submit_area { /* Positoins submit buttons for loader */
	float:left;
	margin-right:5px;
}


#banner {
	width:141px; 
	border:0px solid red; 
	margin-left:0.2em;
}
/*
Banner
*/
.right_banner_link {
	display:block;
	text-align:center;
	margin-bottom:5px;
}

#middle {
	border:0px solid gray;
	height:auto;
}
div#join_now {
	background:url(../media/images/backgrounds/register.png) no-repeat;
	height:110px;
	margin:0px 0px 20px 35px;
	padding-top:75px;
	text-align:center;
	font-size:18px;
	color:#fff;
	border:0px solid red;
	width:185px;
}
/* Max image width size */
#main_left img {
	max-width:770px;
	width: expression(this.width > 650 ? 650: true); /* ie */
} 	

#popup {
  position: absolute;
  padding: 5px;
  border: 1px solid black;
  background: #eee;
  left: 0px;
  top: 0px;
  visibility: hidden;
}
body.popbox { /* body bkg for modal tb_window */
	background:#fff;
}
ul#shortcuts {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul#shortcuts li {
	line-height:25px;
	border-bottom:1px solid #E6E6E6;
}
ul#shortcuts li:hover, ul#shortcuts li.current {
	background:#efefef;
	text-decoration:none;
}

ul#shortcuts li a.inbox_off {
	background:url(../media/images/icons/inbox.png) no-repeat left;
	display:block;
	padding-left:30px;
}
ul#shortcuts li a.inbox_on {
	background:url(../media/images/icons/inbox_new.gif) no-repeat left;
	display:block;
	padding-left:30px;
}
ul#shortcuts li a.profile {
	background:url(../media/images/icons/profile.png) no-repeat left;
	display:block;
	padding-left:30px;
}
ul#shortcuts li a.visitor {
	background:url(../media/images/icons/visitor.gif) no-repeat left;
	display:block;
	padding-left:30px;
}
ul#shortcuts li a.guestbook_off {
	background:url(../media/images/icons/guestbook.png) no-repeat left;
	display:block;
	padding-left:30px;
}
ul#shortcuts li a.guestbook_on {
	background:url(../media/images/icons/guestbook_new.gif) no-repeat left;
	display:block;
	padding-left:30px;
}
ul#shortcuts li a.friends_off {
	background:url(../media/images/icons/friends.png) no-repeat left;
	display:block;
	padding-left:30px;
}
ul#shortcuts li a.friends_on {
	background:url(../media/images/icons/friends_new.gif) no-repeat left;
	display:block;
	padding-left:30px;
}
ul#shortcuts li a.online {
	background:url(../media/images/icons/online.png) no-repeat left;
	display:block;
	padding-left:30px;
}
ul#shortcuts li a.video {
	background:url(../media/images/icons/movie.png) no-repeat left;
	display:block;
	padding-left:30px;
}
ul#shortcuts li.visits_off {
	display:none;
}
ul#shortcuts li.visits_on {
	display:block;
}
/* EOF GLOBAL */

/* TEXT DECORATION */
.boldTxt {
	font-weight:bold;
	color:#234761;
}
div.facts_heading {
	clear:both;
}
div.facts_content {
	clear:both; 
	margin-bottom:20px;
}
p.facts_heading {
	border:0px solid black; 
	float:left;
	margin-right:5px; 
	width:180px; 
	font-weight:bold;
}
p.facts_content {
	border:0px solid black; 
	float:left; 
	margin:0px 5px 5px 0px;; 
	width:180px;
	font-weight:normal;
}
.sel_facts  {
	width:150px;
}
/* EOF TEXT DECORATION */

/****  RIGHT SECTION *****/

div.main_right { /* All main righnt should be replaced by right_box */
	border:1px solid red;
	background:url(../media/images/backgrounds/right_separator.png) bottom no-repeat;
	margin:0px 0px 10px 0px;
	padding-bottom:15px;
	
}

div.right_box { 
	background:url(../media/images/backgrounds/right_separator.png) bottom no-repeat;
	margin:10px 0px 20px 0px;
	padding-bottom:15px;
	
}
div.right_box div {
	padding:0px 10px;
}

/* Heading Subtitles */
div.heading {
	background:url(../media/images/backgrounds/heading_left_bkg.png) left no-repeat;
	height:24px;
	margin-bottom:10px;
}
div.heading div {
	background:url(../media/images/backgrounds/heading_right_bkg.png) right no-repeat;
	width:100%;
	height:24px;
	line-height:20px;
}
div.heading div h2 {
	font-size:14px;
	font-weight:normal;
	color:#333;
	margin-left:10px;
}
/* Heading black*/
div.heading_black {
	background:url(../media/images/backgrounds/heading_black_left_bkg.png) left no-repeat;
	height:24px;
	margin-bottom:10px;
}
div.heading_black div {
	background:url(../media/images/backgrounds/heading_black_right_bkg.png) right no-repeat;
	width:100%;
	height:24px;
	line-height:20px;
}
div.heading_black div h2 {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin-left:10px;
}
div.heading_black a {
	font-size:14px;
	color:#fff;
	margin-left:10px;
}
/* Heading red*/
div.heading_red {
	background:url(../media/images/backgrounds/heading_red_left_bkg.png) left no-repeat;
	height:24px;
	margin-bottom:10px;
}
div.heading_red div {
	background:url(../media/images/backgrounds/heading_red_right_bkg.png) right no-repeat;
	width:100%;
	height:24px;
	line-height:20px;
}
div.heading_red div h2 {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin-left:10px;
}
div.heading_red a {
	font-size:14px;
	color:#fff;
	margin-left:10px;
}


div.subheading {
	border-bottom:medium double #666;
	padding-bottom:5px;
	margin:20px 0 5px 0;
}

/* Below should be removed !!!! */
div.main_right_hd {
	border:1px solid red;
	background:url(../media/images/backgrounds/heading_bkg.png) repeat-x #f2f7f9;
	margin:0px 0px 5px 0px;
	font-weight:bold;
}
div.main_right_2 {
	background:url(../media/images/backgrounds/right_separator.png) bottom no-repeat;
	padding-bottom:15px;
	margin:0px 0px 10px 0px;
	border:1px solid red;
}
div.main_right_hd2 {
	border:1px solid red;
	background:url(../media/images/backgrounds/heading_bkg2.png) repeat-x #fff;
	margin:3px 0px 3px 0px;
	font-weight:bold;
}
div.main_right3 {
	background:url(../media/images/backgrounds/login_bkg.png) repeat-x #f2f7f9;
	border:1px solid red; 
	padding:0em; 
	margin-bottom:1em; 
}
div.main_right_hd3 {
	border:1px solid red;
	background:url(../media/images/backgrounds/heading_bkg.png) repeat-x #f2f7f9;
	margin:3px 0px 3px 0px;
	font-weight:bold;
}
div.main_right3b {
	background:url(../media/images/backgrounds/login_bkg.png) repeat-x #f2f7f9;
	border:1px solid red; 
	padding:0em; 
	margin-bottom:1em; 
}
div.main_right_hd3b {
	border:1px solid red;
	background:url(../media/images/backgrounds/heading_bkg.png) repeat-x #f2f7f9;
	margin:3px 0px 3px 0px;
	font-weight:bold;
}
/* Above should be removed !!!! */

div.main_register_forgot {
	margin:0px 0px 5px 0px;
	font-weight:bold;
}
div#photo_uploaded_layer {
	z-index:3000;
	width:270px;
	height:360px;
	margin:-363px 0px 0px 0px;
	background:#fff;
	-moz-opacity:.6;
	opacity:.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* For IE8 */
	filter: alpha(opacity=60); /* For IE5-7 */
}
div#envpic_layer {
	margin:-56px 8px 0px 6px;
	background:#000;
	-moz-opacity:0.7;
	opacity:.7;
	filter: alpha(opacity=70);
	position:absolute;
	z-index:232;
	width:585px;
	height:50px;
}
div#envpic_layer div {
	padding:5px;
	color:#fff;
}

.smiley {
	vertical-align:middle;
	width:20px;
	height:20px;
}

/****  EOF RIGHT SECTION *****/

.white_border {
	border:0px solid red;	
	padding:0.3em;
}

.botwhite {
	color:#fff;
}

/* Messages */
#emptyInbox {
	margin:3em 0em 0em 20%; 
	background:url(../media/images/backgrounds/inbox_bubbla.png) no-repeat; 
	border:0px solid black;
	width:290px; 
	height:170px; 
	padding-top:1em; 
	text-align:center;
	font-weight:bold;
	color:red;
}
#emptyMsg {
	margin:3em 0em 0em 20%; 
	background:url(../media/images/backgrounds/inbox_bubbla.png) no-repeat; 
	border:0px solid black;
	width:290px; 
	height:170px; 
	padding-top:1em; 
	text-align:center;
	font-weight:bold;
	color:red;
}
#infoMsg { 
	border:1px solid #FFE982;
	background:url(../media/images/icons/info_msg.png) no-repeat left #FFF6CB; 
	padding:1em 1em 1em 50px;
	text-align:center;
	color:#000;
}
#infoBox { 
	border:1px solid #FFE982;
	background:#FFF6CB; 
	padding:1em;
	text-align:center;
	color:#000;
}
#errorMsg {
	margin:1em auto;
	padding:1em 1em 1em 50px;
	border:1px solid #FF8F8A;
	background:url(../media/images/icons/error_msg.png) no-repeat left #FFDBE1;
	text-align:center;
}
#errorBox {
	margin:1em auto;
	background:#FFDBE1;
	padding:1em;
	border:1px solid #FF8F8A;
	text-align:center;
}
#errorTxt {
	color:red;
}

#warningMsg {
	margin:0em; 
	border:1px solid #ffc682;
	background:url(../media/images/icons/warning_msg.png) no-repeat left #ffeacb;
	padding:1em 1em 1em 50px;
	text-align:center;
	color:#000;
}
#successMsg {
	margin:0em; 
	background:url(../media/images/icons/success_msg.png) no-repeat left #E1FFDF;
	border:1px solid #089F00;
	padding:1em 1em 1em 50px;
	text-align:center;
	color:#000000;
}
#helpTxt {
	border:1px solid #FA9907; 
	background:#FFF5CC; 
	padding:0.6em; 
	margin-bottom:2em;
}
/* EOF Messages */


#bottom_banner {
	background:#eaeaea; 
	margin-top:1em; 
	border:3px solid #eaeaea; 
	padding:1em;
	text-align:center;
	width:544px;
}

/* Inputs and labels */
input[type=image], input[type=image]:hover {
	border:0px solid #fff;
}

input[type=text], input[type=password] {
	background:url(../media/images/backgrounds/input_bkg.png) repeat-x white; 
	border:1px solid #c6c6c6;
	height:16px;
	margin-bottom:10px;
	padding:3px;
}
select {
	border:1px solid #c6c6c6;
	height:26px;
	margin-bottom:10px;
	padding:3px;
}

.input_error {
	background:url(../media/images/backgrounds/input_bkg.png) repeat-x white; 
	border:1px solid red;
	margin-bottom:10px;
	padding:3px;
}
.input:focus {
	border:1px solid orange;
}
textarea {
	background:url(../media/images/backgrounds/input_bkg.png) repeat-x #fff; 
	border:1px solid #c6c6c6;
	padding:3px;
}

.med_hd {
	background:#2D5982; 
	margin-top:1em; 
	padding:0.3em; 
	width:300px;
}
label {
	cursor:pointer;
	font-weight:bold;
	display:block;
	margin-bottom:2px;	
}
label.newline {
	display:block;
}
input.newline, textarea.newline, select.newline {
	display:block;
	margin-bottom:20px;
}

.video_input {
	width:350px;
	margin:0;	
}

/* Varningar och meddelanden */
#stopMessage {
	color:red;
	font-weight:bold;
	line-height:25px;
	border:1px solid #2D5982;
	text-align:center;
	margin-bottom:0.5em;
	clear:both;
}
#goMessage {
	color:green;
	font-weight:bold;
	line-height:25px;
	border:1px solid #2D5982;
	text-align:center;
	margin-bottom:0.5em;
	clear:both;
}
/* Registration */
.tbl_tr {
	margin-bottom:1em; 
	border:0px solid green; 
	width:495px; 
	padding:0.2em;
	float:left;
	clear:both;
}

.tbl_td1 {
	border:0px solid black; 
	height:auto; 
	width:154px; 
	line-height:25px; 
	float:left;
	text-align:right;
	font-weight:bold;
	margin-right:0.3em;
}

.tbl_td2 {
	border:0px solid red; 
	height:auto; 
	width:auto; 
	line-height:25px; 
	float:left;
	margin-right:0.3em;
}

.tbl_td3 {
	border:0px solid red; 
	height:auto; 
	width:165px; 
	line-height:25px; 
	float:left;
}

.redStar {
	color:red; 
	font-size:15px;
}

/* Profile */
.tbl_tr_pro {
	margin-bottom:3px; 
	border-bottom:1px dashed #ccc; 
	width:98%;
	padding:2px;
	float:left;
}

.tbl_td1_pro {
	border:0px solid black; 
	height:auto; 
	width:85px; 
	line-height:20px; 
	float:left;
	text-align:left;
	font-weight:bold;
	margin-right:0.3em;
}

.tbl_td2_pro {
	border:0px solid red; 
	height:auto; 
	width:auto; 
	line-height:20px; 
	float:left;
	margin-right:0.3em;
}
div#pro_info_container {
	float:left; 
	margin-right:15px;
	border:0px solid #D1DDEF;
	width:75%;
}
div#pro_pic_container {
	border:0px solid #D1DDEF;
	float:right; 
	width:120px; 
}
div#pro_pic_container div {
	margin:0 auto;
}

div#press_heading {
	margin-top:1em; 
	padding:0.3em;
	clear:both;
	width:150px;
}
div#press_heading h3 {
	font-size:12px;
	color:#444;
	font-weight:bold;
}
#press_container {
	border:1px solid #eaeaea;
	padding:0.3em;
	min-height:75px;
	margin-bottom:1em; 
}
#press_container img {
	max-width:600px; 
}
#motto {
	border:1px solid #FFDC7F;
	background:#FEFFBF;
	padding:3px;
	margin-bottom:10px;
	font-weight:bold;
}
#right_now {
	border:1px solid #8ACF67;
	background:#DFFFCF;
	padding:3px;
	margin-bottom:10px;
	font-weight:bold;
}
#clubs {
	clear:both;
	margin-bottom:10px;
}
/* Guestbook */
div.gb_container {
	border:1px solid #eaeaea; 
	clear:both; 
	float:left; 
	margin-bottom:7px; 
	width:99%;	
}
div.gb_header {
	width:100%;
	border:0px solid orange;
	float:left;
	clear:both;	
	background:#eaeaea;
}
div.gb_hleft {
	float:left; 
	border:0px solid black; 
	padding:1px;
	width:300px;
	line-height:20px;
}
div.gb_hright {
	border:0px solid blue; 
	float:right; 
	padding:1px; 
	width:200px;
	text-align:right;
	line-height:20px;
}

div.gb_content {
	border:0px solid green; 
	float:left; 
	padding:1px; 
	width:450px;
}
div.gb_content2 {
	border:0px solid green; 
	float:left; 
	padding:1px; 
	width:450px;
}
p.gbReply {
	font-style:italic; 
}
div.gbReply {
	color:#666;
	padding-left:5px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
/* EOF Guestbook */


.redStar {
	color:red; 
	font-size:15px;
}

/* MENU */
div#menu {
	height:auto;
}

.submenu_off {
	background:none;
}

div#topmenu_container {
	background:url(../media/images/backgrounds/topmenu_wide_bkg2.png) repeat-x;
	height:60px;
	width:100%;
}

ul#topmenu {
	/*padding-left:10px,*/
}

ul#topmenu li a {
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

ul#topmenu li {
	/*display:inline;*/
	float:left;
	list-style-type:none;
	text-align:center;
	margin:0;
	border-right:1px solid #ec6666;
}
ul#topmenu li#last {
	border-width:0px;
}
ul#topmenu li a.link {
	color:white;
	font-weight:bold;
	display:block;
	padding:0px 10px;
	text-align:center;
	text-decoration:none;
	line-height:27px;
	padding:0px 16px;
}
ul#topmenu a.link:hover {
	background:url(../media/images/backgrounds/topmenu_hover.png);	
}
ul.sub {
	margin:0;
	padding:0;
	clear:left;
	font-weight:bold;
}
ul.sub li {
	display:inline;
	list-style-type:none;
	text-align:center;
	float:left;
	
}
ul.sub li a {
	float:left;
	display:inline;
	display:block;
	padding:0px 10px;
	margin-right:10px;
	line-height:25px;
	font-size:12px;
	color:#3F3F3F;
	background:url(../media/images/backgrounds/submenu_arrow.png) no-repeat left;
}
ul.sub li a:hover {
	
}
/* REMOVE ALL .MENU
ul.menu {
	display:inline;	
	text-align:center;
}
.menu li {
	float:left;	
	list-style-type:none;
	padding:2.5px;
	border-right:1px solid #aaa;
	margin-right:0px;
	width:81px;
	text-align:center;
	background:#22465F;
	background:url(../media/images/backgrounds/menu_tab_bkg.png) repeat-x;
	
}
ul.menu li a {
	text-decoration:none;	
	color:#FFF;
	display:block;
	padding-left:6px;
	padding-right:10px;
	font-size:10px;
	line-height:16px;
}

ul.menu li a:hover {
	color:#aaa;
}
*/
.menu a:visited {
	text-decoration:none;
	color:#FFF;
}
div.submenu {
	clear:both;
	border:0px solid red;
	height:20px;
	/*background:#fff;*/
	width:100%;
	text-align:center;
	font-size:85%;
	padding-top:4px;
}
ul#submenu {
	margin:0;
	text-align:center;
}
#submenu li {
	float:left;	
	list-style-type:none;
	display:block;
	padding:2px;
	border:1px solid green;
	margin-right:2px;
	

}

ul.menu a:visited {
	display:block;	
}
ul.menu a:link {
	display:block;
}


/* Usermenu */

ul.usermenu {
	margin:0;
	padding:0;
	height:25px;
	padding-left:2px;
	background:url(../media/images/backgrounds/user_menu_bkg.png) repeat-x bottom left #fff;
	margin-bottom:10px;
}
ul.usermenu li {
	list-style-type:none;
	float:left;
}
ul.usermenu li a {
	float:left;
	padding:0px 17px;
	text-align:center;
	margin-right:2px;
	background:url(../media/images/backgrounds/user_menu_link_bkg.png) repeat-x bottom left #4a4a4a;
	margin-top:2px;
	color:#fff;
	line-height:20px;
}
ul.usermenu li a:hover { 
	background:url(../media/images/backgrounds/user_menu_hover_bkg.png) repeat-x bottom left #4a4a4a;
}
ul.usermenu li a.current {
	height:24px;
	overflow:hidden;
	background:#fff;
	color:#000;
	text-decoration:underline;
	border-bottom:0px solid white;
}


/* Buttons */
.submit_red {
	background:#FF0000; 
	border:1px solid #666; 
	padding:1px; 
	color:#fff; 
	letter-spacing:1px; 
	font-size:85%; 
}
.submiton {
	background:#9ACB00; 
	border:1px solid #666; 
	padding:1px; 
	color:#000; 
	letter-spacing:1px; 
	font-size:85%; 
}
.submitoff {
	background:#eaeaea; 
	border:1px solid #666; 
	padding:1px; 
	color:#000; 
	letter-spacing:1px; 
	font-size:85%; 
}
#admin_banner_menu {
	border:1px solid #D1DDEF; 
	background:#f0f0f0; 
	padding:0.5em; 
	float:left; 
	width:498px
}
#admin_banner_container {
	border:1px solid #D1DDEF; 
	padding:1em; 
	margin-top:0.5em; 
	float:left; 
	width:486px;
}
#banners_hl {
	line-height:25px; 
	border:1px solid #D1DDEF; 
	text-align:center; 
	margin-bottom:1em; 
	color:white; 
	background:#2D5982; 
	font-weight:bold;
}
#upload_banners_hl {
	line-height:15px; 
	border:1px solid #2D5982; 
	margin-top:2em; 
	padding:0.5em; 
	background:#2D5982; 
	color:white; 
	font-weight:bold;
}

/* Banner publish table */
.banpub_tr {
	clear:both; 
	margin-bottom:2px; 
	float:left;
}
.banpub_th1 {
	float:left; 
	width:240px; 
	border:0px solid black; 
	font-weight:bold;
}
.banpub_th2 {
	float:left; 
	width:60px; 
	border:0px solid black; 
	font-weight:bold;
}
.banpub_th3 {
	float:left; 
	width:60px; 
	border:0px solid black; 
	font-weight:bold;
}
.banpub_th4 {
	float:left; 
	text-align:right; 
	width:115px; 
	border:0px solid black;
}

.banpub2_tr {
	margin-bottom:3px; 
	float:left;
}
.banpub2_th1 {
	float:left; 
	width:230px; 
	border:0px solid black;
}
.banpub2_th2 {
	float:left; 
	width:50px; 
	border:0px solid black; 
	text-align:center;
}
.banpub2_th3 {
	float:left; 
	width:50px; 
	border:0px solid black; 
	text-align:center;
}
.banpub2_th4 {
	float:left; 
	text-align:right; 
	width:144px; 
	border:0px solid black;
}


/* Admin banner tables */

.bannerTH {
	width:400px; 
	border:0px solid black; 
	float:left;
	margin-bottom:0.5em;
}
.bannerTD1 {
	width:100px;
	float:left; 
	font-weight:bold;
	border:0px solid black;
}
.bannerTD2 {
	float:left; 
	border:0px solid black;
}

/* Verify pic */
#verify_hl {
	line-height:25px; 
	border:1px solid #D1DDEF; 
	text-align:center; 
	margin-bottom:1em; 
	color:white; 
	background:#2D5982;
}
#verify_th1 {
	float:left; 
	width:100px;
}
#verify_th2 {
	float:left; 
	width:100px;
}
#verify_th3 {
	float:left; 
	text-align:right; 
	width:298px; 
	border:0px solid black;
}

/* Verify tables */
#verify_tr {
	clear:both; 
	margin-bottom:3px; 
	float:left;
}

/* Admin Help */
li.help {
	list-style-type:none;
	margin:3px 0px 3px 0px;
}
.iplog_tr {
	clear:both;
	float:left;
	margin-bottom:3px;
	line-height:15px;
	border:1px solid #eaeaea;
	padding:2px;
	width:100%;
}
.iplog_th1 {
	float:left; 
	width:130px; 
	border:0px solid black; 
	margin-right:2px;
}
.iplog_th2 {
	float:left; 
	width:120px; 
	border:0px solid black; 
	margin-right:2px;
}
.iplog_th3 {
	float:left; 
	width:140px; 
	border:0px solid black; 
	margin-right:2px;
}
.iplog_th4 {
	float:left; 
	width:100px; 
	border:0px solid black; 
	text-align:right;
}
#iplog_tr_menu {
	clear:both;
	float:left;
	margin-bottom:3px;
	line-height:15px;
	border:1px solid #2D5982;
	padding:3px;
	width:100%;
	background:#2D5982;
	color:white;
}
#iplog_tr_menu a {
	color:white;
}

/* Visits */
.visit_tr {
	clear:both;
	float:left;
	margin-bottom:3px;
	line-height:15px;
	border:1px solid #eaeaea;
	padding:2px;
	width:99%;
}
.visit_th1 {
	float:left; 
	width:180px; 
	border:0px solid black; 
	margin-right:2px;
}
.visit_th2 {
	float:left; 
	width:130px; 
	border:0px solid black; 
	margin-right:2px;
}
.visit_th3 {
	float:left; 
	width:160px; 
	border:0px solid black; 
	margin-right:2px;
}
.visit_th4 {
	float:left; 
	width:100px; 
	border:0px solid black; 
	text-align:right;
}
/* Visits */


/* 
	Blog 
*/
.blog_action_button {
	background:#eaeaea;
	color:#666;
	display:block;
	line-height:20px;
	float:left;
	padding:0 10px;
	margin-right:2px;
}
.blog_action_button:hover {
	background:#ddd;
	color:#fff;
	display:block;
	line-height:20px;
	float:left;
	padding:0 10px;
	margin-right:2px;
	text-decoration:none;
}


/* 
	Blog edit specific styles 
*/
div#blog_edit_left_cont {
	padding:2px;
	width:100px; 
	height:300px; 
	border:0px solid red; 
	float:left;
	margin-right:5px;
}
div.blog_edit_subject {
	text-align:right;
	font-weight:bold;
	border:0px solid blue; 
	width:99px; 
	line-height:25px;
	margin-bottom:3px;
}
div.blog_edit_text {
	text-align:right;
	font-weight:bold;
	border:0px solid blue; 
	width:99px; 
	height:205px; 
	vertical-align:top;
	margin-bottom:3px;
}
div.blog_edit_lock {
	text-align:right;
	font-weight:bold;
	border:0px solid blue; 
	width:99px; 
	line-height:20px;
	margin-bottom:3px;
}
div.blog_edit_save {
	text-align:right;
	border:0px solid blue; 
	width:99px; 
	line-height:20px;
	margin-bottom:3px;
}
div#blog_edit_right_cont {
	padding:2px;
	width:370px; 
	height:300px; 
	border:0px solid red; 
	float:left;
}
div.blog_edit_subject2 {
	border:0px solid blue; 
	line-height:25px;
	margin-bottom:3px;
}
div.blog_edit_text2 {
	border:0px solid blue; 
	height:205px; 
	vertical-align:top;
	margin-bottom:3px;
}
div.blog_edit_lock2 {
	border:0px solid blue; 
	line-height:20px;
	margin-bottom:3px;
}
div.blog_edit_save2 {
	border:0px solid blue; 
	line-height:20px;
	margin-bottom:3px;
}

/* EOF Blog */


/* 
 * UserMenu
 * We can DELETE this one
 */
div.user_menu {
	border:3px solid red;
	background:url(../media/images/backgrounds/login_bkg.png) repeat-x #f2f7f9;
	margin:3px 0px 3px 0px;
	width:100%;
	font-weight:bold;
} 
img.user_menu_icon {
	margin:2px 10px 0 0;
	float:left;
}

/* UserHeading and Action status */
#user_heading {
	border:1px solid #D1DDEF;
	background:url(../media/images/backgrounds/heading_bkg.png) repeat-x #f2f7f9;
	margin:3px 0px 3px 0px;
	width:100%;
	font-weight:bold;
}
p.user_heading {
	border:1px solid #D1DDEF;
	background:url(../media/images/backgrounds/heading_bkg.png) repeat-x #f2f7f9;
	font-weight:bold;
	padding:2px 0px;
	margin:0px 0px 10px 0px;
	font-size:11px;
}

#user_action_status {
	border:1px solid #F8EFA0;
	/*background:url(../img/login_bkg.png) repeat-x #f2f7f9;*/
	background:#FFFDE4;
	margin:auto;
	width:95%;
	font-weight:bold;
} 

/* UserMain - uses on all bread texts, content under title etc.*/
#user_main { /* DELETE THIS IN ALL FILES USE main_box */
	border:1px solid red;
	background:#FFF;
	/*width:100%;
	margin-bottom:1em;*/
} 
.user_main {
	border:1px solid red;
	background:#FFF;
	margin-bottom:2em;
	width:100%;
	/*height:100%;*/
}

div.main_box {
	margin-bottom:2em;
	width:100%;
	padding:0px;
}
div.main_box > div {
	padding:0px 10px;
}



/* Sending a message from profile */
p.msg_send {
	font-weight:bold;
	margin-bottom:2px;
	padding:0em;
}

/* Events */
div#events {
	padding-left:10px;
}

div#events ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

div#events ul li p.event_date {
	font-size:9px;
	color:#999;
	padding-left:15px;
}

/* 
* Event, Blog calendar 
*/
.user_calendar tbody {
	width:240px;
}

.user_calendar {
	width:230px;
	background-color: #FFF;
	border: 1px solid #D1DDEF;
	font-size: 12px;
	margin-left:10px;
	padding:0px;
	text-align:center;
}
.user_calendar th {
	background-color: #FFFFCC;
	font-weight: bold;
	height: 20px;
}
.user_calendar .header {
	background-color: #EFF6FF;
	font-weight: bold;
	height: 24px;
	color: #000;
}
.user_calendar .footer {
	background-color: #EFF6FF;
	border-top:1px solid #666;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
}
.user_calendar td {
	width: 22px;
	height: 20px;
	text-align: center;
	font-size:0.9em;
	padding: 2px;
}
.user_calendar .today {
	width: 18px;
	height: 16px;
	background-color: #D2FFCF;
	padding: 2px;
	border: 1px solid #000000;
}

.user_calendar .link {
	width: 18px;
	height: 16px;
	background: url(../media/images/icons/cal_special.png) no-repeat top right #FFF8EF;
	padding: 2px;
	border: 0px solid #ff9999;
}

.user_calendar a, .user_calendar a:link, .user_calendar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000;

}
.user_calendar a.headerNav, .user_calendar a:link.headerNav, .user_calendar a:hover.headerNav {
	color: #000;
}

.user_calendar a.footerNav, .user_calendar a:link.footerNav, .user_calendar a:hover.footerNav {
	width: 100%;
	color: #000;
}


/* 
 * Blog Calendar 
 */
.blog_calendar {
	/** configure the width **/
	width:208px;
	background-color: #FFFFFF;
	border: 0px solid #000000;
	font-size: 12px;
	margin:0px;
	padding:0px;
	text-align:center;
}
.blog_calendar th {
	background-color: #FFFFCC;
	font-weight: bold;
	height: 20px;
}
.blog_calendar .header {
	background-color: #22465F;
	font-weight: bold;
	height: 24px;
	color: #FFFFFF;
}
.blog_calendar .footer {
	background-color: #22465F;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
}
.blog_calendar td {
	width: 22px;
	height: 20px;
	text-align: center;
	font-size:0.9em;
	padding: 2px;
}
.blog_calendar .today {
	width: 18px;
	height: 16px;
	background-color: #FAD2DA;
	padding: 2px;
	border: 1px solid #000000;
}

.blog_calendar .link {
	width: 18px;
	height: 16px;
	background-color: #D4C9EF;
	padding: 2px;
	border: 1px solid #000000;
}

.blog_calendar a, .blog_calendar a:link, .blog_calendar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;

}
.blog_calendar a.headerNav, .blog_calendar a:link.headerNav, .blog_calendar a:hover.headerNav {
	color: #ffffff;
}

.blog_calendar a.footerNav, .blog_calendar a:link.footerNav, .blog_calendar a:hover.footerNav {
	width: 100%;
	color: #ffffff;
}
a.cal_special {
	display:block;
}

/* video specific */
.video_start_playicon {
	position:absolute;
	z-index:100;
	margin:-15px 0px 0 -90px;
}
.videos_start_txt {
	background:#1d1d1d;
	color:#fff;
	font-size:14px;
	padding:6px 4px;
	width:242px;
	margin:0 auto;
}
.videos_start_txt a {
	color:#5FB7FF;
}
.label {
	float:left;
	margin-right:10px;
	width:70px;
	font-weight:bold;
	text-align:right;
}

.field {
	margin-bottom:1em;
	clear:left;
	width:300px;
}
div#link_2yt_container {
	float:left;
	width:260px;
}
div#link_2loc_container {
	float:left;
	width:260px;
	border:0px solid black;
	margin-left:25px;
}
h4.comments {
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
	margin-bottom:10px;
	margin-top:10px;
}
td.view_video_cont {
	border:2px solid #ccc;
	padding:2px;
	height:355px;
	width:425px;
}
table.view_video {
	border-spacing:0;
	border-collapse:collapse;
	padding:0;
}
.view_video_actions {
	padding-left:5px;
	margin-top:5px;
}
.view_video_views {
	margin:10px 0px 20px 0px;
}
h3.view_video {
	font-size:13px;
	margin-bottom:10px;
}
div.view_video_comment_cont {
	float:left;
	width:350px;
}
p.smiley_button {
	float:left;
	margin-right:5px;
}
div.list_video_container {
	margin-bottom:5px;
	padding:0;
	float:left;
}
div.list_video_subcontainer {
	height:120px;
}
div.list_video_hlink {
	padding:0;
	margin-bottom:5px;
	text-align:left;
	font-weight:bold;
}
img.list_video {
	border:1px solid #ccc;
	padding:1px;
	width:127px;
	height:95px;
}
img.list_video_play {
	position:absolute;
	z-index:10;
	margin:5px 0px -10px -120px;
}

p.list_video_views {
	padding-left:5px;
	margin-top:5px;
}

div.right_vid_toprated_cont {
	height:390px;
	overflow:auto;
	color:#fff;
	padding:2px;
	background:#1d1d1d;
	border:1px solid #1d1d1d;
}
h2.video_toprated_heading {
	color:#fff;
	padding:0 0 0 10px;
	margin:0 0 10px 10px;
	background:url(../media/images/backgrounds/video_tr_heading_arrow.png) no-repeat left;
}
div.vid_list_toprated_cont {
	margin-bottom:5px;
	padding-left:15px;
	border:0px solid #ff0000;
}
div.vid_list_toprated_subcont {
	height:120px;
}
p.vid_list_toprated_hlink {
	padding:0;
	margin-bottom:5px;
	font-weight:bold;
}
p.vid_list_toprated_hlink .hlink {
	color:#fff;
}

img.vid_list_toprated {
	border:1px solid #ccc;
	padding:1px;
	width:127px;
	height:95px;
}
img.vid_list_toprated_play {
	z-index:10;
	margin: -100px 0px 21px 16px;
}
p.vid_list_totrate {
	padding-left: 10px;
	margin-top: 25px;
	color: rgb(255, 255, 255);
}

div.vids_cont {
	float:left;
	margin-bottom:20px;
	margin-right:75px;
}
div.vids_cont_nomar {
	float:left;
	margin-bottom:20px;
}

/* search  */
table.facts select {
	width:120px;
}
.search_tr {
	width:400px;
	border:0px solid black; 
	clear:both; 
	height:23px;
	margin-bottom:0.5em;
}
.search_td1 {
	border:0px solid red;
	float:left;
	height:100%;
	line-height:20px;
	font-weight:bold; 
	width:40%;
	margin:0;
	padding:0;
}
.search_td2 {
	border:0px solid blue;
	float:left;
	margin:0;
	padding:0;
}

/* Forum */
.forum_quote {
	width:100%;
	margin:1em 0 1em 0;
}
th.threads, td.threads {
	width:60px;
	text-align:center;
}
th.posts, td.posts {
	width:60px;
	text-align:center;
}
th.forum, td.forum {
	padding:4px 0px;
}
th.latest_post, td.latest_post {
	width:180px;
	vertical-align:top;
	padding-top:4px;
}
p.forum_desc {
	padding-right:5px;
}
p.forum_title a {
	font-weight:bold;
	display:block;
}
tr.forum_group {
	line-height:30px;
	background:url(../media/images/backgrounds/forum_group_bkg.png) repeat-x;
	height:24px;
	color:#fff;
}
td.forum_group_icon {
	padding-left:5px;
	border-bottom:2px solid #F09000;
}
td.forum_group_title {
	border-bottom:2px solid #F09000;
	font-size:13px;
	font-weight:bold;
	height:18px;
	padding:0px 0px 2px 10px;
}
tr.forum_bkg_1 {
	background:#fff;
}
tr.forum_bkg_1:hover {
	background:#eaeaea;
}
tr.forum_bkg_2 {
	background:#FFEEBF;
}
tr.forum_bkg_2:hover {
	background:#eaeaea;
}
h2.forum_search {
	float:left;
	width:180px;
	cursor:pointer !important;
	cursor:hand;
}
th.thread_started, td.thread_started {
	padding-left:5px;
}
th.thread_title, td.thread_title {
	width:250px;
}
th.thread_date, td.thread_date {
	
}
th.thread_views, td.thread_views {
	text-align:center;
}
td.thread_new {
	border-top:double #888;
	padding-top:10px;
}
div.forum_post_edit {
	float:left;
	margin-right:3px;
}
span.forum_post_date {
	font-size:11px;
}
div.forum_post_reply {
	cursor:pointer;
	margin-top:5px;
	border-top:double #888;
	padding-top:5px;
}
div#ansForm {
	margin-top:1em;
	text-align:right;
	width:100%;
}
tr.forum_post {
	line-height:25px;
	background:#FFEEBF;
}
td.forum_post_title {
	border-bottom:1px solid #F09000;
	font-size:13px;
	padding-left:5px;
}
td.forum_post_quote {
	text-align:right;
	padding-right:5px;
	border-bottom:1px solid #F09000;
}
td.forum_post_user {
	vertical-align:top;
	padding-left:5px;
}
td.forum_post_text {
	text-align:left;
	vertical-align:top;
	padding-top:10px;
}

/* BB classes */
p.quote {
	font-style:italic;
	border:1px solid #ccc;
	padding:2px;
}
._u {
	text-decoration:underline;
}
._b {
	font-weight:bold;
}
._i {
	font-style:italic;
}
._center {
	text-align:center;
}
._right {
	text-align:right;
}
._left {
	text-align:left;
}


/* Bubbles gb light gray */
div.gb_bubble_container {
	border:0px solid red;
	margin-bottom:15px;
}
p.gb_bubble_signature {
	margin-left:65px;
	margin-bottom:0;
	font-size:10px;
}
p.gb_bubble_signature a { 
	font-size:11px;
}
div.gb_bubble_left {
	width:60px;
	border:0px solid black;
	height:60px;
	float:left;
	background:url(../media/images/backgrounds/bubble_arrow_left_lg.png) no-repeat right;
}
div.gb_bubble_right {
	width:500px;
	border:0px solid red;
	float:left;
	padding:0;
}
div.gb_bubble_tl_corner {
	background:url(../media/images/backgrounds/b_tl_lg.png) no-repeat top left #ccc;
	border:0px solid red;
	font-size:1px;
	line-height:5px;
}
div.gb_bubble_tr_conrner {
	background:url(../media/images/backgrounds/b_tr_lg.png) no-repeat top right;
}
div.gb_bubble_main {
	background:#ccc;
	padding-bottom:5px;
}
div.gb_bubble_main p { 
	font-size:11px; 
	color:#000;
	padding:0 10px;
	margin:0;
}
div.gb_bubble_bl_corner {
	background:url(../media/images/backgrounds/b_bl_lg.png) no-repeat top left #ccc;
	border:0px solid green;
	line-height:5px;
	font-size:1px;
	margin-bottom:5px;
}
div.gb_bubble_br_corner {
	background:url(../media/images/backgrounds/b_br_lg.png) no-repeat top right;
}

/* Shoutbox bubble */
div.sb_bubble_container {	
	border:0px solid red;
}
p.sb_bubble_signature {
	margin-left:65px;
	margin-top:10px;
	margin-bottom:0;
	font-size:10px;
	background:#FCFFDF;
}
div.sb_bubble_left {
	width:60px;
	border:0px solid black;
	height:70px;
	padding-top:11px;
	float:left;
}
div.sb_bubble_right {
	width:500px;
	float:left;
	border:0px solid blue;
}
div.sb_bubble_top_corner {
	background:url(../media/images/backgrounds/b_tl_dg.png) no-repeat top left #666;
	border:0px solid red;
	text-align:right;
	padding-right:0;
	font-size:1px;
	line-height:5px;
}
div.sb_bubble_top_corner > div {
	background:url(../media/images/backgrounds/b_tr_dg.png) no-repeat top right;
	width:100%;
}
div.sb_bubble_main {
	background:#666;
}
div.sb_bubble_main a {
	color:yellow;
}
div.sb_bubble_main p { 
	font-size:11px; 
	color:white;
	padding:0 10px;
}
div.sb_bubble_bl_corner {
	background:url(../media/images/backgrounds/b_bl_dg.png) no-repeat top left #666;
	border:0px solid green;
	line-height:5px;
	margin-bottom:5px;
	font-size:1px;
}
div.sb_bubble_br_corner {
	text-align:right;
	background:url(../media/images/backgrounds/b_br_dg.png) no-repeat top right;
}
div.sb_bubble_top_arrow {
	font-size:1px;
	line-height:10px;
	background:url(../media/images/backgrounds/bubble_top_arrow.png) no-repeat top left; 
}

/* Compose - New Message */
div#friends_list {
	z-index:100;
	position:absolute;
	background:#fff;
	width:200px;
	height:190px;
	border:1px solid #a1a1a1; 
	padding:1px;
	overflow-y:scroll;
	overflow-x:hidden;
}
div#smileys {
	z-index:400;
	position:absolute;
	background:#fff;
	width:200px;
	height:140px;
	border:1px solid #4A95C9; 
	padding:3px;
	overflow-y:scroll;
	overflow-x:hidden;
}

/* Live */
.liveticker {
	list-style-type: none;
	color:#000;
	margin: 0 10px 0 0;
	line-height:20px; /*user defined 080515*/
	padding: 3px;
	overflow:hidden;
	
}
div#liveticker {
	/*border: 1px dashed #ccc;*/
	margin-top:0px;
	margin-bottom:5px;
	height:25px;	
}
div#live_icon {
	float:left;
	color:#fff;
	padding-right:5px;
}
p.ticker_row {
	cursor:pointer;
	cursor:hand;
	width:790px;
	font-weight:bold;
	color:#222;
	height:23px;
	line-height:23px;
	padding: 0;
	margin: 0;
}
div.ticker_container {
	background:url(../media/images/backgrounds/live_bg.png) repeat-x bottom left;
	height:22px;
	line-height:22px;
	padding-top:3px;
}

.live_console_container {
	background:url(../media/images/backgrounds/live_nokia.jpg) no-repeat;
	width:480px;
	height:295px;
	border:0px solid red;
	margin:0 auto;
}
.live_console_subcontainer {
	padding:45px 170px 20px 75px;
	color:white;
}
.live_select {
	width:200px;
	margin-bottom:10px;
}
p.live_send_sms {
	margin-bottom:2px;
}
p#liveMobile {
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px; 
}
p#liveMobile span {
	font-size:11px;
	font-weight:normal;
	color:#666;
}
p.live_sms_container {
	border:1px dashed #666;
	line-height:130%;
	padding:2px;
	margin-bottom:1em;
}
span#keywordName {
	font-weight:bold;
	font-size:14px;
}
/* Statistics */
div.bar_red {
	padding:0;
	width:230px;
	border:1px solid #BF5217;
	background:#ffcccc;
	height:12px;
}
div.bar_red div {
	background:url(../media/images/backgrounds/bar_red.png);
	height:12px;
	padding:0;
}
div.bar_green {
	padding:0;
	width:230px;
	border:1px solid #769F13;
	background: #F6FFDF;
	height:12px;
}
div.bar_green div {
	background:url(../media/images/backgrounds/bar_green.png);
	height:12px;
	padding:0;
}

/* Inbox - Outbox */
.inb_msg_info_container {
	padding:0;
	clear:both;
	height:15px;
	margin-bottom:5px;
}
.inb_msg_left {
	float:left;
	width:30px;
	margin-right:10px;
}
.inb_msg_right {
	float:left;
}
.box_txt_left {/*subject, receiver etc.*/
	float:left;
	margin-right:10px;
	width:70px;
	line-height:20px;
}
.box_txt_right {
	line-height:20px;
}
/* Poll */
.poll_ans_row_cont {
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #888;
	padding:0;
}
.poll_ans_name {
	width:100%;
	font-weight:bold;
	color:#555;
	margin-bottom:3px;
	padding:0;
}
.poll_ans_bar_cont {
	background:#eaeaea;
	padding:0;
}
.poll_ans_orange_bar {
	float:left;
	padding:0;
	height:12px;
	background:url(../media/images/backgrounds/h_bar_orange.png) repeat-x;;
} 
.poll_que_cont {
	clear:both;
	margin-bottom:2px;
	border:0px solid black;
	line-height:22px;
	height:22px;
	padding:0;
}
.poll_que_name {
	width:178px;
	float:left;
	/*padding-left:2px;*/
}
.poll_que_radio {
	line-height:20px;
	float:left;
}
/* The most viewed gallery pictures */
.most_v_gal_cont {
	margin:5px 0px;
	text-align:center;
}
.most_v_gal_pic {
	height:65px;
	width:48px;
	float:left;
	overflow:hidden;
	border:1px solid #666;
}

/* Groups */
.group_desc_heading_cont {
	border-bottom:medium double #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
	height:25px;
}
.group_desc_heading {
	float:left;
	width:400px;
	height:25px;
}
.group_desc_heading h3 {
	margin:0;
	padding-top:5px;
}
.group_desc_membership {
	text-align:right;
	height:25px;
	float:right;
}

/* The facts */
table.facts {
	border-spacing:13px;
}

table.facts tr {
	line-height:30px;
	
}
table.facts td {
	padding:4px;
}
table.facts td select{
	/*width:100%;*/
}

/* Wallbox */
div.wallbox {
	float:left;
	width:20px;
	height:20px;
	border-right:1px dashed #606060;
	border-bottom:1px dashed #606060;
}
div.grid {
	border-top:1px solid black;
	border-left:1px solid black;
	width:588px !important;
	width:592px;
	height:232px;
	padding:0px;
	background:#3F3F3F;
}
div.wallbox a.link {
	display:block;
	line-height:20px;
	text-decoration:none;
	width:16px;
	height:16px;
	font-size:0px;
}
div.wallbox a.link_current {
	display:block;

	text-decoration:none;
	line-height:0px;
	font-size:0px;
}
div.wallbox a.link:hover {
	background:#eee;
	width:100%;
	height:100%;
}
img.picZoom {
	float:left;
	margin-right:3px;
	vertical-position:text-top;
	
}
.span_tip {
	display:none;
	color:#000000;
}
.wallbox_tip_title {
	background:#363636;
	color:white;
	font-weight:bold;
	margin-bottom:3px;
	padding:2px;
}

/* Blogs at start */
div.blogs_start {
	margin-bottom:10px;
	padding:0;
}

div.blogs_start p.subject {
	background:url(../media/images/icons/write.png) no-repeat left;
	padding-left:20px;
}

div.blogs_start p.authortime {
	margin-left:20px;
}
div.blogs_start p.authortime a {
	color:#666;
	text-decoration:unerline;
}

/* Rss feed - startpage in */
.rss-list li {
	margin-bottom:10px;
	padding-left:12px;
	background:url(../media/images/icons/news_square.png) no-repeat 0px 4px;
}
ul.rss-list-first {
	list-style-type:none;
}
ul.rss-list-first li.title a {
	margin-bottom:5px;
	color:#000;
	font-weight:bold;
	font-size:13px;	
}
div.rss-list {
	background:url(../media/images/backgrounds/vecernji-logo.png) no-repeat 150px 10px;
	height:280px;
	overflow:auto;
}
div.rss-left {
	float:left;
	border:0px solid red;
	width:315px;
	margin-right:10px;
}
p.vijest-rss {
	padding:0 0 0 25px;
	background:url(../media/images/icons/rss.png) no-repeat left;
	margin:0;
}

/*
 * profile_rating.css 
 */
 .star-rating,.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,.star-rating .current-rating{	
	background: url(../media/images/icons/star.gif) left -1000px repeat-x;
}

.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, .star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;	
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{	
	background-position: left bottom;
}
.star-rating a#one-star{
	width:20%;
	z-index:6;
}
.star-rating a#two-stars{
	width:40%;
	z-index:5;
}
.star-rating a#three-stars{
	width:60%;
	z-index:4;
}
.star-rating a#four-stars{
	width:80%;
	z-index:3;
}
.star-rating a#five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:80px;
	height:10px;
}
.small-star,.small-star a:hover,
.small-star a:active,
.small-star a:focus,.small-star .current-rating {	
	background-image: url(../media/images/icons/star_small.gif);	line-height: 16px;	height: 16px;
}

/* Start - Latest uploaded pix */
ul.gallery_start_preview { list-style-type:none;margin:0 auto;width:80px;padding:0;text-align:center; }
ul.gallery_start_preview li { height:78px;width:80px;margin-bottom:3px; }
ul.gallery_start_preview li p {	height:78px;overflow:hidden;background:#2b2e31; }
ul.gallery_start_preview li a.overlay {	display:block;position:absolute;z-index:6;background:#000;color:white;font-size:9px;margin-top:-12px;line-height:12px;opacity:.5;filter:alpha(opacity=50);width:80px;text-align:center; }
div.gallery_start_show div.image { width:470px;height:305px;text-align:center;overflow:hidden;background:#2b2e31; }
div.gallery_start_show img.image-large { max-width:400px; }
div.gallery_start_show div.image-text { clear:both;color:#fff; }
div.gallery_start_show a.image-link { color:#ff0000; }
div.gallery_start_show span.italic { font-style:italic; }
div.gallery_start_preview_thumbs { float:left;border:1px solid #000;background:#222527;padding:5px 0px 5px 0px;width:95px;margin-right:10px;text-align:center; }
div.gallery_start_preview_large { border:1px solid #000;width:470px;height:315px;float:left;overflow:hidden;background:#222527;padding:10px; }




/* thickbox.css */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* edited by dean - we use it allready in stucture.css
*{padding: 0; margin: 0;}
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(REM-macFFBgHack.png) repeat;}
.TB_overlayBG {
	/*background-color:#fff;
	filter:alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;
	*/
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/*Dean defined*/
#TB_white_bkg {
	background:#FFFFFF;
}
#TB_trans_border {
	border:2px solid black;
	background:#fff;
/*	padding:10px;*/
}

#TB_window {
	position: fixed;
/*	padding:15px;*/
	background:url(/media/images/backgrounds/thickbox_bkg.png);
	background:#FFFFFF;
	z-index: 102;
	color:#000000;
	display:none;
	border: 2px solid #383838;
	text-align:left;
	top:50%;
	left:50%;
}


* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	background:#fff;
	margin: 15px 0 0 15px;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #666;
	border-left: 0px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

