.AJAXloading {
	position: absolute;
	left:0px;
	top:0px;
	text-align: center;
	display:none;
	width:100px;
	margin-top:70px;
	left:46%;
	vertical-align:middle;
	color:#fff;
}

.hint{
	color: blue;
	font-size:11px;
}

body {
	background-image: url(../../img/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: center top;
}

.all{
	text-align:center;
}

p{
	margin-top: 5px;
	margin-bottom: 5px;
}

#homePage{
	padding-left:5px;
	padding-right:5px;
}

#homePage p{
	margin-top: 12px;
	margin-bottom: 12px;
}

.page{
	width:818px;
	margin:auto;
	text-align:left;
}


.headerRMS{
	height:231px;
	background-image: url(../../img/header.png);
	margin:0px;
	padding:0px;
}

.header2{
	height:244px;
	background-image: url(../../img/header2.png);
	margin:0px;
	padding:0px;
}

.content{
	background-image: url(../../img/content.png);
	background-repeat: repeat-y;
	padding-left:18px;
	padding-right:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.boxMyProfile{
	border: 1px solid #aaa;
	margin-top: 10px;
	padding: 10px;
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #DA1719;
}

a:active{
	text-decoration: none;
}

.footer{
	height:117px;
	background-image: url(../../img/footer.png);
}

.footermenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.footermenu:link {
	text-decoration: none;
}
.footermenu:visited {
	text-decoration: none;
}
.footermenu:hover {
	text-decoration: underline;
	color: #DA1719;
}
.footermenu:active {
	text-decoration: none;
}
.topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.topmenu:link {
	text-decoration: none;
}
.topmenu:visited {
	text-decoration: none;
}
.topmenu:hover {
	text-decoration: underline;
	color: #FFFF63;
}
.topmenu:active {
	text-decoration: none;
}



.ok{
  color:#00CF00;
  font-size:11px;
	font-weight:bold;
}

.err{
  color:#ff0000;
  font-size:11px;
}

.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.border{
  border:1px solid #ff0000;
}

a img {
  border :0px;
}
h1{
  font-size:14px;
  font-weight:bold;
  color:#0F12BF;
  margin:4px;
  margin-left:10px;
}

h2, h3{
  font-size:13px;
  font-weight:bold;
  color:#000;
  margin:4px;
  margin-left:10px;
}

form{
  margin:0px;
  padding:0px;
}



.inputHighlighted{	/* Highlighting style */
	background-color:#FDE6E8;
	border:1px solid #FDC8CD;
}


/*menu start */
.chromestyle{
	margin-left:0px;
	margin-right:0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	width: 800px;
	background: url(../../img/menubg.png) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 8px 0px 6px 0px;
	text-align: center; /*set value to "left", "center", or "right"*/
	margin: 0px 0px 0px 0px;
	height:34px;
	line-height:32px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
color: #ffffff;
font-family: Verdana, Arial, Tahoma;
font-weight: bold;
font-size: 12px;
padding: 4px 7px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
	background: url(../../img/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	font-weight: bold;
	text-decoration: underline;
	color: #FFFF63;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:13px;
	z-index:100;
	background-color: white;
	width: 170px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #022F82;
	color: #FFFF63;
}


table{
	font-size:11px;
}

.tr0{
	background-color:#fff;
	font-size:11px;
	padding-left:2px;
}

.tr1{
	background-color:#eee;
	font-size:11px;
	padding-left:2px;
}


.tdHeader{
	font-weight:bold;
	color:#fff;
	background-color:#022F82;
	text-align:center;
	height:25px;
}

.w200{
	width:200px;
}