﻿@charset "utf-8";
/* CSS Document */

body
{
font:12px Arial;
text-align: center;
color:#555555; 
}

a {
color:#555555;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

img {
border:none;
}

.SectionTitle
{
font:16px Arial;
font-weight:bold;
color:#3b3b3b;
float:left;
margin-top:10px;
margin-left:8px;
margin-bottom:8px;
}

#container {
width:945px; 
margin-left:auto; 
margin-right:auto;
text-align: left;
}


#header {
min-height:90px;
margin-top:10px;
}

#logo {
float:left; 
width:530px;
}

#logo img {
padding-bottom:5px;
}

.login {
float:left; 
width:415px;
margin-top:20px;
text-align:right;
}

#footer {
clear:both;
border-top:1px solid #bfbfbf; 
font-size:11px;
}

#footerLinks {
float:right;
}

#footerLinks ul {
padding: 0;
margin: 0;
}

#footerLinks li {
display: inline;
list-style-type: none;
padding-right: 10px;
}

#footer a {
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}


#content {
border-top: 1px solid #cccccc;
}

#globalContent {
font:12px Arial;
color:Black;
}

#globalContent a {
color: #064599;
}

#globalContent ol li 
{
	font:13px Arial;
	color: #414042;
}

#login_Error
{
	color:Red;
	text-align: center;
}
	
#CheckBoxRememberMe {
	margin-right:5px;
}

#copyright {
float:left;
}

#poweredBy {
clear:both; float:right;
}

/* for enterprise page begin */
#EnterpriseWrapper { padding: 0; clear:both; border: solid 1px #bfbfbf; border-top:none; border-bottom:none; }

#EnterpriseContent { padding: 10px; }

.EnterpriseTabContent {	width: 98%; }
.EnterpriseTabContent li { font-size: 12pt; margin-bottom: 10px; }

#EnterpriseChallenges h3 { background: #e8e8e8; padding: 4px; width: 585px; }
#EnterpriseChallenges h3 a { text-decoration: none; color: #545454; font-size: 14px; }
#EnterpriseChallenges p { margin-left: 20px; width: 560px; }

#EnterpriseSolution { margin: 0 auto; text-align: center; font-size: 16pt; width: 600px; }

#EnterpriseValue { font-size: 12pt; }
#EnterpriseValue ul { margin-top: 10px; }
#EnterpriseValue li { font-size: 14pt; }

/* my enterprise section begin */
#EnterpriseContest { font-size: 12pt; }
#EnterpriseContest ul { margin-top: 10px; }
#EnterpriseContest li { font-size: 14pt; }

#EnterpriseLegal { font-size: 9pt; }
#EnterpriseLegal ul { margin-top: 10px; }
#EnterpriseLegal li { font-size: 9pt; }

.EnterpriseScreengrab {	float: right; padding: 0 0 0 5px; }

/* my enterprise section end */

.EnterpriseImages {	float: right; padding: 10px 0 0 5px; }

#EnterpriseHeader {
  float:left;
  width:100%;
  background:#FBFBFB url(../images/accBG.gif) repeat-x bottom;
  font-size:93%;
  line-height:normal;
}
#EnterpriseHeader ul {
  margin:0;
  padding:6px 10px 0;
  list-style:none;
}
#EnterpriseHeader li {
  float:left;
  background: no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}
#EnterpriseHeader a {
  display:block;
  background: no-repeat right top;
  padding:5px 15px 4px 6px;
  cursor: pointer;
  color: #4D4D4D;
  font: 16px Arial;
  font-weight: bold;
  text-decoration: none;
}
#EnterpriseHeader .current {
  background-image:url(../images/left_on.gif);
}
#EnterpriseHeader .current a {
  color: #545454;
  background-image:url(../images/right_on.gif);
  padding-bottom:5px;
 }
 
#EnterpriseCallToAction 
 {
	border: solid 1px #bfbfbf;
	border-bottom:none;
	padding: 10px 0 10px 0;
	font-size: 12pt;
	text-align: center;
 }
/* for enterprise page end */