* {
margin: 0;
padding: 0;
}
html {
	/*padding: 10px;*/
}
body {

	/*background: #E0FFFF;*/
	font-size: 76%;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/*overflow: auto;*/
}

/*********************************************/
#page {
	background: #FFFFFF;
	margin: auto auto;
	width: 800px;
	padding-left: 5px;
	padding-right: 5px;
}
#mainCen {
	background-image: url('images/bgCenLG.png');
	background-repeat: no-repeat;
	/*background: #F2F2F2;*/
	margin: auto auto;
	padding-left:3px;
	padding-right:3px;
  	/*top: 130px;*/
  	width: 794px;
  	height: 550px;
	/*position: absolute;*/
}

#mainCenFAQ {
	/*background-image: url('images/bgCenL.png');*/
	background-repeat: no-repeat;
	/*background: #F2F2F2;*/
	margin: auto auto;
	padding-left:3px;
	padding-right:3px;
  	/*top: 130px;*/
  	width: 794px;
  	height: 550px;
	/*position: absolute;*/
	letter-spacing: 1px;
}
#footBar {
	margin: auto auto;
	padding-left:3px;
	padding-right:3px;
	width: 794px;
}
.mCHeader {
	padding-top: 8px;	
	padding-bottom: 5px;
	font-size: x-large;
	font-style: oblique;
	font-weight: bold;
}

.mCHeaderB {
	padding-top: 8px;	
	padding-bottom: 5px;
	font-size: x-large;
	/*font-style: oblique;*/
	font-weight: bold;
}

.mCHeaderC {
	/*padding-top: 8px;*/
	padding-bottom: 5px;
	padding-left: 6px;
	font-size: x-large;
	font-style: oblique;
	font-weight: bold;
}
.regN {
	width: 100%;
	/*text-align: center;*/
}
.mCIn {
	padding-bottom: 10px;
}

#mainLogin {
	float: right;
	width: 576px;
	
	/*	
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	*/
	overflow: none;
	text-align: right;	
	padding-left: 20px;
}

#mainLoginB {
	float: right;
	width: 596px;
	/*	
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	*/
	overflow: none;
}

#sidebarLogin {
	float: left;
	width: 198px;
}
#main {
	background: #FFFFFF;
	/*border:1px solid #C0C0C0;*/
	border-top: 1px solid #C0C0C0;
	float: right;
	width: 599px;
	
	/*height: 700px;*/	
	/*border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;*/
	/*overflow: auto;*/

}

#sidebar {
	/*background-image: url('images/mainBG.gif');
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position:bottom; */
	background: #FFFFFF;
	
	/*border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;*/
	
	float: left;
	width: 201px;
	/*height:643px;*/
	/*overflow:auto;*/
}
#titlebar {
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	height:100px;
}
#contactbar {
	height:382px;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	overflow:auto;
}
#searchbar {
	height:200px;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	/*border: 1px solid red;*/
	/*border: 1px solid #808080;*/

}
#tagbar{
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}
.layout-002 #main {
	float: left;
       /*margin: 0 0 0 4px;*/
}
.layout-002 #sidebar {
	float: right;
       /*margin: 0 4px 4px 0;*/
}

#contentOne {
}
#contentTwo {
	padding: 5px;
}

#contentThree {
	padding: 5px;
}

#warningBx {
	position:absolute;
	top: 250px;
	left: 45%;
	width: 300px;
	padding: 5px;
	background: white;
	border: 2px solid red;
	visibility: hidden;
}
#whtBx {
	position:absolute;
	visibility: hidden;
	background: white;
	border: 1px solid red;
	padding:2px;
}
/*************************************************************/
button {
	padding-left: 3px;
	padding-right: 3px;
}
img.thumb {
	padding: 2px;
	border: 1px solid #C0C0C0;

}
img.thumb:hover {
	padding: 2px;
	border: 1px solid #666699;
}
img.thumbB {
	background: #F7ECEC;
	padding: 2px;
	border: 1px solid #C0C0C0;
}

img.thumbB:hover {
	background: #F7ECEC;
	padding: 2px;
	border: 1px solid #666699;
}
img.prev {
	padding: 4px;
	border: 1px solid #C0C0C0;

}
a {
	color: #333333;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

a.clo {
	color: #0a78cb;	
}

a.clo:hover {
	color: #aed9fb;
}
input {
	border: 1px solid #C0C0C0;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
}
textarea {

	padding: 2px;
	border: 1px solid #C0C0C0;
	font-size: small;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
	
}

select {
	border: 1px solid #C0C0C0;
}
/* For GWT ****************************************************/
.contLabel {
	font-size: larger;
	color: #333333;
	font-weight: bold;
}
.gwt-contactP {
	overflow: auto;
}

.firstBar {
	background-image: url('images/bar1.png');
}

.contentOneBar {
	background: #C0C0C0;

}
.smllFont {
	font-size: .9em;
}

.contentOneCH {
	border-left: 2px solid #FFFFFF;
	background: #C0C0C0;
	height: 25px;
	/*width: 55px;*/
	background #C0C0C0;
	cursor: hand;
	cursor: pointer;

}
.contentOneCH:hover {
	background: #808080;
	cursor:hand;
	cursor:pointer;
}

.gwt-arkibLabel {
	background-image: url('images/sidebarLabel.png');
	font-weight: bold;
	font-size: 2em;
	width: 100%;
	height: 100px;
	
}
.rsevenSignup {
	background: #F2F2F2;


}

.gwt-arkibLogin {
	width: 100%;
	height: 100px;

}
.gwt-contactSt {
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
}

.gwt-contactSt:hover {
	background:#C0C0C0;
}

.gwt-contactPr{
	font-size: .8em;

}
.gwt-gridSt{
	border-color: #C0C0C0;
	border-collapse: collapse;
	empty-cells: show;

}
.gwt-gridLabelSt{
	background: #F2F2F2;

}
.gwt-prevSt{
	float:left;
	height: 30px;


}
	
.gwt-nextSt{
	float:right;
	height: 30px;
	
}

.gwt-linkTextSt{
	cursor: hand;
	cursor: pointer;
	color: #0a78cb;
}
.gwt-linkTextSt:hover {

	color: #aed9fb;
}
.gwt-clickP{
	cursor:hand;
	cursor:pointer;
	font-size: 0.9em;
}

.gwt-itmDetBox{
	background:white;
	border: 1px solid #C0C0C0;
	padding: 5px;
	width: 404px;
	
}
.gwt-itmDetBoxHeader{
	background: #C0C0C0;
	height: 20px;
	width: 100%;
	cursor: pointer;
	cursor: hand;
}
.Caption {
	height: 30px;
	width: 99%;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	cursor: move;
	padding: 1px;
	background-image: url('images/bar1.png');
}
.gwt-TabBarItem {
	cursor: pointer;
	cursor: hand;
	height: 25px;

}
.gwt-TabBarItem-selected {
	/*border-top: 4px solid #C0C0C0;*/
	/*background-image: url('images/bar1.png');*/
	cursor: pointer;
	cursor: hand;
}

.gwt-TabPanelBottom{
	padding: 3px;
	border: 1px solid #C0C0C0;
}
.gwt-itmStffBx {
	padding-top: 5px;
	/*border:1px solid green;*/

}

.gwt-smallAlertBox {
	padding: 5px;
	background: #FFFFFF;
	border: 2px solid #0a78cb;
	

}

.errorAlertBox {
	padding: 5px;
	background: #FFFFFF;
	border: 2px solid red;
}

.msgBG {
	background-image: url('images/msgbgM.png');
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;
}

.msgBGT {
	background-image: url('images/msgbgT.png');
	background-repeat: no-repeat;
}

.msgBGB {
	background-image: url('images/msgbgB.png');
	background-repeat: no-repeat;
}

.gwt-smallItemBx {
	/*
	padding-top: 10px;
	padding-bottom:10px;
	border: 2px solid #FFFFFF;
	 */
}
.gwt-testB {

	border: 1px solid #000000;
}
.gwt-CheckBox {
	border: none;
}

.convBox {
	border: 4px solid #C0C0C0;
	overflow: auto;
}

.gwt-SuggestBoxPopup { 
	background: #FFFFFF;
	width: 300px;
	border: 1px solid #C0C0C0;
	
}

.gwt-SuggestBoxPopup .item { 
	width: 296px;
	padding: 1px;
}

.gwt-SuggestBoxPopup .item:hover  { 
	background: #aed9fb;
	cursor: hand;
	cursor: pointer;
}
.gwt-SuggestBoxPopup .item-selected { 

}

.srchResults {
	/*border: 1px solid #99CCFF;*/
	padding: 10px;
}

.stffBxSt {
	border-top: 1px solid #C0C0C0;
}

.mailBodySt {
	overflow: auto;
}
.srchBBk {
	background-image: url('images/srchBar.png');
}
.srchPBG {
	background-image: url('images/srchBG.png');
	background-repeat: repeat-y;

}
.cnvBgI {
	background-image: url('images/convBxM.png');
}
.cnvBgO {
	background-image: url('images/convBxM2.png');
}

.gwt-MenuBar {
	cursor: pointer;
	cursor: hand;
	color: #000000;
}

.gwt-MenuBar table {
    border-collapse             :   separate;
    background-color            :   #FFFFFF;
    
}

.gwt-MenuBar .gwt-MenuItem {
	cursor: pointer;
	cursor: hand;
	padding-left : 3px;
	padding-right : 3px;
	background: #FFFFFF;
	color: #0a78cb;
}

.gwt-MenuBar .gwt-MenuItem:hover {
	color: #aed9fb;
}

.gwt-MenuBar .gwt-MenuItem-selected {
}
/*Calendar**************************************************/
.CalendarWidget {
  background: white;
  border: 1px solid #ACA899;
}

.CalendarWidget .navbar {
  width: 100%;
  background-color: #C3D9FF;
  vertical-align: middle;
  border-bottom: 1px solid #ACA899;
}

.CalendarWidget .navbar .gwt-Button {
  padding-left: 5px;
  padding-right: 5px;
}

.CalendarWidget .table {
  font: 10pt sans-serif;
  text-align: center;
}

.CalendarWidget .weekheader {
  background-color: #ACA899;
}

.CalendarWidget .weekheader .days {
  width: 3em;
}

.CalendarWidget .cell {
  cursor:pointer;
}

.CalendarWidget .cell .gwt-HTML {
  border: 1px solid #ACA899;
}

.CalendarWidget .cell .gwt-HTML span {
  width: 100%;
  height: 100%;
  line-height: 2em;
}

.CalendarWidget .today .gwt-HTML {
  background-color: #C3D9FF;
}

.CalendarWidget .day .gwt-HTML {
  border: 1px solid #C3D9FF;
}

 
