/* Global Table Settings */

.menubar a { text-decoration:none; }
.menubar a:hover { text-decoration:none; font-weight:bold; }
/* Centering help:
   http://www.maxdesign.com.au/presentation/center/
*/

.avatarprofile, .plainprofile { padding:5px; }

img {
	border: 0px;
}

td {
	text-align: left;
}

/* 10.2.5 */
#headlines .title {
	font-weight: bold;
}

#headlines .date, #blogheads .date {
	font-weight: normal !important;
	color: #727272;
}

#headlines .item {
	padding-left: 10px;
}

#headlines {
	line-height: 2;
}
/* 10.2.5 END */





.lessimp {
	color: #727272;
}

.usercolors {
	font-weight: bold;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.justify {
	text-align: justify !important;
}

.vtop {
	vertical-align: top !important;
}

.innertable {
	margin: 0px !important;
}

.leftimg {
	float        : left;
	padding-right: 5px;
}

.rightimg {
	float       : right;
	padding-left: 5px;
}

.centerimg {
	vertical-align: middle;
}

/* Colors */
.titlebg, .catbg {
	font-weight: bold;
}

.titlebg {
	background: #6699cc;
}

.catbg {
	background: #dee6f1;
}

.win, .win2, .win3, .win4, .win5 { background: #f1f1f1; }

.border, hr {
	background-color: #ffffff;
	border:1px #414141 solid;
}

hr {
	height: 1px;
	border: 0;
}



/* Table alignment */
div.centered {
	text-align: center;
}

div.centered table {
	margin-left : auto;
	margin-right: auto; /* long form to make IE5/Mac happy */
}

.messageseps {
	border-top : 1px dashed #000000;
	padding-top: 5px;
}



#mm a, #mm a:link, #mm a:active, #mm a:visited {
	line-height : 2;
	padding-left: 5px;
	width       : 100%;
}

#mm a:hover {
	padding-left: 2px;
	border-left : 3px solid #000000;
	text-decoration: none;
}

/* Poll Colors */
.pollcolor {
	background-color: #AAADB4;
	padding-left    : 5px;
}

.pollpercents {
	background-color: #D2D5DA;
	color           : #000000;
	padding-right   : 10px;
	padding-left    : 10px;
}

.pollborder {
	background-color: #8A8D96;
}

/* Links */

a, a:link, a:active, a:visited {
	text-decoration: none;
	color          : #36383B;
}

a:hover {
	text-decoration: underline;
	color          : #1A1016;
}

/* Forms */
.upload, input, textarea, select { /* .checkboxinput also allowed */
	color           : #000;
	background-color: #F2F6FF;
	border          : 1px #4385DB solid;
}

textarea {
	padding    : 3px;
	line-height: 130%;
}

input {
	text-indent : 2px;
	margin: 0px;
	padding: 4px;
}

form, input {
	margin-top: 0px;
}

form {
	margin-bottom: 0px;
}


*/ Portal Styles
.dbx-clone {
	position  :absolute;
	visibility:hidden;
}

.dbx-clone, .dbx-clone .dbx-handle-cursor {
	cursor: move !important;
}

.dbx-dummy {
	display : block;
	width   : 0;
	height  : 0;
	overflow: hidden;
}

.dbx-group, .dbx-box, .dbx-handle {
	position: relative;
	display : block;
}

#dbx-box {
	margin : 0px;
	padding: 0px;
	border : none;
}