body, div{
	margin:0;padding:0;
	position: relative;
}

a {
	color: #048BCD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.header{
	margin: 0 auto;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
}

.container{
	position: relative;
	width: 100%;
	height: 500px;
	background-repeat: repeat-x;
}

#banner{
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: white;
	height: 45px;
	padding-top: 15px;
}

.pwcBox{
	display: none;
	margin: 0 auto;
	width: 33px;
	height: 10px;	
	left: -185px;
	top: -63px;
	position: relative;
	background-color: #dc6900;
}

.social{
	margin: 0 auto;
	position: relative;
	top: -173px;
	width: 339px;
}

.social .description{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding: 9px 19px;
}

.social .buttons{
	width: 305px;
	margin: 0px 15px 0 17px;
	height: 54px;
	top: 6px;
	position: relative;
}

.social .buttons div{
	width: 144px;
	height: 54px;
	float: left;
	background-repeat: no-repeat;
	margin-right: 16px;
	cursor: pointer;
}

.social .buttons div.yahoo{
	margin-right: 0px;
}

.social .bl, .social .br, .social .bc{
	clear: none;
	position: absolute;
	background-repeat: repeat-x;
	height: 112px;
}

.social .bl{
	left: 0px;
}

.social .br{
	right: 0px;
}

/*
.social .bc{
	width: 100%;
}*/

.poweredby{
	display: none;
	position: relative;
	margin: 0 auto;
	background-image: url(login/poweredby.png);
	width: 183px;
	height: 32px;
	margin-top: 20px;
}

.bottomtext{
	position: relative;
	margin: 0 auto;
	width: 230px;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #bebebe;
	margin-top: 20px;
}

.loginform{
	position: relative;
	margin: 0 auto;
	top: 30px;
	width: 600px;
	height: 210px;
	left: -52px;
}

.loginform .title{
	font-family: arial;
	float: left;
	font-size: 30px;
	height: 31px;
	color: white;
	font-weight: bold;
	padding-left: 99px;
}

.loginform .msg {
	font-family: arial;
	float: left;
	font-size: 14px;
	height: 31px;
	color: white;
	font-weight: bold;
	padding-left: 99px;
}

.loginform .business{
	float: right;
	font-family: arial;
	font-size: 14px;
	color: white;
	font-weight: bold;
	right: 0px;
	padding-top: 10px;
	visibility: hidden;
}

.loginform .label{
	float: left;
	clear: none;
	position: absolute;
	font-family: arial;
	font-size: 15px;
	color: white;
	width: 80px;
	font-weight: bold;
	left: 10px;
	text-align: right;

}

.loginform .label.username{
	top: 53px;	
}

.loginform .label.password{
	top: 87px;
}


.loginform .label.remember{
	position: absolute;
	top: 117px;
	width: 150px;
	font-size: 9px;
	left: 447px;
}

.ext-ie .loginform .label.remember{
	left: 448px;
	top: 118px;
}

.loginform .form{
	position: relative;
	width: 498px;
	height: 100px;
	left: 100px;
	top: 5px;
}

.loginform .form input, .loginform .form select{
	width: 498px;
	border: 0px;
	height: 25px;
	padding-left: 4px;
	font-family: arial;
	line-height: 23px;
	margin-top: 10px;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
}	

.loginform .form select{
	width: 504px;
	border: 0px;
	margin-top: 11px;
	margin-bottom: 1px;
}

.ext-gecko .loginform .form select{
	padding-top: 3px;
}

#rm{
	position: absolute;
	border: 0px;
	top: 102px;
	height: 11px;
	left: 144px;
}

.loginform .select{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	position: absolute;
	top: 125px;
	left: 120px;
	visibility: hidden;
}

.loginform .button{
	position: absolute;
	right: -5px;
	top: 135px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: 0px 0px;
}

.loginform .forgot{
	position: absolute;
	right: 3px;
	top: 178px;
	font-family: arial;
	font-size: 12px;
}

.loginform .forgot a{
	color: white !important;
	text-decoration: none;
}

.loginform .forgot a:hover{
	text-decoration: underline;
}

.container .register{
	font-family: arial;
	font-size: 14px;
	width: 345px;
	height: 20px;
	position: relative;
	top: 195px;
	color: white;
	margin: 0 auto;
	visibility: hidden;
}

.container .register a{
	color: white;
}

.container .register a:hover{
	text-decoration: underline;
}

/*
	24SevenOffice branding
	author: sm@24
*/

.header{
	width: 357px;
	background-image: url(login/logo.svg);
}

.container{
	background-image: url(login/background.png);	
}


.social .bc{
	background-image: url(login/social-center.png);
}

.social .bl{
	width: 6px;
	background-image: url(login/social-left.png);
}

.social .br{
	width: 8px;
	background-image: url(login/social-right.png);
}

.social .bc, .social .bl, .social .br{
	background-image: none;
	background-color: #105572;
	height: 110px;
}

.social .buttons div{
	width: 140px;
	height: 50px;
}

.social .buttons{
	margin: 0px 14px 0 20px;
}

.bottomtext{
	margin-top: 40px;
}

.loginform .form input{
	border-right: 1px solid #59accf;
	border-bottom: 1px solid #59accf;
}

.loginform .button{
	width: 140px;
	height: 35px;
	background-image: url(login/login.png);
	right: 0px;
}

.loginform .button:hover{
	background-position: -140px 0px;
}

.container .register{
	visibility: visible;
}



/* Sysmessage styles */
#sysmessage
{
    height: 40px;
    padding-top: 10px;    
	font-family: Calibri, "Myriad Pro", Tahoma, Helvetica;
    font-size: 13px;
	width: 320px;
	margin: 0 auto;
}

#o24s-message-view-panel .x-panel-body 
{
    font-family: Calibri, "Myriad Pro", Tahoma, Helvetica;
	padding: 4px;
}


#o24s-message-view-panel .message-view-top {
	padding: 4px 10px 6px 10px;
}

#o24s-message-view-panel .message-view-line {
	line-height: 1px;
	border-top: dotted 1px gray;
}

#o24s-message-view-panel .message-view {
	padding: 2px;
}
#o24s-message-view-panel .x-panel-body {
	background-color: #ffffff;
	font-size: 12px;
}

#o24s-message-view-panel .message-wrap {
	clear: both;
}

#o24s-message-view-panel .has-next {
	padding-bottom: 4px;
}

#o24s-message-view-panel .message-title,
#o24s-message-view-panel .message-date,
#o24s-message-view-panel .message-text {
	margin-left: 40px;
	
}

#o24s-message-view-panel .message-title {
	font-weight: bold;
}

#o24s-message-view-panel .message-date {
	color: Gray;
}

#o24s-message-view-panel .message-icon {
	height: 30px;
	background-repeat: no-repeat;	
	background-position: 4px 4px;	
	float: left;
	width: 40px;
}

#o24s-message-view-panel .warning-level-info .message-icon {
	background-image: url(/media/icons/bd/24x24/gif/message_information.gif);
}

#o24s-message-view-panel .warning-level-warning .message-icon {
	background-image: url(/media/icons/bd/24x24/gif/message_warning.gif);
}

#o24s-message-view-panel .warning-level-critical .message-icon {
	background-image: url(/media/icons/bd/24x24/gif/message_error.gif);
}

#o24s-message-view-panel .status-wrapper {
	height: 100%;	
}

#o24s-message-view-panel .status-icon {
	float: left;
	padding: 2px;
}


#o24s-message-view-panel .status-text {
	margin-left: 40px;
	height: 100%;
	padding: 4px;
}

#o24s-message-view-panel .ok .status-text {
	font-weight: bold;	
}

#o24s-message-view-panel .failure .status-text {
	color: Red;
}
