body{
    background: #ffffff;
    margin: 0;
    padding: 0;
}

div {
    font-family: tahoma, verdana, arial, sans;
    font-size: 16px;
}

object:focus, a:focus {
    outline: none;
}

a {
    color: #76ad05;
    text-decoration: none;
}

a:hover{
    color: #0384fd;
    text-decoration: underline;
}

p {
    margin: 0 0 15px 0;
}

ul {    
    margin: 20px;
}

li {    
    padding: 10px 5px;
}

input[type="button"], input[type="submit"], button {
    cursor: pointer;
    padding: 3px 15px;
    background: #fd7d01;
    background: -webkit-gradient(linear, left top, left bottom, from(#fda402), to(#fd5e01));
    background: -moz-linear-gradient(top, #fda402, #fd5e01);	
    text-shadow: 0 1px 1px #666666;
    border-radius: 3px;
    -moz-border-radius: 5px;
    border: 0;
    color: #ffffff;
    font-size: 11px;
    font-family: tahoma, verdana, arial, sans;
    box-shadow: 0 1px 0 #999999;
    -moz-box-shadow: 0 1px 0 #999999;
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#fda402), to(#fd5e01));
    background: -moz-linear-gradient(top, #fd5e01, #fd8a02);
}

input[type="text"], input[type="password"], input[type="file"], textarea, select {
    background: #ffffff;
    border: 1px solid #bfc6d0;
    border-radius: 3px;
    padding: 3px 6px;
}

input[name="login"], input[name="password"] {
    width: 170px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #999999;
    font-size: 11px;
    font-family: tahoma, verdana, arial, sans;
}

.login {
    text-align: center;
    padding: 10px 0 2px 0;
}

.password {
    text-align: center;
    padding: 2px 0 10px 0;
}

.submit {
    padding: 10px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    background: #d5d5e4;
}

.bold {
    font-weight: bold;
}

.nodisplay {
    display: none;
}

.hidden {
    display: none;
}

.page {
    position: absolute;
    width: 100%;
    top: 274px;
    z-index: 6;
}

.page div.content {
    max-width: 900px;
    min-width: 700px;
    min-height: 400px;
    background: #ffffff;
    margin: 0 300px 0 0;
    padding: 0 0 8px 0;
}

.sidebar {
    position: absolute;
    width: 230px;
    top: 274px;
    right: 0;
    z-index: 7;
}

.sb_content {
    background: #ffffff;
    margin: 0;
    height: 100%;

}

.sb_title {
    height: 40px;
    background: url(./../images/sbtg.png) top repeat-x;
    margin: 0 0 2px 0;
	
}

.sb_panel {	
    background: #e1e1f2;
    margin: 0 0 10px 0;
    border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
}

.in_sb_title {
    height: 40px;
    padding: 11px 0 0 45px;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 0px 1px 1px #000000;
    cursor: pointer;
}

.in_sb_title a {
    color: #ffffff;
    text-decoration: none;
}

.user_panel_icon {
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 5px;
}	

.with_login {
    background: url(./../images/icons/login.png) left center no-repeat;
}

.with_gear {
    background: url(./../images/cog.png) left center no-repeat;
}

.with_home {
    background: url(./../images/icons/home.png) left center no-repeat;
}

.with_email {
    background: url(./../images/email.png) left center no-repeat;
}

.with_m {
    background: url(./../images/icons/male.png) left center no-repeat;
}

.with_f {
    background: url(./../images/icons/female.png) left center no-repeat;
}

.with_key {
    background: url(./../images/icons/key.png) left center no-repeat;
}

.with_exit {
    background: url(./../images/cross.png) left center no-repeat;
}

.with_user {
    background: url(./../images/icons/user.png) 5px 3px no-repeat;
}

.with_users {
     background: url(./../images/icons/users.png) 5px 5px no-repeat;
}

.with_play {
     background: url(./../images/icons/play.png) 5px 3px no-repeat;
}

.header {
    position: absolute;
    top: 15px;
    width: 100%;
    height: 249px;
    background: #999999 url(./../images/skin/header.gif) top repeat-x;
}

.header div.logo {
    position: relative;
    top: 50px;
    left: 50px;
    height: 81px;
    width: 209px;
    background: url(./../images/skin/logo.png) left top no-repeat;
}

.header div.logo span.moto {
    position: relative;
    top: 60px;
    left: 80px;
    color: #ffffff;
    font-size: 12px;
    text-shadow: 0px 1px 1px #333333;
}

.navi {
    position: absolute;
    width: 100%;
    top: 211px;
    left: 0;

}

.navi div.tab {
    float: left;
    width: 203px;
    height: 38px;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 10px;
    color: #ffffff;
    font-size: 18px;
    background: url(./../images/skin/tab.png) left top no-repeat;
}

.navi div.tab a {
    position: relative;
    top: 9px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0px 1px 1px #333333;
}

.navi div.inactive {
    opacity: 0.50;
}

.navi div.inactive:hover {
    opacity: 1;
}

.footer {
    height: 40px;
    padding: 20px 10px;
    background: #e1e1f2 url(./../images/skin/footer.fill.gif) top repeat-x;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

.footer div.credits div{
    font-size: 11px;
}

.announce {
    margin-left: 148px;
    padding: 10px 0;
    background: url(./../images/x.gif) top repeat-x;
    line-height: 160%;
    font-size: 14px;
    color: #000000;
}

.announce_btm {
    margin: 0 0 40px 148px;
    background: url(./../images/x.gif) top repeat-x;
}

.announce_actions {
    font-size: 11px;
    color: #9198a0;
    margin-left: 2px;
    padding-top: 4px;
}

.announce_actions div.action {
    float: left;
    font-size: 11px;
    margin: 0 10px 0 0;
}

.announce_actions div.comment {
    padding: 0 0 0 18px;
    background: url(./../images/icons/comment.png) left center no-repeat;
}

.event_content {
    padding: 20px;
    line-height: 160%;
    font-size: 14px;
}

.event_comments div.avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 66px;
    height: 66px;
    border: 1px solid #bbbbbb;
    background-position: center center;
    background-repeat: no-repeat;
}

#user_panel div.avatar {
    float: left;
    width: 66px;
    height: 66px;
    border: 1px solid #bbbbbb;
    background-position: center center;
    background-repeat: no-repeat;
}

.event_comments div.form {
    margin: 20px;
}

.event_comments div.n_comments {
    margin: 20px;
    color: #3c6a93;
    font-weight: bold;
    padding: 0 0 5px 20px;
    background: url(./../images/x.gif) bottom repeat-x;
}

.event_comments div.comment {
    position: relative;
    min-height: 80px;
    margin: 20px;
    padding: 0 10px;
    background: url(./../images/x.gif) bottom repeat-x;
}

.event_comments div.timestamp {
    position: absolute;
    top: 25px;
    left: 80px;
    height: 16px;
    font-size: 11px;
    color: #bbbbbb;
}

.event_comments div.nickname {
    position: absolute;
    top: 0;
    left: 80px;
    font-size: 16px;
    color: #3c6a93;
}

.event_comments div.text {   
    margin: 0 0 0 70px;
    font-size: 13px;
    line-height: 160%;
    padding: 50px 0 20px 25px;
    background: url(./../images/icons/comment.png) left 50px no-repeat;
}

.subtitle {
   margin: 20px 0 10px 0;
}

.email {
    position: absolute;    
    top: 0;
    right: 10px;
    background: #ffffff url(./../images/email.png) 7px center no-repeat;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    font-size: 11px;
    padding: 3px 7px 5px 30px;
}





























.hh_tab {
	padding-top: 10px;
	font-size: 18px;	
}

.hh_tab a {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 1px 1px #9b5402;
}

.hh_tab_base {	
	height: 44px;
	background: url(./../images/mainmenu/fill.png) 0 repeat-x;	
}

.hh_tab_left {
	float: left;
	height: 44px;
	padding-left: 10px;	
	background: url(./../images/mainmenu/left.png) top left no-repeat;
}

.hh_tab_left:hover {
	top: -5px;
}

.hh_tab_right {
	height: 44px;
	padding-right: 10px;	
	background: url(./../images/mainmenu/right.png) top right no-repeat;
}

.header_base {
	width: 1024px;
	background: #8d959d url(./../images/hdr.bg.gif) center repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.header_shade {
	height: 200px;
	background: url(./../images/header.shade.png) center bottom no-repeat;
}
			  
.left_hd_col {
	float: left;
	width: 430px;
	height: 200px;
}
			 
.right_hd_col {
	float: left;
	width: 573px;
	height: 200px;
}

.title_tab {
	float: left; 
	height: 43px; 
	background: #fff url(./../images/titletab/fill.png) 0 repeat-x;
}
			  
.title_tab_left {
	float: left;
	height: 43px;
	width: 5px;
	background: url(./../images/titletab/left.png) 0 0 no-repeat;
	margin-left: 20px;
}

.title_tab_right {
	float: left;
	height: 43px;
	width: 5px;
	background: url(./../images/titletab/right.png) 0 0 no-repeat;
}
			  
.date {
	float: left; 
	width: 138px; 
	height: 60px;
    background: url(./../images/date.png) left top no-repeat;
}

.date div.clock {
	height: 60px;
	padding: 0 0 0 40px; 
	text-align: left;	 
	background: url(./../images/clock.png) 5px 13px no-repeat;
	
}

.date span.label {
    position: relative;
    top: 8px;
    color: #ffffff;
	font-size: 11px;
    text-shadow: 0px 1px 1px #333333;
}

.event_title {
	float: left; 
	padding: 0 0 0 10px;
}

.event_title div.title {
	color: #27333a; 
	font-size: 24px;
}

.event_title div.title a {
	color: #3c6a93;
	text-decoration: none;
}

.event_title div.options {
	font-size: 11px;
	color: #9198a0;
	margin-top: 7px;
	margin-left: 2px;
}

.simple {
	font-size: 13px;
	padding: 5px;
	margin: 0 0 0 5px;
	background: url(./../images/x.gif) repeat-x top;
	line-height: 180%;
}	

.pagination {
    
}

.pagination a {
    background: #90969c;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    text-decoration: none;
    box-shadow: 0 0 2px #ffffff;
    -moz-box-shadow: 0 0 2px #ffffff;
    border: 1px solid #84898f;
}

.pagination a:hover {
    background: #0384fd;
    border: 1px solid #0384fd;
}

.pagination strong {
    background: #fd7101;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    text-decoration: none;
    box-shadow: 0 0 2px #ffffff;
    -moz-box-shadow: 0 0 2px #ffffff;
    border: 1px solid #fd7101;
}

.rss {
	float: right;
	width: 90px;
	height: 40px;
	margin-right: 25px;
	background: url(./../images/rss.png) left bottom no-repeat;
	text-align: right;
}

.inrss {
	margin-top: 25px;
	font-size: 11px;
}

.popup_wrap {
	background: #ffffff;
	padding: 1px;
}

.popup_caption {
	background: #999999;
	color: #ffffff;
	padding: 3px;
}

.comment_area {
	font-family: tahoma, verdana, arial, sans;
	padding: 3px;
}

.clr {
    clear: both;
}

.form_group {
    margin: 10px 0;
}

.form_group_title {
    padding: 3px 10px;
    margin: 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #d5d5e4;
    font-size: 11px;
    font-weight: bold;
    color: #e1e1f2;
}

.form_input {    
    margin: 5px 0;
}

.form_input div.label {
    float: left;
    width: 300px;
    text-align: right;
    padding: 0 7px 0 0;
}

.form_input div.code {
    float: left;
}

.form_input div.code input{
    width: 300px;
}

.form_input div.code textarea{
    width: 300px;
    height: 200px;
    font-family: tahoma, verdana, arial, sans;
}

.form_input div.code select{
    width: 300px;
}

.core_content {
    width: 850px;
    padding: 5px 10px;
}

.left_column {
    float: left;
    width: 500px;
    background: #e1e1f2;
}

.right_column {
    float: right;
    width: 320px;
    background: #e1e1f2;
}

.management {
    padding: 20px;
}

.management div.option {
    float: left;
    width: 128px;
    text-align: center;
    font-size: 14px;
    padding: 75px 0 10px 0;
    margin: 0 50px 0 0;
}

.management div.events {
    background: url(./../images/icons/management/note.png) left top no-repeat;
}

.management div.audio {
    background: url(./../images/icons/management/audio.gif) center top no-repeat;
}

.management div.users {
    background: url(./../images/icons/management/users.gif) left top no-repeat;
}

.photoalbums {
   
}

.photoalbum {
    position: relative;
    float: left;
    margin: 10px;
    width: 400px;
    height: 72px;
    background: #ededed;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.photoalbum div.thumbnail {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 80px;
    height: 60px;
    border: 1px solid #999999;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.photoalbum div.title a {
    color: #3c6a93;
    font-size: 18px;
    margin: 0 0 0 110px;
    text-decoration: none;
}

.photoalbum div.summary {
    font-size: 11px;
    margin: 3px 0 0 110px;
    color: #999999;
}

.photoalbum div.actions {
    font-size: 11px;
    margin: 10px 0 0 110px;
    color: #999999;
}

.form {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #e1e1f2;
    padding: 5px 0 0 0;
}