#page {
	margin-top: 10px;
}

#page .header {
	position: relative;
	margin-right: 20px;
} 
 
#header_unsigned
{
	padding-top: 14px;
	height: 52px;
}

#header_signed
{
	height: 56px;
}

#logo
{
	display:block;
	width: 210px;
	position: absolute;
	left: 42px;
	bottom: 0px;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;	
	height: 40px;
}

#header_signed #logo {
	top: 10px;
	left: 10px;
}

#unsigned_nav_bar
{
	position: absolute;
	bottom: 0px;
	left: 270px;
	color: #EB2326;
	width: auto;
}

#unsigned_nav_bar a
{
	color: #000;
	padding-left: 2px;
	padding-right: 2px;
}

#unsigned_nav_bar .selected {
	color: #EB2326;
}

/* sign in */

#signin_box
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 280px;
}

#signin_form a {
	color: #555;
	text-decoration: underline;
}

#signin_form a:hover {
	color: #000;
}

#signin_form
{
	width: 190px;
	height: 52px;
	background-color: #E6E6E6;
	float: right;
	padding-left: 4px;
	padding-right: 6px;
	font-size: 11px;
}

#signin_box .signin_input
{
	width: 78px;
	height: 13px;
	margin-top: 6px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 11px;
	margin-bottom: 4px;
	color: #555;
}

#signin_status {
	margin-left: 4px;
	margin-top: 4px;
	color: red;
}

.redButton {
	display: block;
	text-align: center;
	vertical-align: middle;
	background-color: #EB2326;
	color: #fff;
	height: 32px;
	line-height: 32px;
	padding-left: 8px;
	padding-right: 8px;
}

.redButton:hover {
	text-decoration: none;
	background-color: #C21216;
	color: #fff;
}

#signin_button
{
	float: right;
	width: 52px;
	height: 52px;
	line-height: 52px;
	padding: 0px;
}

#forgotLink {
	margin-left: 6px;
}

#signout_box
{
	font-size: 11px;
	position: absolute;
	right: 0px;
	bottom: 0px;	
}

#toDashboard {
	position: absolute;
	right: 0px;
	bottom: 26px;	
	font-size: 12px;
}


#header_signed #signout_box {
	bottom: 8px;	
}

#nav_bar
{
	height: 36px;
	line-height: 36px;
	background-color: #333;
	color: #fff;
	text-align: center;
}

#nav_bar .links
{
	margin: auto;
	width: 500px;
}

#nav_bar .nav
{
	height: 36px;
	display: block;
	float: left;
	color: #fff;
	margin-left: 4px;
	margin-right: 4px;
	width: 86px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav_bar .nav:hover
{
	color: #fff;
	text-decoration: none;
	background-image: url(/images/nav_hover.gif);
}

#nav_bar .selected
{
	background-image: url(/images/nav.gif);
}

/* 2nd nav bar */

.second_nav_bar
{
	height: 26px;
	line-height:26px;
	margin-bottom: 14px;
}

.second_nav_bar .nav
{
	height: 26px;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff; 
	background-color:#eee;
	color: #000;
}

.second_nav_bar .nav:hover
{
	color: #fff;
	text-decoration: none;
	background-color:#ccc;
}

.second_nav_bar .selected
{
	background-color:#ccc;
}

#footer
{
	font-size:11px;
	padding-right: 10px;
	height:36px;
	color:#727675;
	margin-top: 24px;
	background-color: #0A0001;
	vertical-align: middle;
	line-height: 36px;
}

#footer a
{
	color:#727675;
	padding-right: 4px;
	padding-left: 4px;
}

#footer .copyright {
	float: left;
	margin-left: 24px;
}

#footer .links {
	float: right;
}

/* col */
.content_wrapper
{
	width: 90%;
}

.narrow_content_wrapper
{
	width: 600px;
}

.form_wrapper
{
	width: 600px;
}

#content_col 
{
	float: left;
	width: 740px;
	padding-left: 14px;
}

#action_col 
{
	float: left;
	width: 140px;
	padding-right: 14px;
	border-right: solid 1px #eee;
	min-height: 400px;
}

 

#action_col .actions .small_button
{
	display: block;
	margin-bottom: 14px;
}

#action_col .actions
{
	margin-bottom: 24px;
}

/* fields */
.createForm
{
	margin-top: 24px;
}

/* titles */
.section_with_dot
{
	width: 280px;
}

.section_with_dot .title
{
	background-color: #E11317;
	color: #fff;
	margin-bottom: 6px;
	height: 20px;
	line-height: 20px;
	padding-left: 28px;
	background-image: url(/images/dot.gif);
	background-repeat: no-repeat;
}

.section_with_dot .para {
	margin-left: 28px;
	margin-top: 0px;
	color: #444;
}

.section_with_dot .readMore {
	display: block;
	margin-top: 4px;
}

.small_title
{
	font-weight: bold;
	margin-bottom: 14px;
}

.subtitle
{
	padding-left: 6px;
	padding-right: 6px;
	background-color: #eee;
	margin-bottom: 14px;
	font-weight: bold;
	color: #333;
	height: 28px;
	line-height: 28px;
}

/* paragraph */
.para
{
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 17px;
}

/* commands */
.commands
{
	padding-top: 10px;
	border-top: solid 1px #eee;
}

.commands .cmdButton
{
	margin-left: 10px;
	float: right;
}

/* title with controls */ 

.titleWithControls
{
	height: 30px;
}

.titleWithControls .titleText
{
	float: left;
}

.titleElement
{
	float: right;
	line-height: 0px;
}

.titleElement .field
{
	margin-bottom: 0px;
	clear: none;
	margin-top: 4px;
}

.titleElement .title
{
	padding-right: 4px;
	width: auto;
	padding-left: 24px;
}

.titleElement .content
{
	width: auto;
}

.titleWithControls .indicator
{
	width: 32px;
	float: left; 
	text-align: center;
}

.field input, .field select, .field textarea
{
	border: solid 1px #017FA7;
}

.field input:focus, .field select:focus, .field textarea:focus
{
	background-color: #E1F2FC;
}

/* small nav */

.small_nav_bar a
{
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	font-weight: bold;
	border-right: solid 1px #ccc;
}

.small_nav_bar a:hover
{
	text-decoration: underline;
}

.small_nav_bar a.selected
{
	text-decoration: underline;
	color: #333;
}

/* colors */
.hot_color
{
	color: #ED1B24;
}

.hot_color:hover {
	color: #ED1B24;
}

/* buttons */

.button
{
	display: block;
	color: #fff;
	line-height: 34px;
	width: 130px;
	height: 34px;
	font-size: 12px;
	background-image: url(/images/button/small.gif);
	background-repeat: no-repeat;
	text-align: center;
}

.button:hover, .cmdButton:hover
{
	color: #eee;
  	opacity:0.8;
	text-decoration: none;
}

.largeButton
{
	background-image: url(/images/button/large.gif);
	width: 230px;
	height: 100px;
	line-height: 100px;
	font-size: 14px;
	font-weight: bold;
}

.cmdButton
{
	display: block;
	color: #fff;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
}

.cmdButton:hover
{
	text-decoration: none;
	cursor: pointer;
	color: #eee;
}

.cmdButton div
{
	float: left;
	height: 25px;
}

.cmdButton .middle
{
	height: 25px;
	padding-left: 8px;
	padding-right: 8px;
	background-repeat: repeat-x;
	background-image: url(/images/button/middle.gif);
	text-align: center;
}
 
.cmdButton .left, .cmdButton .right
{
	height: 25px;
	width: 7px;
	background-repeat: no-repeat;
}

.cmdButton .left {
	background-image: url(/images/button/left.gif);
}

.cmdButton .right {
	background-image: url(/images/button/right.gif);
}

.cmdGray .left
{
	width: 6px;
	background-image: url(/images/button/gray_left.gif);
}

.cmdGray .right
{
	width: 5px;
	background-image: url(/images/button/gray_right.gif);
}

.cmdGray .middle
{
	background-image: url(/images/button/gray_middle.gif);
	color: #333;
}

.field .ui-dropdownchecklist-item input {
	width: auto;
}

.help_icon {
	width: 18px;
	height: 18px;
	background-image: url(/images/help.gif);
	background-repeat: no-repeat;
	margin-left: 6px;
	display: block;
}

.seperator_strip {
	height: 36px;
	background-color: #EB2326;
}

.seperator_strip a {
	display: block;
	height: 100%;
	color: #fff;
	font-size: 22px;
	padding-right: 210px;
	text-align: right;
	text-decoration: none;
	line-height: 36px;
	vertical-align: middle;
	background-image: url(/images/strip_button.jpg);
	background-repeat: no-repeat;
	background-position: 540px 0px;
} 

.seperator_strip a:hover {
	background-image: url(/images/strip_button_hover.jpg);
}