﻿body {
	/* background: url(../images/top-bg.gif) repeat-x top; */
	background:url(../images/agents/body-bg.gif) repeat-y center;
	margin:0px;
	font-family: Tahoma, Arial, Times, serif;
	font-size:12px;
	word-spacing: -1px;
	color:#FFFFFF;
}
.headerBackGround {
	background:url(../images/agents/top-bg.gif) repeat-x;
}
.fullWidth {
	width:1000px;
	margin:0px auto;
}
p, ul, h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5 {
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
}
h1 {
	font-size:23px;
	margin-bottom:3px;
}
h2 {
	font-size:18px;
}
a, a:visited {
	text-decoration:none;
	color:#fff;
}
a:hover {
}
a img {border:none; }
img, div, a, li {
	_behavior: url(iepngfix.htc);
}
.clear {
	clear:both;
}
.logo {
	/*width:225px;
	height:102px;*/
	float:left;
	margin:6px 0px 0px 30px;
}
.horizentalDottedLine {
	background:url(../images/agents/separator.gif) repeat-x;
	/*margin:8px 0px;*/
	height:3px;
}
/* Sub Menu 
.subMenu {
	text-align:center;
	list-style:none;
	margin-top:7px;
	clear:both;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin-bottom:6px;

}
.hidden { visibility:hidden; margin-bottom:-6px;height:6px;}

.subMenu li {
	display:inline;
	margin-right:10px;
	background:url(../images/accommodation/submenu-brdr.gif) no-repeat right;
	height:26px;
	line-height:26px;
	padding-right:21px;
}
.subMenu li a, .subMenu li a:visited {
	color:#76bafd;
}


.subMenu li a:hover, .subMenu li.activeItem a {
	color:#5d7a97;
}
*/


/* ================Menu Section - By Hedaya================ */
#TopMenuContainer {
	float:right;
	margin:79px 0px 0px 0px;
	_margin:86px 0px 0px 0px;
	height: 30px;
}
.TopMenu {
	/*position: relative;*/
	padding: 0px;   /*without this firefox adds left padding */
	list-style: none;
}
.TopMenu li {
	float:left;/*margin-right: -10px;*/
}
.TopMenu li a, .TopMenu li a:visited {
	float: left;
	display: block;
	color:#5d7a97;
	font-size: 12px;
	text-decoration: none;
	padding:0 0 0 18px; /*Padding to accomodate left tab image. Do not change*/

	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.TopMenu li a b {
	float: left;
	display: block;
	padding: 0 18px 0 0; /*Padding of menu items*/
}
.TopMenu li.current a, .TopMenu li a:hover {
	color: #5d7a97;
	background: transparent url(../images/agents/main-menu-left-brdr3.gif) left top no-repeat;
}
.TopMenu li.current a b, .TopMenu li a:hover b {
	color: #5d7a97;
	background: transparent url(../images/agents/main-menu-right-brdr3.gif) right top no-repeat;
}
/* ================Menu Section - By Hedaya================ */

/* Page Intro */
.PageIntro {
	font-size: 13px;
	text-align:justify;
	word-spacing: normal;
}
.pageIntroContainer {
	width:238px;
	height:272px;
	float:right;
	background-color:#76bafd;
	padding:60px 30px 0px 45px;
}


/* Footer */
.FooterBg {
	background: url(../images/agents/footer-bg.gif) repeat-x top;
	height:50px;
	margin-top:10px
}
.footerContainer {
	padding:10px;
	color:#000;
}
.terms, .copyright {
	width:460px;
	font-size:11px;
}
.terms {
	float:left;
	line-height:30px;
}
.copyRight {
	float:right;
	font-size:10px;
	text-align:right;
	line-height:13px;
}
.terms a, .terms a:visited {
	color:#000; text-decoration:none;
}
.terms a:hover {text-decoration:underline; }
.copyRight a, .copyRight a:visited {
	color:#333;
	font-weight:bold;
}
.copyRight a:hover {
	color:#5d7a97;
}

/* pop-ups */
/* Modal popup/message*/
.modalBackground 
{
	background-color:#F7F7F7;
	filter:alpha(opacity=70); /* For IE */
	opacity:0.7;
}


div.newsletterRight
{
    width:570px;
    height: 370px;
    overflow: auto;
}

/* Error Page */
.errorBox { 
width: 505px;
margin: auto;
}
.errorBoxbg {
padding: 10px;
text-align: center;
background-color: #5d7a97;
}

.errorDetails {
display:none;
font-size:small;
text-align:left;
}






/* Agents Styles */
a, a:hover, a:active, a:visited
        {
            color: #5d7a97;
          /*  text-decoration: underline;*/
        }
        a:hover { text-decoration:underline; }
        .AgentName
        {
            color: Red;
            font-weight: bold;
        }
        .RightAligned
        {
            text-align: right;
        }
        /*.BottomBorder { border-bottom: solid 1px #DBEDFF;}*/.TableBoreder
        {
            border-left: solid 1px #DBEDFF;
            border-top: solid 1px #DBEDFF;
        }
        .TableBoreder td
        {
            text-align: left;
            border-right: solid 1px #DBEDFF;
            border-bottom: solid 1px #DBEDFF;
        }
        .TableBoreder th
        {
            text-align: left;
            background-color: #DBEDFF;
            border-left: solid 1px #FFFFFF;
            border-top: solid 1px #FFFFFF;
        }
        .SelectDoc
        {
            width: 24px;
        }
        .DateCell
        {
            width: 100px;
        }
        .logoutButton
        {
            background: url(../images/agents/logout-button.gif) no-repeat center;
            padding: 3px 5px;
            width: 93px;
            height: 31px;
            display: block;
            color: #fff;
            font-weight: bold;
            text-align: center;
            float: right;
            line-height: 25px;
            text-decoration: none;
        }
.BottomBorder a:hover { color:#ffffff; text-decoration:underline; }
.AgentHeaderContainer
{
    width: 99%;
    color: #5d7a97;
    background: url('../images/agents/title-bg.gif') repeat-x 50% bottom;
}
.AgentHeader
{
    margin: 0px;
    margin-bottom:10px;
    padding: 0px;
    padding-left: 50px;
    line-height: 45px;
    background: url(../images/agents/i-icon.gif) no-repeat left;
}
.newAgentRegistration { background-image:url(../images/agents/register-agent.gif); }
.editProfile { background-image:url(../images/agents/edit-profile.gif);}
.changePassword {background-image:url(../images/agents/key-icon.gif);}

.AgentContentsContainer {margin-left:50px; margin-top:10px; color: #5d7a97; }
.AgentIntro { margin-bottom:6px; }

/* validation */

.validation { margin-top:5px; }
.validation li { list-style:none; background:url(../images/agents/validation-bullet.gif) no-repeat left; padding-left:20px; text-align:left; font-weight:bold; }

.loginValidationContainer { width:224px; margin:5px auto; padding-left:5px; }
#logout { float:left;}
#logout a, #logout a:visited { padding-right:18px; }
#logout a:hover { background:url(../images/agents/logout-bg.gif) no-repeat top left; !important }