body {
	background: #fff;
	font-size: 62.5%;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	line-height: 1.8;\
	padding:0;
	margin: 0;
}
* {
	margin: 0;
	padding: 0;
}
p {
	line-height: 1.2em;
	padding: 5px;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 90%;
}

h1, h2, h3 {
	font-weight: bold;
	padding-left: 5px;
}

#logo {
	background: transparent url(../img/logo.png) no-repeat scroll left top;
	display: inline;
	height: 75px;
	width: 252px;
} 

#userinfo {
	color: #1010ce;
	float: right;
	padding: 5px 5px 0 0;
	font-size: 1.1em;
}
#userinfo em {
	font-weight: bold;
}

#content-container {
	font-size: 1.2em;
	background: url(../img/bground.png) repeat-x;
	padding: 10px 0;
}

#content, #header, #menu-wrapper {
	margin: 0 auto;
	width: 960px;
}

#content {
	background: #f5f5f5;
	padding: 0 5px;
	border: 1px solid #ccc;
}

#content #home {
	min-height: 300px;
	width: 100%;
	margin: 0 auto;
}

#pdf-notifications-container,
#site-announcements-container {
	min-height: 300px;
}

#menu-wrapper {
	background; #333;
	height: 3em;
	padding: 0 5px;
}

#header-container {
	height: 80px;
	background: #fff;
}

#menu-container {
	width: 100%;
/*	background: #333 url(../img/header.png) repeat-x;*/
	background: #3519cd;
	margin: 0 auto;
}

#footer {
	color: #fff;
	background: #3519cd none repeat scroll 0 0;
	margin-top: 10px;
}

#footer img {
	margin: -4px 2px -4px 0;
}

#footer a.xinlogo, #footer a.xinlogo:visited, #footer a.xinlogo:hover {
	color: #ccc;
	text-decoration: none;
}

#tabs-dashboard-container {
	padding: 5px 0;
}

#tabs-dashboard {
	font-size: 1em;
}

#register-container {
	width: 80%;
	min-height: 650px;
	margin: 0 auto;
	font-size: 1em;
	padding-top: 15px;
}

.w25 {
	width: 25%;
}
.w50 {
	width: 50%;
}
.w75 {
	width: 75%;
}
.col.last {
	clear: right;
}
.col {
	float: left;
	clear: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

a.gridaction {
	cursor: pointer;
	padding: 2px 5px;
	margin: 0 5px;
}

button.gridaction {
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
}

/*login form*/

.loginform {
    padding-top: 60px;
    min-height: 500px
}

.loginform form {
    width: 95%;
    padding:8px 10px 0;
	margin-right: 0;
}
.box-tl {
background: url(../img/box-tl.png) no-repeat top left;
}

.box-tr {
background: url(../img/box-tr.png) no-repeat top right;
}
.box-bl {
background: url(../img/box-bl.png) no-repeat bottom left;
}
.box-br {
background: url(../img/box-br.png) no-repeat bottom right;
}
.loginform .box-login {
    width: 68%;
    margin: 0 auto;
    background: #3519cd url(../img/box-login-bg.png) repeat-x top; 
}

.login-title {
    height: 55px;
    background: url(../img/h3-separator.png) repeat-x bottom;
}

.login-title h3 {
    background: url(../img/pgsolid_icon.png) no-repeat 20px 10px;
    padding:0 0 0 60px;
    color: #fff;
    font-size: 1.3em;
	height: 55px;
}
.loginform .box-login div.input label {
    float: left;
    width: 25%;
    clear:none;
    padding-right: 15px;
    font-weight: bold;
    color: #fff;
}

.loginform .box-login div.input input {
    clear: right;
    width: 60%;
}

.loginform .box-login div.input #UserLogin {
    background: #ffffff url(../img/user-login.png) no-repeat left;
    border: 1px solid #999;
    padding: 5px 0 5px 20px;
    font-size: 100%;
}

.loginform .box-login div.input #UserPassword {
    background: #ffffff url(../img/user-password.png) no-repeat left;
    border: 1px solid #999;
    padding: 5px 0 5px 20px;
    font-size: 100%;
}

.loginform form div.submit {
    margin: 0;
    height: 30px;
}

.loginform form div.submit input[type=submit] {
    background: url(../img/button-login-next.png) no-repeat;
    text-align: left;
    border: 0;
    font-weight: bold;
    color: #fff;
	width: 100px;
	height: 25px;
	cursor: pointer;
    padding: 0 0 5px 15px;
}

.loginform form div.submit input[type=submit]:hover {
    background: url(../img/button-login-next-hover.png) no-repeat;
    color: #eee;
}
.box-login div.message {
	padding: 10px;
    font-size: 110%;
    text-align: center;
	color: red;
	
}
.box-login span.login-link {
    padding-left: 20px;
    color: #fff;
}

.box-login span.login-link a {
    color:#ffff00;
    text-decoration: none;
}

.box-login span.login-link a:hover {
    text-decoration: underline;
}

.log-img{
	width: 40%;
	margin: 10px 0 0 20px;
	height: 171px;		   
	background: url(../img/login-pages.jpg) no-repeat;
	float: left;
	
}
.log-form{
	width:55%;
	float: right;
	margin-bottom: 10px;
}
/* registration complete */

#registration_container {
	min-height:500px;
	margin: 0 auto;
	padding-top: 50px;
	width: 90%;
}
#shadow-right {
	height: 100%;
	margin: 0 auto;
	background: url(../img/sh-right.png) repeat-y right;
}
#shadow-left {
	background: url(../img/sh-left.png) repeat-y left;
	padding: 10px;
}
#registration_complete h1{
	font-size: 180%;
	height: 50px;
	font-size: 180%;
	padding-left: 170px;
	color: red;
}

#registration_complete {
	padding: 20px 20px 40px 150px;
	background: url(../img/congratulation.png) no-repeat 0 70px;
	color: #666666;
}


#verify_email .print-button,
#registration_complete .print-button,
.print-button {
	border: 1px solid #ccc;
	padding: 5px;
	margin-left: 5px;
	background: url("../img/login-box-header.png") repeat-x bottom;

}
#verify_email .print-button a,
#registration_complete .print-button a {
	padding: 5px 30px 5px 5px;
	color: red;
	text-decoration:none;
	background: url(../img/print.png) no-repeat 98% 20%;
}

#verify_email ol {
	padding-left: 50px;
}

#verify_email ol,
#registration_complete ol {
	list-style-type: square;
	line-height: 2.7em;
}

#verify_email .print-button a:hover,
#registration_complete .print-button a:hover {
	color: #790000;
}
.verify-info {
	float: left;
	width: 70%;
}
.verify-banner {
	float: left;
	clear: right;
}

#reg-tl {
	background: url(../img/sh-tl.png) no-repeat top left;
}

#reg-tr {
	background: url(../img/sh-tr.png) no-repeat top right;
	padding: 11px 0 0 0;
}

#reg-bl {
	background: url(../img/sh-bl.png) no-repeat bottom left;
}

#reg-br {
	background: url(../img/sh-br.png) no-repeat bottom right;
	padding: 0 0 10px 0;
}

#pdf-notifications-container .notif ol li {
	list-style: square;
	margin-left: 15px;
}

#pdf-notifications-container .notif li {
	font-weight: bold;
}

#pdf-notifications-container a.pdflink {
	background: transparent url(../img/page_white_acrobat.png) no-repeat scroll 100px 0;
	padding: 0 35px 2px 0;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

button.profile_save {
	float: right;
	padding: 2px 5px;
	cursor: pointer;
}

.pgsmd fieldset {
	padding: 5px;
	border: 1px solid lightgrey;
}

.pgsmd legend {
	padding: 0 5px;
	background: inherit;
	font-size: 140%;
	font-weight: normal;
	color: grey;
}

input[readonly] {
	background: #dedede;
}
input[type="radio"]{
	float:left;
	width: auto;
}
label {
	padding-right: 20px;
	display: block;
	font-size: 100%;
}
select{
	font-size: 120%;
	vertical-align: text-bottom;
}
input[type="checkbox"]{
	clear: left;
	float: left;
	width: auto;
	margin: 5px 5px 0 0;
}
form {
	clear: both;
	margin-right: 20px;
}
.loginform form div{
	padding: 1em;
}
form div {
/*	padding: 0.5em;*/
	vertical-align: text-top;
	clear: both;
}
table tr td{
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
/* Tables */
table {
background: #fff;
border:1px solid #ccc;
border-right:0;
clear: both;
color: #333;
margin-bottom: 10px;
width: 100%;
}
th {
background: #f2f2f2;
border:1px solid #bbb;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
text-align: center;
}
th a {
background:#f2f2f2;
display: block;
padding: 2px 4px;
text-decoration: none;
}
th a:hover {
background: #ccc;
color: #333;
text-decoration: none;
}
table tr td {
background: #fff;
border-right: 1px solid #ccc;
padding: 4px;
text-align: center;
vertical-align: top;
}
table tr.altrow td {
background: #f4f4f4;
}
td.actions {
text-align: center;
white-space: nowrap;
}
td.actions a {
margin: 0px 6px;
}
.cake-sql-log table {
background: #f4f4f4;
}
.cake-sql-log td {
padding: 4px 8px;
text-align: left;
}
a {
	font-weight: bold;
}
a:hover{
	text-decoration: none;
}

.ui-jqgrid .ui-icon-asc{
	margin-top: 0;
}
.ui-jqgrid .ui-icon-desc{
	margin-top: 6px;
}
.ui-jqgrid .ui-pager-control form div{
	padding: 0;
}

div.message {
	color: red;
	font-weight: bold;
}
option{
	font-size: 120%;
	padding: 0 3px;
}
fieldset fieldset div{
	clear: left;
	margin: 0 20px;
}
form div.input{
	color: #444444;
}
form div.input div.error-message {
	color: #de1010;
	clear: both;
	float: left;
	width: 90%;
}
.ui-jqgrid-view th.ui-state-default div { 
	clear: none;
}

#iframe_dialog {
	width: 100%;
	height: 97%;
	border: 0px none;
} 

div.wysiwyg {
	float: left;
	clear: right;
	width: auto;
}

div.input.required label {
/*	font-weight: bold; */
}

#lang {
	float: right;
}
#lang li {
	display: inline;
	float: left;
	clear: none;
	margin-right: 10px;
}
#lang a.id {
	background: transparent url('/img/id.png') no-repeat 0 2px;
	margin-right: 10px;
	padding-left: 20px;
}
#lang a.en {
	background: transparent url('/img/gb.png') no-repeat 0 2px;
	margin-right: 10px;
	padding-left: 20px;
}

img.tooltip {
	cursor: help;
	margin-left: 5px;
	padding-top: 10px;
}

img.action {
	cursor: pointer;
	margin-left: 5px;
	padding-top: 10px;
}

.button-container.loading {
	background: url("../img/loading.gif") no-repeat scroll 0 4px transparent;
	float: right;
	width: 70px;
}

.input.text input.loading {
	background: url('../img/loading.gif') no-repeat scroll 1px 4px transparent;
}

.input.checkbox label.error {
	clear: both !important;
}

#downloads {
	height: 350px;
	overflow-y: auto;
}

#downloads h2 {
}

#downloads h3 {
	margin-top: 10px;
}
#downloads li,
#downloads ul {
	padding: 0 5px;
}

#downloads a {
	font-weight: normal;
}

