/*===== CSS RESET (thanks to meyerweb.com) =====*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	
}

:focus { outline: 0; }

body { line-height: 1; color: black; background: white; }

ol, ul { list-style: none; }

caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }


body
{
	background-color: #EFEFEF;
	font-family:Helvetica,Verdana,Arial,Helvetica, sans-serif;
	/*font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;*/
	font-size: 11px;
	color: #333333;
}

#divLayoutLogin
{
	position: absolute;
	text-align: right;
	right: 10px;
	top: 5px;
}


#divLayoutHeader
{
	height:70px;
	background-color: white;
}

#divLayoutHeaderWrapper
{
	margin: 0 auto;
	background: inherit;
	width: 960px;
}

#divLayoutHeaderLogo
{
	background: url("../Assets/images/logo.gif") no-repeat bottom right;
	width: 195px;
	height: 70px;
	float: left;
	margin-right: 10px;
}

#divLayoutHeaderNavbar
{
	float: left;
	padding-top: 35px;
	width: 540px;
	margin-right: 10px;
}

#divLayoutHeaderNavbar a
{
	margin-left: -3px;
}


#divLayoutHeaderRight
{
	width: 200px;
	float: left;
	padding-top: 47px;
}

#divLayoutHeaderRightLinkset1
{
	float: left;
	width: 110px;
}
#divLayoutHeaderRightLinkset2
{
	float: right;
}

#divLayoutBody
{
	margin: 0 auto;
	margin-top: 15px;
}

#divLayoutSingleColumnWrapper
{
	width: 970px;
	margin: 0 auto;
}
#divLayoutSingleColumn
{
	width: 970px;
	margin: 0 auto;
	background-color: white;
	padding: 15px;
	float: left;
}

#divLayoutTwoColumn
{
	width: 970px;
	background-color: white;
	padding: 15px 15px 15px 15px;
	margin: 0 auto;
	float: left;
}

#divLayoutTwoColumnWrapper
{
	width: 970px;
	margin: 0 auto;
}

#divLayoutTwoColumn #divLayoutBodyMain
{
	background-color: white;
	width: 680px;
	float: left;
}

#divLayoutTwoColumn #divLayoutBodyRightNavigation
{
	float: right;
	width: 250px;
	text-align: center;
	background-color: white;
}

#divLayoutTwoColumn .divLayoutBodyMainRegRight
{
	width: 280px;
	text-align: left;
	float: right;
}

#divLayoutTwoColumn .divLayoutBodyMainRegLeft
{
	width: 300px;
	float: left;
	padding-left: 20px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clsLabel
{
	color: red;
}

hr
{
	height: 1px;
	border: none;
	background-color: #CCCCCC
}

#divLayoutTwoColumn .maincomp
{
	margin-top: 10px;
	width: 680px;
}

h1
{
	font-size: 20px;
	color: #00A0EA;
	margin-bottom: 10px;
	font-family:Helvetica,Verdana,Arial,Helvetica,sans-serif;
}

h2
{
	font-size: 20px;
	color: #808080;
	margin-bottom: 10px;
	font-family: Helvetica,Verdana,Arial,Helvetica,sans-serif;
}

h3
{
	font-size: 20px;
	color: #000000;
	margin-bottom: 10px;
	font-family:Helvetica,Verdana,Arial,Helvetica,sans-serif;
}

h4
{
	font-size: 16px;
	color: #808080;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family:Helvetica,Verdana,Arial,Helvetica,sans-serif;
}
h1.workspace
{
	color: #000000;
}

h3.workspace
{
	color: #EFEFEF;
}

h4.workspace
{
	color: black;
	margin-left: 20px;
	padding-left: 10px;
	background: url("../Assets/icons/bluearrow.gif") no-repeat 0px 5px;
}

h5
{
	font-size: 14px;
	font-weight: bold;
}

.unbold
{
	font-weight: normal;
	font-family:Helvetica,Verdana,Arial,Helvetica,sans-serif;
}

.clear
{
	clear: both;
}

.orange
{
	color: orange;
}
#divBodyAvatarHolder {
	margin: 0;
	padding: 0;
	width: 60px;
	height: 60px;
	border: 1px solid #000000;
}

#divFileUploadRefresh {
	cursor: pointer;
}

#imgLoadingBar,#divEmailError {
	display: none;
}

.divLayoutBodyMainInputDiv
{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 400px;
}

.greybg
{
	width: 665px;
	background-color: #DFDFDF;
	padding: 15px 15px 15px 0px;
}

.divLayoutBodyMainInputDiv div
{
	width: 200px;
}

.link
{
	cursor: pointer;
	color: #00A0EA;
	text-decoration: none;
}

.linkcolor
{
	color: #00A0EA;
	text-decoration: none;
}
.linkcolor:hover
{
	text-decoration: underline;
	color: red;
}

.divhover
{
	background-color: #eaf3fa;
}

.divhover:hover
{
	background-color: #FCFFDF;
}

.selectable
{
	background-color: #CFEBFF;
}

.selectable:hover
{
	background-color: #9FD8FF;
}

.selectableselected
{
	background-color: #FCFFDF;
}

a
{
	color: #00A0EA;
	text-decoration: none;
}
a:hover
{
	color: red;
	text-decoration: underline;
}

.link:hover
{
	text-decoration: underline;
	color: red;
}

#divLayoutBodyMainProfile
{
	display: none;
}


/* Footer Styles */
#divLayoutFooter {
	width: 960px;
	color: #000000;
	text-align: right;
	margin: 0 auto;
	margin-top: 10px;
}

.topvalign
{
	vertical-align: top;
}

.middlevalign
{
	vertical-align: middle; 
}
th
{
	font-weight: bold;
	font-family:Helvetica,Verdana,Arial,Helvetica,sans-serif;
}

td
{
	font-family:Helvetica,Verdana,Arial,Helvetica,sans-serif;
}

#divLayoutTwoColumn .rightcomp
{
	text-align: left;
	margin-top: 10px;
}

.divLayoutImgHolderMedium
{
	width: 65px;
	height: 65px;
	background: inherit;
	margin: 0 auto;
	text-align: right;
}

.divLayoutImgHolderSmall
{
	width: 35px;
	height: 35px;
	background: inherit;
	margin: 0 auto;
	text-align: right;
}

.divLayoutImgHolderLarge
{
	width: 125px;
	height: 125px;
	background: inherit;
	margin: 0 auto;
	text-align: right;
}

.avatar
{
	border: 1px solid #DFDFDF;
	padding: 2px;
}

.avatarred
{
	border: 1px solid #FF0000;
	padding: 2px;
}

.redavatar
{
	border: 1px solid #FF0000;
	padding: 2px;
}

.avatarred:hover
{
	border: 1px solid #00A0EA;
	padding: 2px;
}

.avatar:hover
{
	border: 1px solid #00A0EA;
	padding: 2px;
}

#imgAvatarHolder
{
	border: 1px solid #DFDFDF;
	padding: 2px;
}

.attachment
{
	border: 2px solid #DFDFDF;
	padding: 1px;
}

.attachment:hover
{
	border: 2px solid #00A0EA;
}

#divProfileUpdateErrors
{
	display: none;
}

.textreg
{
	font-size: 11px;
}

.textmed
{
	font-size: 14px;
}

.black
{
	color: #333333;
}
.gold
{
	color: #FFE87F;
}

.grey
{
	color: #666666;
}

.blue
{
	color: #00A0EA;
}

.red
{
	color: #FF0000;
}
.size14
{
	font-size: 14px;
}
.size12
{
	font-size: 12px;
}
.bold
{
	font-weight: bold;
}

.white
{
	color: #FFFFFF;
}

#divLayoutRecaptcha
{
	margin-left: 20px;
	margin-top: 10px;
}

.nomargin
{
	margin: 0;
}

#divLayoutForgetPasswordForm
{
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px #666;
	background-color: #00A0EA;
	color: #DFDFDF;
	text-align: left;
	width: 220px;
	padding: 10px 10px 10px 10px;
	margin-top: 5px;
	display: none;
	position: absolute;
}

#divLayoutSendEmailForm
{
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px #666;
	background-color: #00A0EA;
	color: #DFDFDF;
	text-align: left;
	width: 220px;
	padding: 10px 10px 10px 10px;
	margin-top: 5px;
	display: none;
	position: absolute;
}

.underline
{
	text-decoration: underline;
}

.TenPxMargin
{
	margin: 10px 10px 10px 10px;
}

.FivePxMargin
{
	margin: 5px 5px 5px 5px;
}

.divMinusBox
{
	height: 20px;
	width: 20px;
	text-align: center;
	background-color: #FF8A00;
	cursor: pointer;
}

.bggrey
{
	background-color: #DFDFDF;
}

.bglightgrey
{
	background-color: #EFEFEF;
}

.allwidth
{
	width: 100%;
}

.hide
{
	display: none;
}

.unhide
{
	display: block;
}

.bgwhite
{
	background-color: #FFFFFF;
}

.ThreePxMargin
{
	margin: 3px 3px 3px 3px;
}

.OnePxMargin
{
	margin: 1px 1px 1px 1px;
}

.TwoPxMargin
{
	margin: 2px;
}

#frmMainRegEnterprise input[type="text"], input[type="password"], textarea {
border:1px solid #C6D9E9;
}

#frmMainRegEnterprise select {
border:1px solid #C6D9E9;
width: 147px;
}

#divBusinessInfo th
{
	vertical-align: top;
}

#divBusinessInfo td div
{
	text-align: left;
}

#divBusinessInfo td
{
	padding: 10px 10px  10px 10px;
}
#divBusinessInfo tr
{
	background-color: #EAF3FA;
}

#divBusinessInfo label
{
	font-weight: bold;
}

.inputlabel
{
	display: inline-block;
	width: 100px;
}

.divLayoutBodyMainRegLeft td
{
	font-weight: bold;
}

#adminContact input[type="text"], input[type="password"]
{
	border:1px solid #CFCFCF;
}

.green
{
	color: #1ACF19;
}

/*
.MEDIUM
{
	font:italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	margin:0;
	line-height:35px;
	text-shadow:rgba(255,255,255,1) 0px 1px 0px;
	color:#464646;
	letter-spacing: -1px;
}

.MEDIUM
{
	font: normal 20px/24px Helvetica, "Times New Roman", "Bitstream Charter", Times, serif;
	margin-left: 10px;
	line-height: 24px;
	text-shadow: rgba(255,255,255,1) 0px 1px 0px;
	color:#464646;
	letter-spacing: -1px;
}*/

.bullet
{
	padding-right: 2px;
}

.bullet:hover
{
	text-decoration: none;
}

.textalignright
{
	text-align: right;
}

.textalignleft
{
	text-align: left;
}

.textaligncenter
{
	text-align: center;
}

.layer
{
	top: 0;
	left: 0;
	background: #333333 50% 50%;
	z-index: 1000;
	position: fixed;
	display: none;
}

.lightboxcontent
{
	z-index: 1004;	
	background-color: #FFFFFF;
	border: 1px solid #AFAFAF;
	padding: 20px;
	cursor: auto;
}

.lightbox
{
	z-index: 1003;
	display: none;
	position: absolute;
	padding: 30px;
	background-color: #AFAFAF;
	cursor: move;
}

.mover
{
	cursor: move;
}

.inline
{
	display: inline;
}

.titleInput
{
	padding:3px 4px;
	border: 1px solid #CFCFCF;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	color: #333333; width: 600px; 
	font-weight: bold;
	font-family: Helvetica,Verdana,Arial,Helvetica,sans-serif
}

.smallerTitleInput
{
	padding:3px 4px;
	border: 1px solid #CFCFCF;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	color: #333333;
	width: 200px;
	font-weight: bold; 
	font-size: 12px; 
	font-family: Helvetica,Verdana,Arial,Helvetica,sans-serif
}

.wrap
{
/*font:italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	margin:0;*/
	font-family: Helvetica, Arial;
	font-size: 18px;
	line-height:35px;
	text-shadow:rgba(255,255,255,1) 0px 1px 0px;
	color:#464646;
}

.pointer
{
	cursor: pointer;
}

.rounded
{
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

.rounded2
{
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}

.HEADER
{
	font-family: Helvetica, Arial;
	font-size: 24px;
	color: #333333;
}

.MEDIUM
{
	font-family: Helvetica, Arial;
	font-size: 18px;
}

.REGULAR
{
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #333333;
}
