BODY{
	padding: 0;
	margin: 0;
	background-color: white;
}

TD{
	vertical-align: top;
	font-size: 11px;
}
IMG{
	border: 0;
}
FORM{
	padding: 0;
	margin: 0;
}
INPUT[type=submit], INPUT[type=button]{
	min-width: 50px;
}
#top_div, #bottom_div{
	border: solid 0px silver; 
	text-align: center;
	vertical-align: middle; 
	height: 80px;
	width: 99%;
}
.rich-panel-body_top, .rich-panel-body_bottom{
	background-color: #e8f7f8;
}

#center_table{
	border: solid 0px silver; 
	margin-top: 1px; 
	margin-bottom: 1px;
}

#content_div{
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

#left_div, #right_div{
	width: 0px;
	border: solid 0px silver;
}
 
.form_error_msg{
	color: red;
	font-size: x-small;
}
.header1{
	font-weight: bold;
	font-size: 16px;
	color: #12919d;
}

.blue_color{
	color: #12919d;
}

.header2{
	font-weight: bold;
	font-size: 14px;
}
.header_text_div{
	float: left; 
	height: 50px; 
	width: 40%;
}
.logoff_panel{
	float: right; 
	min-width: 50px;
	margin: 0;
}
.newsMessageBodyTextArea{
	width: 400px;
	height: 100px;
}

.newsMessageTitleInput{
	width: 99%;
}
.centeredText{
	text-align: center;
}

.smallText{
	font-size: 10px;
}

.tinyText{
	font-size: 9px;
}

.notBordered{
	border-width: 0;
}

.archived_user{
	color: gray;
	font-style: italic;
}
.noWrap{
	white-space: nowrap;
}
.verticalAlignMiddle{
	vertical-align: middle;
}
.login_panel_body, .top_panel_body, .bottom_panel_body{
	padding: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.bottom_panel_body{
	text-align: center;
}
.login_panel_header{
	text-align: center;
}

.main_nenu_toolbar{
	margin-top: 2px;
}

.main_nenu_toolbar A, .main_nenu_toolbar A:hover, .main_nenu_toolbar A:visited{
	color: white;
}
.user_offers_panel{
	overflow: auto;
	height: 150px;
	padding: 0;
	min-width: 640px;
}
.user_needs_panel{
	overflow: auto;
	height: 150px; 
	padding: 0;
}
.bold_text{
	font-weight: bold; 
}
.justified_text{
	text-align: justify; 
}

.big_text, .big_text A, .big_text A:hover, .big_text A:visited{
	font-size: 13px;
}

.cursorPointer{
	cursor: pointer;	
}
.bordered{
	border: solid 1px;
}
.whiteTR{
	background-color: white;
}
.highlightedTR{
	background-color: #e4e4e4;
}

.mainMenuItem, .highlightedMainMenuItem{
	padding-top: 4px;
}

.highlightedMainMenuItem{
	background-color: white;
}

.blackText, .blackText A, .blackText A:hover, .blackText A:visited{
	color: black;
}

.width80p{
	width: 80%;
}

.calendarInput INPUT{
	width: 20px;
}

.width70{
	width: 70px;
}

.rich-calendar-input{
	width: 80px;
}

.rich-tab-inactive{
	cursor: pointer;
}

.userNeedOfferScroll{
	overflow: auto;
	width: 800px;
	height: 120px;
	border: solid 1px #12919d;
}

.whiteSpaceNormal{
	white-space: normal;
}

.newsMessageViewDiv{
	width: 700px; 
	height: 300px; 
	overflow: auto;
	text-align: justify;
}

#viewUserDetailsDiv{
	width: 800px; 
	height: 500px; 
	overflow: auto;
}

.leftText{
	text-align: left;
}