@import "common.css";

html body #bodywrapper {
	color : #000000;
}

html body #bodywrapper a {
	color : #0000ff;
}

#rightcol {
	padding-top : 90px !important;
}

#headerimage {
	height : 36px !important;
	background-repeat : repeat-x !important;
}

#pad {
	background-color : #dcddf1 !important;
}

#uBox_main {
	width : 100%;
}

#uBox_message_buttons {
	background-image : url('/images/smile.png');
	border : #b2b0c5 solid 1px;
	padding-bottom : 5px;
	margin-bottom : -1px;
}

#uBox_message_form {
	width : 100%;
	padding-right : 5px;
}

#cmd_buttons {
	float : right;
	width : 141px;
	margin-right : 10px;
}

#send, #logout {
	display : block;
	width : 0;
	height : 0;
	overflow : hidden;
	padding-left : 69px;
	padding-top : 21px;
	float : left;
}

#send{
	background : url('/images/send_button.png') no-repeat;
	margin-right : 3px;
}

#logout {
	background : url('/images/logout_button.png') no-repeat;
}

#send:active, #logout:active {
	background-position : 0px -21px;
}

textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display : block;
	width : 100%;
	height : 70px;
	border : #b2b0c5 solid 1px;
	margin-bottom : 5px;
	margin-top : 0;
	padding : 2px;
}

input {
	background : #dcddf1 url('/images/button.png') no-repeat;
	padding : 0;
	margin : 0;
	height : 21px;
	width : 90px;
}

#mover {
	height : 11px;
	background: url('/images/pips.gif') no-repeat center center;
	width : 34px;
	margin-left : auto;
	margin-right : auto;
	cursor : n-resize;
}


/**
 * uBox default stylesheet
 */


#uBox_messages {
	height: 300px;
	border: 1px solid #cce;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	overflow: auto;
	background-color: #ffffff;
	text-align: left;
}

#uBox_messages .ubox_message {
	padding: 0 2px;
	margin: 0px;
	color: #557;
}

#uBox_messages .ubox_message .ubox_title, #uBox_messages .ubox_message .ubox_title a {
	color: #447;
	font-weight: bold;
}

#uBox_messages .ubox_message .ubox_title_aled a {
	color: #000088;
	font-weight: bold;
}

#uBox_messages .ubox_message .ubox_title_aled a span:after, #uBox_messages .ubox_message .ubox_title_aled a:after {
	padding-left : 5px;
	content : "*";
	color: #000088;
	font-weight: bold;
}

#uBox_messages .ubox_message .ubox_action, #uBox_messages .ubox_message .ubox_action a {
	color: #228;
	font-style: italic;
	padding-left: 8px;
}

#uBox_messages .ubox_message .ubox_timestamp {
	color: #cce;
	font-size: 0.75em;
	padding-right : 1em;
}

#uBox_messages .ubox_message a {
	color: #02a;
	text-decoration: none;
	border: none;
}

#uBox_messages .ubox_message a:hover {
	text-decoration: underline;
	border: none;
}

#uBox_messages .ubox_message a:visited {
	background-color: #fafaff;
	border: none;
}

#uBox_messages .ubox_disabled .ubox_title {
	color: #744;
	font-weight: bold;
	font-style: italic;
}

#uBox_messages .ubox_error {
	border-bottom: 1px solid #ebb;
	padding: 2px;
	margin: 0px;
	background-color: #fdd;
	color: #721;
}

#uBox_messages .ubox_error .ubox_title {
	color: #510;
	font-weight: bold;
}

#uBox_message_buttons .ubox_button {
	font-size: 0.95em;
	padding: 2px 6px;
	border: 1px solid #cce;
	text-decoration: none;
	background-color: #fafaff;
	white-space: none;
}

#uBox_message_buttons .ubox_button:hover {
	text-decoration: none;
	background-color: #eef;
}

#uBox_message_buttons .ubox_colours {
	font-size: 9px;
	padding: 2px 0 1px 0;
	margin: 2px 0px;
	border: 1px solid #112;
	border-right: 0px;
	white-space: none;
}

#uBox_message_buttons .ubox_colours .ubox_colour {
	padding: 0px 2px;
	width : 0;
	margin: 0;
	border: 0px;
	border-right: 1px solid #112;
	text-decoration: none;
}

#uBox_message_buttons .ubox_emoticons {
	padding: 4px 1px;
}

#uBox_message_buttons .ubox_emoticons a, #uBox_message_buttons .ubox_emoticons img {
	border: 0px;
	padding-bottom: 1px;
	text-decoration: none;
}

#uBox_message_buttons .ubox_emoticons img {
	border: 0px;
	text-decoration: none;
}

#uBox_message_buttons .ubox_emoticons a:hover {
	text-decoration: none;
}