b{font-size: 110%;}
em{color: red;}

img{
/*display:block; allows the element to take auto margins*/
/*margin:0 auto; centers in compliant browsers*/
/*text-align:center; centers in old versions of IE*/
} 

#topsection h1{
margin: 0;
padding-top: 15px;
}


#rightcolumn{
float: left;
width: 200px; /*Width of right column in pixels*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
background: #FDE95E;
}

#footer{
clear: both;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}


* { 
margin:0; padding:0; 
}

/* =================================== */
body  
{
	
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrap
{
	/* this will create a container 80% of the browser width*/
	width: 960px; /*85%;*/   
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	 
	
} 
#header 
{
	padding: 0 0px;  
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the 	#header instead of text, you may want to remove the padding. */
	background-color: #045476;
	height:80px;
} 

#header .logo
{
	font-size:36px;
	color:white;
	height:80px;
	margin-left:30px;
	padding-top:15px;
	float:left;
}

#header .logo a
{
	color:white;
}

#header  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#header_links a{
	color: #CCCCCC;
	font-size: small;
}

#header_links a:hover{
	color: #FFFFFF;
	font-size: small;
	text-decoration: underline;
}

/* --------------------------------------------------------- */
/* Main Menu 
/* --------------------------------------------------------- */

#navbar
{
position:relative;
	background:#003366;
	height:30px;
}

#navbar .menu_left
{
	position:absolute;
	/*overflow: hidden;*/
	/*border-bottom: 1px solid black; bottom horizontal line that runs beneath tabs*/
	 height:30px;
	 float:left;
}

#navbar .menu_right
{
	position:absolute;
	right:0px;
	float:right:
}

#navbar ul
{
	margin: 0;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	font: 12px Verdana;
	list-style-type: none;
	height:30px;
	text-align:center;
}

#navbar li
{
	display: inline;
	margin: 0;
}

#navbar li a
{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	/*border-right: 1px solid white; right divider between tabs*/
	color: white;
	background: #003366; /*background of tabs (default state)*/
}

#navbar li a:visited
{
	color: white;
}

#navbar li a:hover, #navbar  li.selected a
{
	background: #4792E6; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	/*
	height:30px;
	*/
}

/* ----------------------------------------------------- */
/* GENERAL  */
/* ----------------------------------------------------- */

#container_medium
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

#container
{
	/*
	padding-left: 150px;
	*/
	margin-right: 10px;
	float: left;
	position: relative;
	
	/*
	float: left;
	
	
	
	background-color:#0ff;
	
	width: 100%;
	border-left:150px solid #0f0;
	border-right:300px solid #f00;
	margin-left:-150px;
	margin-right:-300px;
	display:inline;  so IE plays nice 
	*/
}


/* ------------------------------------------------------
BANNER
--------------------------------------------------------- */

.msgbanner
{
	background:yellow;
	padding:20px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:90%;
}


.standard h1
{
	font:12px;
}
/* ----------------------------------------------------------
/* Sidebar */
/* ---------------------------------------------------------- */

#sidebar_left
{
	float:left;
	width:190px;
	background-color:#FFFFFF;
	padding: 5px;
}

#sidebar_right{
	float:right;
	width:320px;
	padding:0em;
	background-color:#FFFFFF /* 
	float: right;
	
	position:relative;
	/*Width of right column in pixels*/;
}

/* Submit your Photo button in left column */
div.submitYourPhoto 
{
	width:206px;
	height:27px;
	margin:10px auto;
	padding:0;
}

a.btnSubmitYourPhoto 
{
	display:block;
	width:206px;
	height:27px;
	text-indent:-9999px;
	text-decoration:none;
	background-image: url(../images/upload_button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.btnSubmitYourPhoto:hover 
{
	background:url(../images/upload_button.png) no-repeat 0 -27px;
}

/* 
--------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------
  MAIN
--------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------
*/  

#main
{
	margin-right:300px;
	margin-left:200px;
	padding:0em;
	background-color: #FFFFFF;
}

#main_full
{
	width:100%;
	background:#FFFFFF;
}

#main img
{
width:300px;
padding:15px; 
}



/* ----------------------------------------------------------
/* Page Elements
/* ---------------------------------------------------------- */

#page-title{
	/* position:relative; */
	background:#069 url(https://www.linkedin.com/img/sprite/sprite_sectionheader_v2.png) repeat-x 0 100%;
	float:right;
	width:79.5%;
	padding:10px 15px 0;
	margin-bottom:-1px;
	display:block;
*height:1%;	background-color: #069;
}

/* ----------------------------------------------------------
/* Login
/* ----------------------------------------------------------*/

.login_form
{
	padding:50px;
	border: thin solid #CCCCCC;
}

.login_label
{
	/*display:block;
	
	background:yellow;
	*/
	width:200px;
	line-height:1.5;
	
}


.login_button
{
	background:#39c url(https://www.linkedin.com/img/bg/bg_btn_500x52.png) no-repeat;
	text-decoration:none;
}

/*
.login h1{font-size:160%;}
.login .loginform h3{font-size:180%;margin-bottom:10px;color:#666;}
.login .loginform h4{font-size:130%;margin-bottom:15px;}
.login .loginform p{margin-bottom:6px;font-size:120%;}
.login .loginform p.action{padding-left:94px;_padding-left:98px;}
.login .form-guest .loginform{width:310px;margin:35px 30px 0 0;background:#EEE;float:right;-moz-border-radius:5px;-webkit-border-radius:5px;padding:15px 10px 10px;*padding-top:20px;_margin-right:15px;}
.login .form-guest .forgotpwd{font-size:110%;text-align:right;}
.login .guest-msg{width:350px;float:left;}
.login .guest-msg h2{color:#C60;font-weight:bold;font-size:240%;margin-bottom:15px;}

.login li
{
	margin:0 0 10px 20px;
	padding:2px 0 5px 0;
	list-style-type: none;
}
.login .guest-msg .copy{font-size:130%;margin:0 0 15px 15px;}
.login .form-member{margin:45px 0;padding-left:230px;width:325px;}
.login .form-member .forgotpwd{width:325px;font-size:110%;text-align:right;}
.login .not-registered{clear:both;font-size:130%;text-align:center;padding-top:30px;*padding-top:10px;}
*/


/* ----------------------------------------------------------
/* Miscellaneous classes for reuse */
/* ---------------------------------------------------------- */

.fltrt 
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* -------------------------------------- */


img     {
	border:0;
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

A
{
    color:0B5A95;
    text-decoration: none;
}
A:link
{
        color:0B5A95;
        text-decoration: none;
    }
A:visited
{
        color:0B5A95;
        text-decoration: none;
    }
A:hover
{
        color:446B4C;
        text-decoration: none;
    }

input{  font-family: Verdana, arial, helvetica, sans-serif;	font-size: 8pt; 	color: #000000; 	background-color: #F5F5F5; 	border: 1px solid #DCDBDB; 	height: 20px;     }

select{  font-family: Verdana, arial, helvetica, sans-serif;	font-size: 8pt; 	color: #000000; 	height: 25px;     }

textarea { font-family: Verdana, arial, helvetica, sans-serif; 	   font-size: 8pt; 	   color: #000000; 	   background-color: #fafafa; 	   border: 1px solid #cccccc;	 }


#border2 {border: 0px #DCDCDC solid;}

#a_border1 {border-left: 2px #ffffff solid;}

#border_blue {border: 1px #E2E8ED solid;}


#border_dblue {border: 1px #B9CBD9 solid;}

#header_top{
	height: 30px;
}

.input2{  font-family: Verdana, arial, helvetica, sans-serif; 	font-size: 8pt; 	color: #8AA5B6; 	background-color: #E9EFF4; 	border: 1px solid #BACEDA; 	height: 18px;	font-weight: bold;     }

.login_menu{
	
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	padding-left: 15px;
	color: #FFFFFF;
}

#menu_login
{
	background: red;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

.menu_login_logo
{
	float: left;
}

.menu_login_form
{
	float: right;
}

.login_menu a:hover{
	text-decoration: underline;
}

.login_ok{
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #5555DD;
	border: 1px solid #ffffff;
	font-weight: bold;
	width: 68px;
	height: 17px;
}

.login_menu2{
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	padding-left: 15px;
	background-image: url(../pic/t_meny.jpg);
	background-repeat: repeat-x;
}

.left_menu 
{
	width: 200px;
	background-color: #999999;
	border: 1px #ffffff solid;
}

.menu_link 
{
	background-image: url(../pic/l_button.gif);
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A5B97;
	font-weight: bold;
	line-height: 25px;
	padding-left: 17px;
}

.menu_bg { background-repeat: no-repeat; width: 102px; height: 8px;}

/* CSS Document */
.menu_sub
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.menu_sub ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #003366;
}

.menu_sub ul li{
	display: inline;
}

.menu_sub ul li a{
	float: left;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
	color: #FFFFFF;
}

.menu_sub ul li a:visited{
color: #FFFFFF;
}

.menu_sub ul li a:hover, .h_mnu_01 ul li .selected{
	color: #FFFFFF !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #00468C;
}


.preload1 {background: url(drop3/blank_over.gif);}

.preload2 {background: url(drop3/blank_overa.gif);}



.menu2 {padding:0 0 0 32px; margin:0; list-style:none; height:36px; background:#fff; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}

.menu2 li.top {display:block; float:left;}

.menu2 li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(drop3/blank.gif);}

.menu2 li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:36px;background:url(drop3/blank.gif) right top;}

.menu2 li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:36px; background:url(drop3/blanka.gif) no-repeat right top;}

.menu2 li a.top_link:hover {color:#fff; background: url(drop3/blank_over.gif) no-repeat;}

.menu2 li a.top_link:hover span {background:url(drop3/blank_over.gif) no-repeat right top;}

.menu2 li a.top_link:hover span.down {background:url(drop3/blank_overa.gif) no-repeat right top;}



.menu2 li:hover > a.top_link {color:#fff; background: url(drop3/blank_over.gif) no-repeat;}

.menu2 li:hover > a.top_link span {background:url(drop3/blank_over.gif) no-repeat right top;}

.menu2 li:hover > a.top_link span.down 
{
	background-image: url(drop3/blank_overa.gif);
	background-repeat: no-repeat;
	background-position: right top;
}





.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}



/* Default link styling */



/* Style the list OR link hover. Depends on which browser is used */



.menu2 a:hover {visibility:visible; position:relative; z-index:200;}

.menu2 li:hover {position:relative; z-index:200;}



/* keep the 'next' level invisible by placing it off screen. */

.menu2 ul, 

.menu2 :hover ul ul, 

.menu2 :hover ul :hover ul ul,

.menu2 :hover ul :hover ul :hover ul ul,

.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}



.menu2 :hover ul.sub {left:0; top:31px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:90px; height:auto; z-index:300;}

.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:90px; font-weight:normal;}

.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:90px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;}

.menu2 :hover ul.sub li a.fly {background:#fff url(drop3/arrow.gif) 80px 7px no-repeat;}

.menu2 :hover ul.sub li a:hover {background:#3a93d2; color:#fff;}

.menu2 :hover ul.sub li a.fly:hover {background:#3a93d2 url(drop3/arrow_over.gif) 80px 7px no-repeat; color:#fff;}

.menu2 :hover ul li:hover > a.fly {background:#3a93d2 url(drop3/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 



.menu2 :hover ul :hover ul,

.menu2 :hover ul :hover ul :hover ul,

.menu2 :hover ul :hover ul :hover ul :hover ul,

.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul

{left:90px; top:-4px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:90px; z-index:400; height:auto;}


/************************************************

*	Footer Background							*

************************************************/

#footerbg {

	background: #1A4E88;

	}



	

.footerleft {

	width: 700px;

	float: left;

	margin: 0px;

	padding: 8px 0px 8px 0px;

	}

	

.footerright {

	width: 250px;

	float: right;

	margin: 0px;

	padding: 8px 0px 8px 0px;

	text-align: right;

	}

	
/* Comments Form
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.comments-form { background: #e1f4fc; padding: 20px; margin: 10px 0px;}
.comments-form h3 { color:#272d36; font: normal 28px/28px "Arial"; letter-spacing: -1px; padding-bottom: 5px; margin-bottom: 5px; border-bottom: solid 1px #c5e1ed; }
.comments-form p { padding: 7px 0px; color:#808080;}
.comments-form .required { font-weight: normal; color:#ff0000;}
.comments-form input { padding: 5px; width: 210px; margin-right: 7px; }
.comments-form input.formid { border: 1px solid #a8d3e4; background: #fff url(images/form-name-bkg.png) no-repeat left; padding: 5px 5px 5px 40px;}
.comments-form input.formemail { border: 1px solid #a8d3e4; background: #fff url(images/form-email-bkg.png) no-repeat left; padding: 5px 5px 5px 40px;}
.comments-form input.formuri { border: 1px solid #a8d3e4; background: #fff url(images/form-uri-bkg.png) no-repeat left; padding: 5px 5px 5px 40px;}

.comments-form textarea { border: 1px solid #a8d3e4; background: #fff; padding: 4px; width: 97%;}
.comments-form .button { border: 1px solid #a8d3e4; background: url(images/button-post-comment.png) no-repeat left; color:#fff; width: auto; font-size: 11px; font-weight: bold; padding: 4px 6px 4px 38px;}


.sisu_paigutus  { background-color:#ffffff; 		  width:700px; float:left;		}

.sisu_paigutus2  { padding-left: 15px;		   padding-top: 10px;		}

.top_hinne { background-color: #EBF1F6;	     border: 0px #B9CBD9 solid;	     height: 14px;	     font-family: verdana, arial, Helvetica, sans-serif; 	     font-size: 11px; 	     color: #0074C1; 	     font-weight: bold;	     text-align: center;	   }

.top_user { font-family: verdana, arial, Helvetica, sans-serif; 	    font-size: 11px; 	    color: #0074C1; 	    font-weight: bold;	    text-align: center;	  }

p { font-family: verdana, arial, Helvetica, sans-serif;      font-size: 12px;      color: #404040;     font-weight: none;     padding-left: 10px;     padding-top: 10px;   }

.text_tavaline  { font-family: verdana, arial, Helvetica, sans-serif; 	  	  font-size: 12px; 	  	  color: #404040;	    	  line-height: 16px;		}

.tavaline_text_bold  { font-family: verdana, arial, Helvetica, sans-serif; 	  	  font-size: 12px; 	  	  color: #707070;	    	  line-height: 16px;		  font-weight: bold;		}

.text_suur { font-family: verdana, arial, Helvetica, sans-serif; 	     font-size: 16px; 	     color: #295DDE;	     font-weight: bold;	     line-height: 24px;	   }

.text_profiil { font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040;	        line-height: 26px;		width: 150px;		padding-left: 15px;	      }

.text_profiil2 { font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040;	        line-height: 26px;		padding-left: 15px;	      }

.text_sinine { font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #7F9DB3;		font-weight: bold;	        line-height: 20px;		padding-left: 10px;	      }

.avaleht_text_p { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 14px; 	     	  color: #505050;	     	  font-weight: bold;	     	  padding-left: 35px; background-image: url(../pic/top_bg_y.bmp); background-repeat: no-repeat;}

.avaleht_text_p2 { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 14px; 	     	  color: #505050;	     	  font-weight: bold;	     	  padding-left: 0px;		}

.avaleht_text_b { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 12px; 	     	  color: #505050;	     	  font-weight: bold;	     	  padding-left: 50px;		}

.sms_kommentaar { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 11px; 		  color: #719378;	     	  font-weight: bold;	     	  padding-left: 10px;		}

.kysitlus_text  { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 11px; 	     	  color: #0A5B97;	     	  font-weight: bold;		}

.text_online_p  { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 12px; 		  color: #6692B2;	     	  font-weight: bold;		}

.text_online { font-family: verdana, arial, Helvetica, sans-serif; 	       font-size: 11px; 	       color: #606060;	       font-weight: bold;	     }



.login_menu A        { color:ffffff; text-decoration: none; }

.login_menu A:link   { color:ffffff; text-decoration: none;}

.login_menu A:visited{ color:ffffff; text-decoration: none;}

.login_menu A:hover  { color:000000; text-decoration: none;}



.login_menu2 A        { color:ffffff; text-decoration: none; }

.login_menu2 A:link   { color:ffffff; text-decoration: none;}

.login_menu2 A:visited{ color:ffffff; text-decoration: none;}

.login_menu2 A:hover  { color:000000; text-decoration: none;}



.menu_link  A        { color:ffffff; text-decoration: none; }

.menu_link  A:link   { color:000000; text-decoration: none;}

.menu_link A:visited{ color:000000; text-decoration: none;}

.menu_link A:hover  { color:ffffff; text-decoration: none;}



#logo {background-image: url(../pic/logo.jpg); background-repeat: no-repeat;}





#reg_dot {background-image: url(../pic/punkt.png); background-repeat: no-repeat; height: 6px; width: 6px; position:relative; float: left; top: 5px;}

#div_float_left {
	float: left;
}

#div_float_center {float: center;}







#bgcolor_white {background-color: #ffffff;  }

#a_bg_blue {background-color: #E2EAF0;}

#a_bg_dblue {background-color: #CBDAE3;}

#a_bg_green {background-color: #C6DDCB;}

#bg_dblue {background-color:E2E8ED;}

#bg_blue {background-color:F6F8FA;}

#bg_grey {background-color:fafafa;}

#bg_blue2 {background-color:EEF2F5;}



#a_top_bg_a {background-image: url(../pic/top_bg_a.gif); background-repeat: no-repeat;}



#a_poll_icon {background-image: url(../pic/h22letus.gif); background-repeat: no-repeat; height: 21px; width: 21px;}

#a_poll_v {background-image: url(../pic/h22letus_v.png); background-image: no-repeat; width: 3px; height: 14px;}

#a_poll_k {background-image: url(../pic/h22letus_k.png); background-repeat: repeat-x;}

#a_poll_p {background-image: url(../pic/h22letus_p.png); background-repeat: no-repeat; width: 3px; height: 14px;}

#a_poll_bg_a {background-image: url(../pic/h22letus_bg_a.gif); background-repeat: no-repeat;}



#a_lpic_top {background-color: #D1DDE5; border-bottom: 1px #ffffff solid;}

#a_lpic_icon {background-image: url(../pic/viimatil_icon.gif); background-repeat: no-repeat; height: 21px; width: 22px;}

#a_lpic_bg_a {background-image: url(../pic/viimatil_bg_a.gif); background-repeat: no-repeat;}



#a_sms_top {background-color: #C6DDCB; border-bottom: 1px #ffffff solid;}

#a_sms_icon {background-image: url(../pic/sms_icon.png); background-repeat: no-repeat; height: 27px; width: 15px;}

#a_sms10_icon_g {background-image: url(../pic/sms_10.gif); background-repeat: no-repeat; width: 49px; height: 25px;}

#a_sms10_icon_b {background-image: url(../pic/sms_10_s.gif); background-repeat: no-repeat; width: 48px; height: 25px;}

#a_sms_bg_a {background-image: url(../pic/sms_bg_a.gif); background-repeat: no-repeat;}



#user_icon {background-image: url(../pic/user.gif); background-repeat: no-repeat; width: 16px; height: 16px; float: left;}

#user_icon_c {background-image: url(../pic/user.gif); background-repeat: no-repeat; width: 16px; height: 16px; float: center;}

#user_icon2 {background-image: url(../pic/user.gif); background-repeat: no-repeat; width: 16px; height: 16px; padding-left: 25px; padding-bottom: 6px; font-family: verdana, arial, Helvetica, sans-serif;font-size: 16px; 	     color: #0B5A95;	     font-weight: bold;}

#user_icon3 {background-image: url(../pic/user_o.gif); background-repeat: no-repeat; width: 16px; height: 16px; padding-left: 25px; padding-bottom: 6px; font-family: verdana, arial, Helvetica, sans-serif;font-size: 16px; 	     color: #295DDE;	     font-weight: bold;}

#user_icon4 {background-image: url(../pic/user.gif); background-repeat: no-repeat; height: 16px; padding-left: 18px;}



#no_pic {background-image: url(../pic/puudub.png); background-repeat: no-repeat; width: 120px; height: 120px;}

#no_pic2 {background-image: url(../pic/puudub2.png); background-repeat: no-repeat; width: 120px; height: 120px;}



#kiri_icon {background-image: url(../pic/kiri.png); background-repeat: no-repeat; width: 120px; height: 14px; padding-left: 25px; padding-bottom: 6px; font-family: verdana, arial, Helvetica, sans-serif;font-size: 16px; 	     color: #295DDE;	     font-weight: bold;	  }



#pic_del {background-image: url(../pic/delete.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left;}

#pic_add {background-image: url(../pic/add.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left;}

#pic_love {background-image: url(../pic/love2.gif); background-repeat: no-repeat; height: 21px; width: 350px; padding-left: 24px;}

#pic_love2 {background-image: url(../pic/love3.gif); background-repeat: no-repeat; height: 21px; padding-left: 18px;}

#pic_friend_y {background-image: url(../pic/friend_yes.png); background-repeat: no-repeat; height: 15px; width: 350px; padding-left: 24px;}

#pic_friend {background-image: url(../pic/friend.gif); background-repeat: no-repeat; height: 18px; width: 350px; padding-left: 24px;}

#pic_to {background-image: url(../pic/to.gif); background-repeat: no-repeat; height: 21px; width: 260px; padding-left: 24px; padding-top: 3px;}

#pic_from {background-image: url(../pic/from.gif); background-repeat: no-repeat; height: 21px; width: 260px; padding-left: 24px; padding-top: 3px;}

#rated24 {background-image: url(../pic/rated24.gif); background-repeat: no-repeat; height: 16px; width: 360px; padding-left: 20px; padding-top: 3px;}

#watch1 {background-image: url(../pic/watch2.gif); background-repeat: no-repeat; height: 16px; width: 360px; padding-left: 22px; padding-bottom: 5px;}

#watch2 {background-image: url(../pic/watch1.gif); background-repeat: no-repeat; height: 16px; width: 360px; padding-left: 22px;}

#friends1 {background-image: url(../pic/friends1.gif); background-repeat: no-repeat; height: 16px; width: 360px; padding-left: 28px;}

#friends2 {background-image: url(../pic/friends2.gif); background-repeat: no-repeat; height: 16px; width: 360px; padding-left: 28px; padding-bottom: 5px;}

#community {background-image: url(../pic/community.gif); background-repeat: no-repeat; height: 18px; width: 360px; padding-left: 21px;}

#vip {background-image: url(../pic/vip.gif); background-repeat: no-repeat; height: 18px; padding-left: 18px;}

#vip_text {font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040; line-height: 18px; padding-left: 15px; width: 350px;}

#lastonline {background-image: url(../pic/lastonline.gif); background-repeat: no-repeat; height: 16px; padding-left: 18px; font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040;}

#rega {background-image: url(../pic/rega.gif); background-repeat: no-repeat; height: 16px; padding-left: 18px; font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040;}



#sod_1 {background-image: url(../pic/h1.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_2 {background-image: url(../pic/h2.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_3 {background-image: url(../pic/h3.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_4 {background-image: url(../pic/h4.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_5 {background-image: url(../pic/h5.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_6 {background-image: url(../pic/h6.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_7 {background-image: url(../pic/h7.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_8 {background-image: url(../pic/h8.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_9 {background-image: url(../pic/h9.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_10 {background-image: url(../pic/h10.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_11 {background-image: url(../pic/h11.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_12 {background-image: url(../pic/h12.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}



#friend_y {background-image: url(../pic/friend_yes.png); background-repeat: no-repeat; height: 15px; padding-left: 17px; }

#friend_n {background-image: url(../pic/friend_no.png); background-repeat: no-repeat; height: 15px; padding-left: 17px; }

#friend_0 {background-image: url(../pic/friend_0.png); background-repeat: no-repeat; height: 16px; padding-left: 18px; }



#tabel1 {background-color:#FBFCFD; border: 1px #E2E8ED solid; vertical-align:middle}

#tabel2 {background-color:#EEF2F5; border: 1px #B9CBD9 solid;}

#tabel3 {background-color:#fafafa; border: 1px #cccccc solid;}

#tabel4 {background-color:#FBFCFD; border: 1px #cccccc solid;}



#text {font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040;}



#box_color {background-color: #F6F7FA;}

#box_bg1 {background-image: url(../pic/box_bg1.png); background-repeat: no-repeat; height: 5px; width: 5px;}

#box_bg2 {background-image: url(../pic/box_bg2.png); background-repeat: no-repeat; height: 5px; width: 5px;}

#box_bg3 {background-image: url(../pic/box_bg3.png); background-repeat: no-repeat; height: 5px; width: 5px;}

#box_bg4 {background-image: url(../pic/box_bg4.png); background-repeat: no-repeat; height: 5px; width: 5px;}



#a_searchbar_bg {background-image: url(../pic/a_search_bg.jpg); background-repeat: no-repeat; height: 22px; width: 15px;}

#a_searchbar_bgcolor {background-image: url(../pic/a_search_bg2.jpg); background-repeat: repeat-x; font-family: verdana, arial, Helvetica, sans-serif; 	  	  font-size: 12px; 	  	  color: #404040;}


/* 
-------------------------------------------------------------------------
-------------------------------------------------------------------------
 Navigation 
-------------------------------------------------------------------------
-------------------------------------------------------------------------
*/


<style type="text/css">

ul.paging
{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.paging li
{
	margin:0px;
	padding:0px;
	float:left;
}
ul.paging li a
{
	float:left;
	padding:5px;
	margin-right:5px;
	border:solid 1px #000099;
	text-decoration:none;
	background:#FFFFFF;
	color:#000099;
}
ul.paging li.paging-active a, ul.paging li a:hover
{
	background:#000099;
	color:#FFFFFF;
}
ul.paging li.paging-disabled a, ul.paging li.paging-disabled a:hover
{
	cursor:default;
	background:#FFFFFF;
	border:solid 1px #BBBBBB;
	color:#BBBBBB;
}
ul.paging li.paging-current
{
	padding:5px;
	margin-right:5px;
	border:solid 1px #000099;
	background:#FFFFFF;
	color:#000099;
}
</style>

/************************************************

*	Footer  									*

************************************************/

#footer {
	background:#DDDDDD;
	height: 30px;
	color: #CCCCCC;
	padding: 0px;
	/* background-color: #333333; */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear : both;
	text-align : center;
	vertical-align:bottom;
} 

#footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#footer li{

	float: left;

}

#footer ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

	}

#footer a {

	color: #FFFFFF;

	display: block;

	font-size: 11px;

    font-weight: bold;

    text-transform: uppercase;

    margin: 0px 15px 0px 0px;

	padding: 8px 10px 8px 10px;

	text-decoration: none;

	}

	
#footer a:hover {

	background: #4A7EB8;

	color: #FFFFFF;

	display: block;

	text-decoration: none;

    margin: 0px 15px 0px 0px;

	padding: 8px 10px 8px 10px;

	}



#footer li {

	float: left;

	margin: 0px;

	padding: 0px;

	list-style-image: url(../pic/(URL));

	}

	

#footer li li a, #nav li li a:link, #nav li li a:active, #nav li li a:visited 
{
	background: #4A7EB8;
	color: #FFFFFF;
	width: 140px;
	font-size: 10px;
	float: none;
	margin: 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	}

#footer a {

	color: #FFFFFF;

	text-decoration: none;

	}

	

#footer a img {

	border: none;

	margin: 0px;

	padding: 0px;

	}



#footer a:hover {

	color: #FFFFFF;

	text-decoration: underline;

	}
	
/* 
--------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------
 Stage
--------------------------------------------------------------------------------------------------------------	
--------------------------------------------------------------------------------------------------------------
*/

#stagebox
{
	width:450px;
	height:50px;
	float:left;
	border:#03F 1px solid;
}
.stageclr
{
	clear:both;
}

#stagecontain
{
/*
	border:#999 1px solid;
	width:433px;
	height:auto;
*/
}

#stagebh
{
	
	width:432px;
	height:30px;
	float:left;
	margin-top:5px;
}
#stageih
{
	width:110px;
	float:left;
	margin-top:10px;
	height:auto;
}
#stagebox2
{
	float:left;
	height:auto;
	margin-left:18px;
	margin-top:10px;
	width:304px;
}

#stageund
{
	width:420px;
	margin-left:10px;
	float:left;
	border-bottom:#999 1px solid;
	height:30px;
}
#stageimg1
{
	padding:5px;
	border:#999 1px solid;
}
stage h1
{
	font-size:14px;
	color:#333;
	font-weight:bold;
	margin:0;
}
stage img
{
	margin-left:5px;
	margin-bottom:5px;
	margin-top:15px;
}
#stagebox2 p
{
	padding:10px;
	color:#333;
	text-align:justify;
	font-size:12px;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	
}

.stageforminput
{
    overflow: hidden;
    width: 300px;
    margin-bottom: 15px;
    margin-left: 50px;
}

.stageforminput input.radio
{
    float: left;
    width: 10px;
}
.stageforminput img
{
    float: right;
}
#stage_submit
{
    background-color:#6178AA;
    color:white;
    /*font-family:Arial,Helvetica,sans-serif;*/
    font-size: 16px;
    font-weight:bolder;
    float:right;
    width:70px;
    height:30px;
}	


#updatelist
{
	margin-top:20px;	
	width:610px;
	margin-left:15px;
	/*background:red;
	position:relative;
	clear:both;
	*/
}

.userpic 
{
	float: left;
}
.userpic img 
{
	border: solid 1px #dfdfca;
	padding: 5px;
	background: #fff;
	width: 48px;
	/*
	height: 48px;
	*/
}

.entry 
{
	overflow: hidden;
}
.entry-meta 
{
	font: 12px/1 Georgia, "Times New Roman", serif;
	color: #aeae9c;
	margin: 4px 0 4px 70px;
	font-style: italic;
}
.entry-meta a 
{
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
}

.entry-body 
{
	margin-left: 70px;
}
	
/* --------------------------	
/* Intro
/* -------------------------- */

#intro 
{
	/*overflow: hidden;*/
	height:230px;
	margin:10px;
}

.intro_sub_left 
{
	float: left;
	width:450px;
	height:230px;
}

.intro_block {
/*
font: 12px/1 Georgia, "Times New Roman", serif;
*/
color: #aeae9c;
margin: 5px 0 5px 460px;
}

.intro_block li
{
list-style-type: none;
}

.intro_block img
{
float:left;
}

.intro_block h2
{
font-size:16px;
margin-left:60px;
}
.intro_body {
margin-left: 60px;
}

/* ----------------------------------------------------------------------- */
/* TWISTER
/* ----------------------------------------------------------------------- */

#updatelist {
clear: both;
}
#updatelist li {
border: solid 1px #dcdcca;
margin-bottom: 18px;
background: #eeefe1;
padding: 12px;
}
.tweetless {
border: solid 1px #dedede;
margin-bottom: 18px;
background: #efefef;
padding: 8px;
font-size: 13px;
font-weight: bold;
}
.userpic {
float: left;
}
.userpic img {
border: solid 1px #dfdfca;
padding: 5px;
background: #fff;
}
.tweet 
{
overflow: hidden;
}
.tweet-meta 
{
font: 12px/1 Georgia, "Times New Roman", serif;
color: #aeae9c;
margin: 4px 0 4px 70px;
font-style: italic;
}

.tweet-meta a 
{
font-size: 15px;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-style: normal;
}

a.permalink 
{
font-size: 12px;
}

.tweet-body 
{
margin-left: 70px;
}

/* - PROFILE page --------------------------- */

.email-notice
{
	background-color:#ffd;
	color:#777;
	text-align:left;
	font-size:11px;
	padding:5px 7px 3px;
}

#profile_username
{
	padding:3px;
	font-size:18px;
	border:3px #CCC solid;
}

#tick{display:none}
#cross{display:none}
		
