/*
Description: new styles to be added on main site:

- style.css
- typography.css
- myAdmin.css

Version: 1.0
*/

/* START: style.css */

table.reg-select td {
	width: 						50%;
	}


/* START: typography.css */



/* START: myAdmin.css */

/* Profile Tables */
table.profiles-list {
	width: 						100%;
	font-size: 					90%;
	}

table.profiles-list th {
	background-color:			#9f5b93;
	color: 						#ffffff;
	text-align: 				left;
	}

table.profiles-list td {
	border-bottom: 				1px solid #9f5b93;
	vertical-align: top;
	}

table.profiles-list .table-col1 {
	width: 						40%;
	}

table.profiles-list .table-col2 {
	width: 						20%;
	}

table.profiles-list .table-col3 {
	width: 						25%;
	}

table.profiles-list .table-col4 {
	width: 						5%;
	}

table.profiles-list .table-col5 {
	width: 						10%;
	}

table.profiles-list a:link {
	color: 						#722C61;
	font-weight:     bold;
	}

table.profiles-list a:visited {
	color: 						#722C61;
	}
table.profiles-list a:hover,a:active {
	color: 						#ffffff;
	}

/* Packages table */
table.packages-info {
	background-color:			#c3a9bb;
	}

table.packages-info th,table.packages-info td {
	border-top:					1px solid #d0bbd0;
	border-right:				1px solid #d0bbd0;
	}

table.packages-info th
 {
	text-align: 				center;
	font-weight: 				bold;
	background-color:			#c39ab8;
	}

table.packages-info tr.tableHead th .font-sml-pink {
	font-weight: 				normal;
	}

.packages-info .price {
	color:						#722C61;
	font-weight:				bold;
	font-size:					16px;
	}

table.packages-info td {
	width: 						90px;
	text-align: center;
	}

table.packages-info .caption {
	width: 						230px;
	text-align:					left;
	}
	
.bg-green {
	background-color:			#9faf9c;
	}

/* My Account */

.accPanel {
	margin: 					0px auto 0px auto; 
	padding: 					0px;
	/*width: 						556px;*/
	}

.accBox {
	margin: 					0 5px 20px 0;
	padding: 					10px 0 10px 0;
	float:						left;
	text-align: 				center;
	height: 					8em;
	width: 						180px;
	-webkit-border-radius:		5px;
	-moz-border-radius:			5px;
	-khtml-border-radius:		5px;
	border-radius:				5px;
	
	}

.box-lastRenewed {
	border: 					1px solid #518850;
	background-color:			#518850;
	color: 						#8cc78c;
	}

.box-accountExpiry {
	border: 					1px solid #914343;
	background-color:			#914343;
	color: 						#c7989a;
	}

.box-credits {
	margin-right: 				0;
	border: 					1px solid #545e78;
	background-color:			#545e78;
	color: 						#8b9cc7;
	}

.accBox h3 {
	margin: 					0;
	padding: 					0;
	}

.box-lastRenewed h3 {
	color: 						#8cc78c;
	}

.box-accountExpiry h3 {
	color: 						#c7989a;
	}

.box-credits h3 {
	color: 						#8b9cc7;
	}


.accBox-item {
	margin: 					10px 0 10px 0;
	padding: 					10px;
	background-color:			#123456;
	color: 						#ffffff;
	font-weight: 				bold;
	font-size: 					150%;
	}

.box-lastRenewed .accBox-item {
	background-color:			#8cc78c;
	color: 						#518850;
	}

.box-accountExpiry .accBox-item {
	background-color:			#c7989a;
	color: 						#914343;
	}
.box-accountExpiry .expired {
	background-color:			#c7989a;
	color: 						#cc0000;
	}

.box-credits .accBox-item {
	background-color:			#8b9cc7;
	color: 						#545e78;
	}

/* Boxes */

.box-important {
	margin: 					10px 30px 20px 30px;
	padding: 					10px;
	background-color:			#bc0000;
	color: 						#D0BBD0;
	border: 					5px solid #971717;
	text-align: 				center;
	}

.box-important a {
	font-weight: 				bold;
	}

body .box-important a:link,.box-important a:visited {
	color: 						#ffffff;
	}
