/*
=========================
	HTML TAGS
=========================
*/
body
{
	background-color	: #DDDDDD;
	font-family			: arial;
	font-size			: 10pt;
	margin				: 0px;
}
a  
{ 
	color				: #686868;
	text-decoration		: none;
}
h1 
{
    font-size:18px;
}

h2
{
    font-size:18px;
    margin:0px;
    padding:0px;
    
}
strong
{
	color				: #E55C11;
}

.wrapper 
{
    width:950px;
    margin-left:auto;
    margin-right:auto;
}
#border
{
	border-left			: solid 1px #000000;
	border-right		: solid 1px #000000;
	background-color	: #938C82;
	height				: 100%;
	width				: 950px;
}
#main
{
	height				: 100%;
	width				: 870px;
}
#mainc
{
	height				: 100%;
	width				: 850px;
	background-color	: #FFFFFF;
}
.banner
{
	width				: 950px; 
	height				: 114px;
	background-color	: #FFFFFF;
	background-image	: url(/images/logo-evegate.gif);
	float:left;
}
td.menuNav
{
	width				: 950px; 
	height				: 40px; 
	background-color	: #372e2c;
	padding-left		: 20px;
	font-size			: 11px;
	color				: #FFFFFF;
	vertical-align		: middle;
}
td.footer
{
	vertical-align		: top; 
	text-align			: left; 
	padding-bottom		: 0px; 
	height				: 100px; 
	width				: 850px;
	background-image	: url(/images/footer-bg.jpg);
	background-repeat	: repeat-x;
}
a.menuLink
{
	color				: #FFFFFF;
}
a:hover.menuLink
{
	color				: #938C82;
}
a.menuLinkOver
{
	color				: #938C82;
}
TD.TextBlack
{
	color				: #231F20;
	font-family			: arial;
	text-decoration		: none;
	font-size			: 10pt;
}
TD.TextBlackBold
{
	color				: #231F20;
	font-family			: arial;
	text-decoration		: none;
	font-size			: 10pt;
	font				: bold;
}
TD.ListItem A
{
	border-bottom		: solid 1px #000000;
	color				: #000000;
	padding-bottom		: 2px;
	padding-right		: 5px;
	padding-left		: 5px;
	padding-top			: 2px;
}
TD.ListItem
{
	border-bottom		: solid 1px #000000;
	color				: #000000;
	padding-bottom		: 2px;
	padding-right		: 5px;
	padding-left		: 5px;
	padding-top			: 2px;
	font-size			: 10pt;
}
TD.ListItem A:Hover
{
	border-bottom		: solid 1px #000000;
	color				: #000000;
	padding-bottom		: 2px;
	padding-right		: 5px;
	padding-left		: 5px;
	padding-top			: 2px;
	font-size			: 10pt;
}
A:Hover.ListItem A
{ 
	border-bottom		: 1px solid #000000; 
	color				: #000000;
	padding				: 2px 5px;
	font-size			: 10pt; 
}
.ListHead
{ 
	background-color	: #443B39; 
	color				: #ffffff; 
	font-weight			: bold; 
	padding				: 2px 5px; 
	border				: solid 1px #231F20; 
	font-size			: 10pt;
}
.ListHead a
{
	color				: #938C82;
	font-weight			: bold;
}
.ListHead500
{
	background-color	: #CCCCCC;
	border-bottom		: solid 1px #000000;
	border-top			: solid 1px #000000;
	border-left			: solid 1px #000000;
	border-right		: solid 1px #000000;
	padding-bottom		: 2px;
	padding-right		: 5px;
	padding-left		: 5px;
	padding-top			: 2px;
	color				: #cc9933;
	font-weight			: bold;
	width				: 500px;
}
TD.ListSub
{ 
	background-color	: #443B39; 
	font-weight			: bold; 
	color				: #ffffff; 
	padding				: 2px 5px; 
	border				: solid 1px #231F20; 
	font-size			: 10pt;
}
.RedText
{
	color				: #990000;
}
.MenuTable
{
	background-color	: #443B39;
	color				: #FFFFFF;
	border-bottom		: solid 1px #FFFFFF;
	border-top			: solid 1px #FFFFFF;
	height				: 30px;
}
A:HOVER.Nav
{
	color				: #FFFFFF;
	text-decoration		: none;
	text-align			: center;
	width				: 100%;
	font-size			: 10pt;
	font-weight			: bold;
}
A.Nav
{
	color				: #FFFFFF;
	text-decoration		: none;
	text-align			: center;
	width				: 100%;
	font-size			: 10pt;
	font-weight			: bold;
}
div.menuOff
{
	width				: 27px; 
	height				: 30px; 
	float				: left; 
	border				: solid 1px #949496; 
	text-align			: center; 
	background-image	: url('/images/letter-bg.gif');
}
div.menuOn
{
	width				: 27px; 
	height				: 30px; 
	float				: left; 
	border				: solid 1px #949496; 
	text-align			: center; 
	background-image	: url('/images/letter-bg-over.gif');
}
/*
=========================
	FORM
=========================
*/
.Button
{
	background-color	: #FFFFFF;
	filter				: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#8a8c8e');
	border-bottom		: solid 1px #5b5250;
	border-right		: solid 1px #5b5250;
	border-left			: solid 1px #5b5250;
	border-top			: solid 1px #5b5250;
	color				: #5b5250;
	font-family			: arial;
	font-size			: 9pt;
	font-weight			: bold;
}
.ButtonContact
{
	background-color	: #FFFFFF;
	filter				: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#8a8c8e');
	border-bottom		: solid 1px #5b5250;
	border-right		: solid 1px #5b5250;
	border-left			: solid 1px #5b5250;
	border-top			: solid 1px #5b5250;
	color				: #5b5250;
	font-family			: arial;
	font-size			: 8pt;
	font-weight			: bold;
}
.Input
{
	background-color	: #FFFFFF;
	border				: solid 1px #686868;
	color				: #686868;
	font-family			: Verdana;
	font-size			: 9pt;
}
.InputContact
{
	background-color	: #FFFFFF;
	border				: solid 1px #686868;
	color				: #686868;
	font-family			: arial;
	font-size			: 8pt;
	width				: 150px;
}
.inputSearch
{
	background-color	: #453b39;
	border				: solid 1px #928c82;
	color				: #FFFFFF;
	font-family			: arial;
	font-size			: 8pt;
}
.InputError
{
	background-color	: #FFFFFF;
	border				: solid 1px #e55b10;
	color				: #686868;
	font-family			: Verdana;
	font-size			: 9pt;
}
DIV.Row
{
	float				: left;
	margin-bottom		: 4px;
	width				: 375px;
}
DIV.Label
{
	float				: left;
	line-height			: 18px;
	width				: 110px;
}
DIV.Item
{
	float				: left;
}
/********************************************/
/*		WORD STYLE EDITOR STYLES			*/
/********************************************/
/*				CONTENT EDITOR				*/
/********************************************/
.WSEToolBar
{
	border-color:threedhighlight threedshadow threedshadow threedhighlight;
	background-color: #E2E2E2;
	border-style:solid;
	border-width:1px;
	color: #10085A;
	width: 700px;
	padding:1px;
}
.WSEToolBar500
{
	border-color:threedhighlight threedshadow threedshadow threedhighlight;
	background-color: #E2E2E2;
	border-style:solid;
	border-width:1px;
	color: #10085A;
	width: 500px;
	padding:1px;
}
.WSEToolBar500
{
	border-color:threedhighlight threedshadow threedshadow threedhighlight;
	background-color: #E2E2E2;
	border-style:solid;
	border-width:1px;
	color: #10085A;
	width: 500px;
	padding:1px;
}
.WSEContent
{ width: 700px; height: 375px; }
.WSEContent500
{ width: 500px; height: 275px; }


/********************************************/
/*				IMAGE UPLOADER				*/
/********************************************/
#IMGBody
{
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 10pt;
}
#divImg
{
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
	border-top: solid 1px #666666;
	background-color: #FFFFFF;
	overflow: auto;
	height: 265px;
	width: 160px;
	text-align: center;
	font-size: 10pt;
}
.IMGTable
{
	border-bottom: solid 0px #666666;
	border-right: solid 0px #666666;
	border-left: solid 0px #666666;
	border-top: solid 0px #666666;
	font-size: 10pt;
}
.IMGTableW280P
{
	border-bottom: solid 0px #666666;
	border-right: solid 0px #666666;
	border-left: solid 0px #666666;
	border-top: solid 0px #666666;
	width: 280px;
	font-size: 10pt;
}
.IMGTableW100
{
	border-bottom: solid 0px #666666;
	border-right: solid 0px #666666;
	border-left: solid 0px #666666;
	border-top: solid 0px #666666;
	width: 100%;
	font-size: 10pt;
}
.IMGListHead
{
	background-color: #382C60;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	padding-bottom: 0px;
	padding-right: 2px;
	padding-left: 5px;
	padding-top: 0px;
	font-size: 10pt;
}
.IMGListCell
{
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
	background-color : #FFFFFF;
	font-size: 10pt;
}
.IMGInputLabel
{
	width: 125px;
	text-align: left;
	font-size: 10pt;
}

.IMGListDiv
{
	overflow: auto;
	height:120px;
	width: 280px;
	font-size: 10pt;
}
.IMGRule
{
	border-top: solid 2px #666666;
	font-size: 10pt;
}
.IMGLink
{
	color: #10085A;
	text-decoration: underline;
	font-size: 10pt;
}
/****************************************************/
/*						ID'S						*/
/****************************************************/
#AdminLogin
{
	border-bottom		: solid 1px #000000;
	border-right		: solid 1px #000000;
	border-left			: solid 1px #000000;
	border-top			: solid 1px #000000;
	position			: relative;
	top					: 40%;
}
#Template
{
	position			: relative;
	top					: 10%;
	bottom				: 10%;
}
/****************************************************/
/*						COMPANY BOX					*/
/****************************************************/
td.maincontainer
{
	width				: 760px; 
	height				: 280px; 
	border-bottom		: solid 1px #949496;
}
div.leftbox
{
	float				: left; 
	width				: 518px; 
	padding-bottom		: 20px; 
	/* border-right		: solid 1px #949496; */
}
div.lefttop
{
	width				: 517; 
	height				: 80px; 
	/* border-bottom		: solid 1px #949496; */
	padding-left		: 10px; 
	padding-top			: 10px;
}
HTML>BODY div.lefttop
{
	width				: 509; 
	height				: 70px; 
	border-bottom		: solid 1px #949496; 
	padding-left		: 10px; 
	padding-top			: 10px;
}
div.leftbottom
{
	width				: 517; 
	height				: 190px; 
	padding-left		: 50px; 
	padding-top			: 10px;
}
HTML>BODY div.leftbottom
{
	width				: 509; 
	height				: 190px; 
	padding-left		: 50px; 
	padding-top			: 10px;
}
div.itemname
{
	float				: left; 
	width				: 125px; 
	text-align			: left; 
	font-size			: 8pt; 
	font-weight			: bold;
}
div.busname
{
	float				: left; 
	width				: 260px; 
	text-align			: left; 
	font-size			: 9pt; 
	font-weight			: bold;
}
div.itemfield
{
	float				: left; 
	width				: 325px; 
	text-align			: left; 
	font-size			: 8pt;
}
div.imagecontainer
{
	float				: left; 
	width				: 240px; 
	height				: 280px; 
	padding-left		: 10px; 
	padding-top			: 10px; 
	vertical-align		: top; 
	text-align			: left;
}
HTML>BODY div.imagecontainer
{
	float				: left; 
	width				: 220px; 
	height				: 260px; 
	padding-left		: 10px; 
	padding-top			: 10px; 
	vertical-align		: top; 
	text-align			: left;
}


.menu 
{
    border-top:solid 8px #231f20;
    width:950px;
    float:left;
    background-color:#372e2c;
    color:#ffffff;
    height:40px;
}

.menu ul 
{
    float:left;
    margin:0px;
    padding:0px 0px 0px 10px;
    height:40px;
    line-height:40px;
}
.menu li 
{
    float:left;
    margin:0px;
    padding:0px 3px 0px 3px;
    list-style-type:none;
    font-size:11px;
}

.menuDropDown 
{
    float:right;
    font-size:11px;
    padding-right:10px;
    padding-top:10px;
    height:40px;
}

.menuPicture 
{
    width:950px; 
    height:150px; 
    background-image:url('/images/banner-photo.jpg');
    float:left;
}