/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ebece9;
	font-size: 12px;
}
a {
   outline: none;
}
A:link {
	text-decoration: underline;
	color: #000000;
}
A:visited {
	color: #000000;
	text-decoration: underline;
}
A:hover {
	color: #669900;
	text-decoration: none;
}
A:active {
	text-decoration: none;
	color: #669900;
}
h1 {
	font-size: 22px;
	line-height: 22px;
}
h2 {
	font-size: 14px;
	line-height: 14px;
}
img {
	border: 0;
}
fieldset {
  border: none;
}
fieldset legend {
	font-size:14px;
	font-weight:bold;
	color: #2f8b02;
}

input, textarea, select {
	margin:5px 0 0 10px;
	font:12px "arial";
    background-color: #d0f680;
    padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.smallInput {
	width: 135px;
}
.submit {
	font:12px "arial";
    background-color: #ebece9;
	color: #20201f;
	font-weight:bold;
}
#mainWrap {
	width: 720px;
	margin: 0 auto;
	overflow: hidden;
}
#headerWrap {
	
}
#logo {
	width: 198px;
	float: left;
	margin-top: 5px;	
}
#logoLoggedIn {
	width: 140px;
	float: left;
	margin-top: 20px;	
}
#userTopMenu {
	font-size: 12px;
	float: right;
	margin-right: 10px;
}
#menu {
	width: 400px;
	float: right;
	padding-right: 10px;
	text-align: right;
	font-size: 16px;
}
#menu ul {
	float: right;
}
#menu li {
	display: block;
	float: left;
	padding-left: 15px;
	color: #20201f;
	font-weight:bold;
}

#menu .activeMenu a:link, .activeMenu a:visited  {
	color: #669900;
	text-decoration: none;
}

#twitter {
	position: absolute;
	margin: 40px 0 0 380px;
}
#startNowBox {
	position: absolute;
	z-index:4;
	margin: 40px 0 0 -30px;
	width: 339px;
	height: 324px;
	background: url(../../images/balloon-signup.png) no-repeat;
}
#signInBox, #forgotPasswordBox {
	position: absolute;
	z-index:4;
	margin: 40px 0 0 0;
	width: 339px;
	height: 284px;
	background: url(../../images/balloon-signin.png) no-repeat;
}
#forgotPasswordText, #signInText {
	margin-left: 120px;
}
.closeSignInUpButton {
	position: absolute;
	margin: -20px 0 0 250px;
}
#subHeaderWrap {
	clear: both;
	width: 720px;
	height: 91px;
	background: url(../../images/subHeaderWrapBG.gif) no-repeat;
	color: #FFFFFF;
	padding: 1px 15px 0 15px;
}

#subHeaderWrap a:link, #subHeaderWrap a:visited {
	color: #FFFFFF;
}

#jumpInWrap {
	position: absolute;
	margin: -64px 0 0 605px;
	width: 84px;
	height: 25px;
}
#jumpInWrap a {
	display:block;
	width: 84px;
	height: 25px;
	background: url("../../images/jump-in.jpg") 0 0 no-repeat;
}
#jumpInWrap a:hover { 
	background-position: 0 -25px;
	color: #049;
}


#homePageContentWrap {
	margin: 20px 0 0 0;
	width: 720px;
}
#homepageBoxesWrap {
	margin-top: -26px;
}
#homepageBoxesWrap ul {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}
#homepageBoxesWrap li {
	display: block;
	float: left;
	width: 192px;
	height: 94px;
	margin-left: 33px;
}
#homepageBoxesWrap li.first {
	margin-left: 5px;
}
#homepageBoxesWrap li span {
	padding: 10px;
	float: left;
}
#announceBox {
	background: url(../../images/announceBoxBG.gif) no-repeat;
	width: 720px;
	height: 61px;
	margin: 0 0 10px 0;
	padding: 8px 0 0 20px;
}
.interfaceBox {
	background: url(../../images/interfaceBoxBG.png) no-repeat;
	width: 700px;
	height: 140px;
	margin: 0 0 0 0;
}
.pingBox {
	background: url(../../images/pingBoxBG.png) no-repeat;
}
.monitorBox {
	background: url(../../images/monitorBoxBG.png) no-repeat;
}
.alertBox {
	background: url(../../images/alertBoxBG.png) no-repeat;
}
.pingBox h2, .monitorBox h2, .alertBox h2 {
	margin-left: 50px;
}
.pingBox p, .monitorBox p, .alertBox p {
	padding: 5px 10px 10px 10px;
	font-size: 12px;
}

.quickForm .submit {
	margin:5px 0 0 120px;
}


.quickForm {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.quickForm form {
  text-align: left;
}

#startNowBox.quickForm fieldset, #signInBox.quickForm fieldset  {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  padding: 10px;
  margin: 75px 0 0 30px;
  width: 280px;
  border: none;
}

#addNewMonitorBalloon.quickForm fieldset  {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  padding: 10px;
  border: none;
}

.quickForm label { 
	float: left; 
	width: 110px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
	font-weight:bold;
}

.quickForm label.error { 
	display: inline;
	float:none;
}

.quickForm div.errorContainerWrap { 
	height: 30px;
	color: #CC0000;
}



.quickForm .required{font-weight:bold;}

.quickForm br {
	clear:left;
}

#signInFormSuccess, #signUpFormSuccess, #forgotPasswordFormSuccess {
	text-align: left;
}

#contentWrap {
	background: #FFFFFF;
	padding: 0 10px;
	margin: 0;
}
#contentWrap h1 {
	font-size: 16px;
	margin: 0;
}
#contentWrapTop {
	width: 720px;
	height: 13px;
	background:url(../../images/contentTopBG.png) no-repeat;
	margin: 15px 0 0 0;
}
#contentWrapBottom {
	height: 13px;
	background:url(../../images/contentBottomBG.png) no-repeat;
	margin: 0;
	padding: 0;
}

#rssBox {
	position: absolute;
	margin: -30px 0 0 -20px;
	padding: 10px 0 0 22px;
}

#rssBox a {
	color: #000000;
}

#rssBox img {
	float: left;
}

#twentyFourHourBox {
	background:url(../../images/rssBoxBG.gif) no-repeat;
	width: 213px;
	height: 30px;
	margin: 5px 0 -11px 275px;
	padding: 10px 0 0 22px;
	color: #FFF;
	font-weight: bold;
}
#twentyFourHourBox span {
	margin-left: 35px;
}

table.listing {
	width: 100%;
	font-size: 12px;
}

table.listing th {
	background-color: #8B8B83;
	color: #FFFFFF;
	padding: 5px;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	text-align: left;
}

table.listing td
{
	color:#000;
	padding:3px 5px;
	border:1px solid #fff;
}

table.listing .row1 td
{
	background:#c7ecf8;
}

table.listing .row2 td
{
	background:#B5E1F0;
}

table.listing .addNewRow td
{
	background:#83c6e9;
}

.statusOn {
	background: #006600;
}
.statusDown {
	background: #CC0000;
}
.statusOff {
	background: #666666;
}

.cornerButton {
	float:right;
	margin: -60px 0 0 0;
}

#monitorColorInfo {
	position:absolute;
	margin: -28px 0 0 60px;
	font-size: 10px;
}

#monitorColorInfo li {
	display: block;
	float: left;
	margin-left: 10px;
}

#addNewMonitorBalloon {
	/*background:url(../../images/monitorBalloon.png) no-repeat;*/
	position: absolute;
	width: 340px;
	margin: -142px 0 0 268px;
	padding: 10px 0 0 10px;
	font-size: 12px;
	z-index: 999;
}
.monitorTitle {
	margin: 0 0 10px 20px;
	font-size:14px;
	font-weight:bold;
	color: #2f8b02;
}
.errorNewMonitor {
	padding: 0 0 0 20px;
}
#addNewMonitorBalloonTop, #editMonitorBalloonTop, #refreshMonitorBalloonTop  {
	background:url(../../images/monitorBalloonTop.png) no-repeat;
	width: 340px;
	height: 140px;
}
#addNewMonitorBalloonCenter, #editMonitorBalloonCenter, #refreshMonitorBalloonCenter {
	background:url(../../images/monitorBalloonCenter.png) repeat-y;
	width: 340px;
}
#addNewMonitorBalloonBottom, #editMonitorBalloonBottom, #refreshMonitorBalloonBottom {
	background:url(../../images/monitorBalloonBottom.png) no-repeat;
	width: 340px;
	height: 29px;
}
#activateAlertContactBalloon {
	background:url(../../images/monitorBalloon.png) no-repeat;
	position: absolute;
	width: 340px;
	height: 169px;
	margin: -76px 0 0 -340px;
	padding: 10px 0 0 10px;
	font-size: 12px;
}
#editMonitorBalloon{
	position: absolute;
	width: 340px;
	margin: -86px 0 0 -350px;
	padding: 10px 0 0 10px;
	font-size: 12px;
	z-index: 999;
}
#refreshMonitorBalloon{
	position: absolute;
	width: 340px;
	margin: -105px 0 0 -294px;
	padding: 10px 0 0 10px;
	font-size: 12px;
	z-index: 999;
}
#deleteMonitorBalloon, #deleteAlertContactBalloon {
	background:url(../../images/monitorBalloon.png) no-repeat;
	position: absolute;
	width: 340px;
	height: 169px;
	padding: 10px 0 0 10px;
	font-size: 12px;
	z-index: 999;
}
#deleteMonitorBalloon {
	margin: -95px 0 0 -300px;
}

#deleteAlertContactBalloon {
	margin: -95px 0 0 -320px;
}
.closeMonitorButton {
	position: absolute;
	margin: -27px 0 0 290px;
}

.closeRefreshMonitorButton {
	position: absolute;
	margin: -27px 0 0 280px;
}

#refreshMonitorFieldset {
	width: 290px;
	padding: 10px;
	border: none;
}
#refreshMonitorFieldsetBottom {
	width: 290px;
	padding: 8px 10px 0 10px;
	border: none;
}

.charts24Hour {
	position: absolute;
	margin-left: 210px;
}
#hours24Listed {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 7px;
	padding: 0;
}
#hours24Listed li {
	display: inline;
	list-style-type: none;
	font-size:9px;
	padding-left: 1.1px;
}
.oldDate {
	color: #CCC;
}
.closeActivateAlertButton, .closeAlertContactButton, .closeDeleteMonitorButton {
	position: absolute;
	margin: -20px 0 0 270px;
}
#editPersonalInfoFieldset {
	float: right;
	overflow: hidden;
}
#settingsBox {
	overflow: hidden;
}

#settingsBoxLeft {
	float: left;
	width: 300px;
}

#settingsBoxRight {
	float: right;
	width: 370px;
}

.infoMessage, .successMessage, .warningMessage, .errorMessage {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.infoMessage {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../../images/info_24.png');
}
.infoMessage a {
color: #00529B;
}
.successMessage {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../../images/success_24.png');
}
.warningMessage {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('warning.png');
}
.errorMessage {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../../images/error_24.png');
}
#footerWrap {
z-index: 3;
width: 720px;
margin: 0 auto;
padding: 10px 20px 0 0;
text-align:right;
}
#footerContent {
position: absolute;
margin-left:300px;
}
#leftSuggestion {
	position: absolute;
	width: 208px;
	height: 171px;
	background: url(../../images/shared-suggestion.gif) no-repeat;
	margin: -30px 0 0 -230px;
}

#rightSuggestion {
	position: absolute;
	width: 125px;
	height: 86px;
	background: url(../../images/vps-suggestion.gif) no-repeat;
	margin: -40px 0 0 640px;
}

#bannerWrap {
	width: 650px;
	margin: 10px auto 0 auto;
	overflow: hidden;
}

#bannerWrap img{
	border: 3px solid #fff;
}

#leftBanner {
	float: left;	
}

#rightBanner {
	float: right;
}