body {
	margin: 0;
	padding: 0;
	background: #E4E4E4 url(../img/top-bg.png) repeat-x top;
	text-align: center;
        overflow-y: scroll;
        overflow-x: hidden;
}

input,body {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
  color:#000;
}

input,img,select {
	vertical-align: middle!important;
  font-size:12px;
}

input.text,select,textarea{
	border: 1px solid #7e7e7e;
	border-bottom-color: #BFBFBF;
	border-right-color: #BFBFBF;
	padding:3px;
}

input.submit {
	background: url(../img/submit.png) no-repeat;
	cursor: pointer!important;
	border: 0 none!important;
	color: #fff;
	font-weight: bold;
	width: 78px;
	padding: 5px 0;
	font-size: 12px;
}

span.submit {
	padding:10px 0 10px 10px;
	background: url(../img/input-submit-blue-left.png) no-repeat left 6px;
	overflow: hidden;
}

span.submit span {
	padding:10px 10px 10px 0;
	background: url(../img/input-submit-blue-right.png) no-repeat right 6px;
}

span.submit span input {
	border: 0 none;
	background: url(../img/input-submit-blue-center.png) repeat-x !important;
	height: 24px;
	padding-left: 0;
	padding-right: 0;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0 #4089b4;
}

#default-topic-create #submit {
  padding:10px 20px;
  font-weight:bold;
  color:green;
  font-size:16px;
}

a {
	text-decoration: underline;
	color: #255f72;
}

a:hover {
	text-decoration: none;
}

p.center {
	text-align: center;
}

p.more {
    text-align:right;
    font-size:12px;
}

p.more a {
    color:blue
}

img {
	border: 0 none;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

span.yes, span.no {
  font-weight:bold;
}

span.yes{color:green;}
span.no {color:red;}

#main,#header,#content,#footer ul,#footer p {
	width: 929px;
	overflow: hidden;
	position: relative;
	clear: both;
	margin: 0 auto;
	text-align: left;
}

#header,#content {
	float: left;
}

#header {
	background: url(../img/header-bg.jpg) no-repeat 1px top;
	height: 240px;
}

#userbox {
	position: absolute;
	top: 30px;
	left: 750px;
	width: 140px;
}

#userbox .loginbox input.text {
	width: 130px;
}

#userbox ul {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#content {
	background: url(../img/main-bg.png) repeat-y 0;
	padding: 0 7px 20px 7px;
	width: 915px;
}

#text {
	float: right;
	width: 710px;
	padding-right: 15px;
	overflow: hidden;
	text-align: justify;
}

body.guest #text {
    width:885px;
}

#text .row {
    clear:both;
}

#text .col {
    float:left;
    width:293px;
    overflow:hidden;
}

#text .col2 {
    width:586px;
}

body.guest #text .col .box,
body.guest #text .row .box{
    margin:10px 5px 10px 15px;
}

body.guest #text .col .box .content,
body.guest #text .row .box .content {
    border:1px solid #ddd;
    border-bottom-color:#aaa;
    border-right-color:#aaa;
    padding:0 10px;
    line-height:1.3;
}

body.guest #text .col .box h2,
body.guest #text .row .box h2 {
    margin:0;
    color:#233A6E;
    font-size:18px;
    padding-left:5px;
    border-left:23px solid #ddd;
}

body.guest #text .box .content ul {
    padding-left:20px;
}

#text h1#main-title {
  font-size:18px;
  color:#233A6E;
  border-bottom:1px solid #8EC5DB;
}

#sidebar {
	width: 155px;
	float: left;
	padding: 0 16px 0 10px;
	overflow: hidden;
	background: url(../img/sidebar-bg.png) repeat-y 0;
}

body.guest #sidebar {
    display:none;
}

#sidebar h2 {
  padding:0;
  margin:5px;
  color:#255F72;
  position:relative;
  z-index:100;
}

#sidebar ul {
  list-style:none;
  margin:0;
  padding:0 0 10px 0;;
  position:relative;
  z-index:100;
}

#sidebar ul a {
  display:block;
  padding: 3px 0 3px 10px;
}

#sidebar p.jumper {
	height: 77px;
	width: 181px;
	background: url(../img/sidebar-bg-bottom.png);
	margin: -10px 0 0 -10px;
	padding: 0;
  z-index:0;
  position:relative;
}

#sidebar p.jumper a {
	height: 0;
	overflow: hidden;
	position: relative;
	display: block;
}

#sidebar form.numberOfUsers select {
  width:150px;
}

#footer {
	background: #7E7E7D url(../img/footer-bg.png) repeat-y center;
	border-top:3px solid #A0A0A0;
	border-bottom:3px solid #A0A0A0;
	overflow: hidden;
}

#footer ul {
	list-style: none;
	padding:15px;
}

#footer ul li {
	float:left;
	padding-left: 25px;
}

#footer p{
	text-align: center;
	padding: 10px 0;
}

form dd ul.errors {
  color: red;
  font-weight: bold;
  display:inline;
  list-style:none;
  margin:0;
  padding:0;
}

form dd ul.errors li{
  display:inline;
}

form dt {
  font-weight: bold;
  padding: 2px 0;
  margin: 3px 0;
  font-size: 13px;
  color: #333;
}

a.user {
  text-decoration:none;
  font-weight:bold;
}

#default-topic-read .post {
  margin: 10px 0;
  overflow:hidden;
  background: #d3eaf2;
  border: 1px solid #8ec5db;
  border-top: 0 none;
  border-left: 0 none;
}

ul.info {
  text-align:right;
  padding:5px;
  margin: 0;
  overflow:hidden;
  border-bottom:1px solid #6ab1ce;
  color:#929292;
}

div.post ul.info {
  text-align:left;
}

ul.info li {
  display:inline;
  padding: 0 5px;
}

#default-topic-read ul.info li.reputation {
  color:red;
}

#default-topic-read .post .content {
  border-top:1px solid #cce4ee;
  overflow:hidden;
}

#default-topic-read .post .content p {
  margin: 10px;
  padding:0;
}

#default-topic-read .post .content p.edit {
  color:#929292;
}

#default-topic-read ul.action, ul.forum-options,ul.mailbox-nav,ul.actions{
  text-align:right;
  margin:0;
  padding:5px 0;
}
ul.mailbox-nav {
  text-align:left;
}

#default-topic-read ul.action li, ul.forum-options li,ul.mailbox-nav li,ul.actions li{
  display: inline;
  padding:0 5px;
}

ul.forum-options li,ul.mailbox-nav li,ul.actions li {
  padding:5px 5px 5px 20px;
  background:no-repeat left center;
}

ul.forum-options li.fav-forum-del {background-image:url('../img/icons/heart_delete.png')}
ul.forum-options li.fav-forum-add {background-image:url('../img/icons/heart_add.png')}
ul.forum-options li.see-all {background-image:url('../img/icons/folder_explore.png')}
ul.forum-options li.new-post {background-image:url('../img/icons/page_add.png')}

ul.actions li.inbox {background-image:url('../img/icons/email.png')}
ul.actions li.unreaded {background-image:url('../img/icons/email_error.png')}
ul.actions li.readed {background-image:url('../img/icons/email_open.png')}
ul.actions li.outbox {background-image:url('../img/icons/email_go.png')}
ul.actions li.reply {background-image:url('../img/icons/email_edit.png')}


body.mailbox ul.actions li.delete {background-image:url('../img/icons/email_delete.png')}

span.date {
  color: #777;
}

body.mailbox ul.actions {
  text-align:left!important;
}

body.read ul.actions {
  text-align:right;
}

body.mailbox p.message {
  padding: 10px;
  font-size:12px;
  background:#eee;
  border:1px solid #bbb;
}

table {
  width:100%;
  border-collapse:collapse;
}

table td, table th {
  padding: 5px;
}

table thead th {
   border:1px solid #8ec5db;
   background:#cce4ee;
}

table tbody td, table tbody th {
  border:1px solid #8ec5db;
}

table tbody tr.closed td, table tbody tr.closed th {
  background:#eee;
  color: #aaa;
}

table tbody tr.closed th a {
  color: #aaa;
}

table tbody td {
  text-align:center;
}

table tbody th {
  text-align:left;
}

ul.action .write {
  background: url(../img/icons/page_edit.png) no-repeat left center;
  padding:5px 5px 5px 20px!important;
}

.pagination {
  text-align:center;
  border-top:1px solid #cce4ee;
}
.pagination ul {
  margin:5px;
  padding:0;
  list-style:none;
}
.pagination li {
  display:inline;
  padding:0;
  margin:0;
}

.pagination li.current {
  font-weight:bold;
  background:silver;
}

.pagination li.disabled, .pagination li.current, .pagination li a {
  padding: 5px;
}


/* ALERTS */

div.alert {
  border:1px solid;
  padding:10px 30px;
  background: no-repeat 7px;
}

div.alert p.content {
  margin:0;
  padding:0;
  text-align:left;
}

div.alert-info {
  background-image:url(../img/icons/information.png);
  background-color:#66dbff;
}

#default-profile-subscribe table.week td.checked {
  background:green;
}

select.specializations {
  margin: 4px 0;
}

table.info {
  width:300px;
}

table.info td {
  text-align:left;
}

.stat .content ul li strong,
.stat .content p strong span {
    color:#777;
}

ul.topics {
    list-style: none;
    padding: 0!important;
}

ul.topics li {
    margin: 5px 0;
}

ul.topics li a {
    text-decoration: none;
    font-size:12px;
}

ul.topics li a strong {
    color:#0000ff!important;
}

ul.topics li.item1 {
    color:#3a705e;
}

ul.topics li.item2 {
    color:#ff3333;
}

ul.topics li.item3 {
    color:#000000;
}

ul.tabs {
    margin:0 0 10px 15px;
    padding:0;
    overflow: hidden;
    list-style: none;
}

ul.tabs li {
    float:left;
}

ul.tabs a {
    float:left;
    padding:10px 15px;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    color:#0000ff;
}

ul.tabs a:hover {
    background:#dddddd;
}
