/* 
	
	grey  #eee
	red   #c33c36
	text  #666
	
	
/*


/* ...
--------------------------------------------------------------------------------------- */

* { margin:0px; padding:0px; }

a img { border:0px;}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#333333;
	background:url(../images/background.gif);
}

	#container {
		position:relative;
		width: 744px;
		margin: 0 auto 0 auto;
		background:#eee;
		padding:8px;
	}	
		#header {
			position: relative;
			width: 744px;
			height: 80px;
			background:#fff;
			margin-bottom:8px;
		}
		
			#header_left {
				float:left;
			}
			
			#header_right {
				float:right;
			}
		
			#left_column{
				position:relative;
				float:left;
				width: 196px;
			}
						
				.menuitem{
					width:181px;
					height:22px;
					text-align:right;
					padding:4px 15px 2px 0;
					margin-bottom:8px;
					list-style: none;
					background: #fff;
					font-size: 1.6em;
					color: #c33c36;
				}
				
					.menuitem a, .menuitem a:visited{
						color: #666;
						text-decoration: none;
					}
					
					.menuitem a:hover, .menuitem a:focus, .menuitem a:active{
						text-decoration: underline;
						color: #c33c36;
					}
					
				#cover{
					width:180px;
					padding:8px;
					background:#fff;
					
				}

					
				.ads{
					width:180px;
					padding:8px;
					margin-top:8px;
					background:#fff;
				}
					
			#content {
				position:relative;
				min-height:669px;
				float:right; 
				width:460px;
				padding: 30px 40px;
				background:#fff;
			}

				#content h1{
					font-size:2.4em;
					color:#c33c36;
					margin-bottom:20px;
				}
				
				#content h2{
					font-size:1.6em;
					color:#c33c36;
					margin-bottom:14px;
				}
				
				#content h3{
					font-size:1.4em;
					color:#c33c36;
					margin-bottom:10px;
				}	
				
				#content h4{
					font-size:1.2em;
					color:#c33c36;
					margin-bottom:10px;
				}				
				
				#content p{
					font-size:1.2em;
					margin-bottom:10px;
					line-height:1.6em;
				}
				
				#content ul{
					font-size:1.2em;
					margin-left:16px;
					margin-bottom:10px;
					line-height:1.6em;
				}
				
				#content li{
					margin-bottom:4px;
				}
				
				#content a, #content a:visited{
					color: #c33c36;
					text-decoration: none;
				}
				
				#content a:hover, #content a:focus, #content a:active{
					text-decoration: underline;
					color: #c33c36;
				}
				
				hr{
					margin-bottom:10px;
					clear:both;
					height:1px;
					border:none;
					background:#999;
				}
				
				table{
					border-top:1px solid #bbb;
					margin:10px 0;
				}
				td{
					border-bottom:1px solid #bbb;
					padding-top:8px
				}
				
		#footer {
			clear: both;
			height:20px;
		}
		
			#footer p {
				margin-top: 6px;
			}
			
			#footer, #footer a:link, #footer a:visited {
				color: #333;
				text-decoration: none;
			}
	
			#footer a:hover {
				text-decoration: underline;
			}
	
				#copyright {
					float: left;
					padding-left:5px;
				}
	
				#author {
					float: right;
					padding-right:5px;
				}
				
/* 

Forms

*/

form ol, form ol li {
	margin: 0;
	padding: 0;
}

fieldset {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 0 0 1em 0;
	border-style: none;
	background: #FFF none repeat-x;
}

fieldset ol {
	padding: 0 1em 0 1em;
	margin-left: 0;
	list-style: none;
}

fieldset p {
	margin-left: 1em;
}

fieldset ol li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	list-style: none;
}

fieldset.submit {
	float: none;
	width: auto;
	padding-top: 1.5em;
	padding-left: 12em;
	background-color: #FFFFFF;
}

label {
	text-align: right;
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
	font-weight: bold;
}

label em {
	position: absolute;
	left: 10.2em;
	top: 0;
}

label strong {
	position: absolute;
	left: 27.5em;
	top: 0.2em;
	width: 130px;
	color: #aaa;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
}

label strong img {
	position: absolute;
	left: -16.5em;
}

p.required-msg {
	clear: both;
	margin-top: 2.5em;
}


/* WPMDIGITAL.com.au UPDATES - online subscription */

/* OPTION PAGE */
#subscription_options{
	margin: 30px auto 0 auto;
	width: 340px;
	height: auto;
}

#emag_registration{
	margin: 30px auto 0 auto;
	width: 440px;
	height: auto;
}

#subscription_options h2{
	color: #6B6B6C;
	font-size: 17px;
}

#emag_registration h2{
	color: #6B6B6C;
	font-size: 14px;
}

.subscription_option_button{
	margin: 20px auto 0 auto;
	width: 288px;
	height: 75px;
	background-image: url(../images/subscribe/button.gif);
	background-repeat: no-repeat;
	
	text-align: center;
	line-height: 65px;	
	
	font-size: 15px;
	font-weight: bold;
	color: #c33c36;	
	cursor: pointer;
}

.subscription_amount{
	margin: 10px auto 0 auto;
	margin-left: 20px;
	text-align: center;
	
	width: 397px;
	height: 116px;	
}

.subscription_submit{
	display: block;
	margin: 10px auto 0 auto;
	width: 420px;
	height: 39px;
	
	text-align: center;
	color: #6B6B6C;
	line-height: 39px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

.underline{
	text-decoration: underline;
	cursor: pointer;
}

.paypal_logo{
	height: 135px;
	width: 438px;	
}

/* LOGIN PAGE */
#login_form{
	margin: 30px auto 0 auto;
	width: 225px;
	height: auto;
}

#login_form h2{
	color: #6B6B6C;
	font-size: 17px;
}

#login_form input{
	border: none;
	padding: 0px;
}

#login_form .form_input{
	padding: 2.5px;
	width: 210px;
	height: 20px;
	border: 1px solid #cccccc;
	line-height: 25px;
	text-indent: 5px;
	clear: both;
	
	color: #CCCCCC;
	margin: 2.5px;
}

.login_button{	
	width: 100px;
	height: 30px;
	background-image: url(../images/subscribe/login.gif);
	
	color: #FFFFFF;
	font-size: 14px;
	float: right;
	cursor: pointer;
}

.forgot_button{	
	width: 100px;
	height: 30px;
	background-image: url(../images/subscribe/send.gif);
	
	color: #FFFFFF;
	font-size: 14px;
	float: right;
	cursor: pointer;
}

/* SUBSCRIPTIION OPTION PAGE */
#subscriptions{
	font-family: Trebuchet MS, Verdana;
	margin: 0 auto 0 auto;
	width: 470px;
	height: auto;
	text-align: center;
	font-size: 20px;
}

#subscriptions img{
	margin: 10px;
	background-repeat: no-repeat;
}

.black_font{
	color: #000000;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: .001px;
}

.red_font{
	color: #c33c36;
	font-weight: bold;
	font-size: 36px;
}

.offline_subscription, .online_subscription{
	cursor: pointer;
}

/* MY ACCOUNT */
#my_account{
	margin: 30px auto 0 auto;
	width: 420px;
	height: auto;
}

#my_account h2{
	color: #6B6B6C;
	font-size: 17px;
}

#my_account input{
	border: none;
	padding: 0px;
}

#my_account .form_input{
	padding: 2.5px;
	width: 270px;
	height: 20px;
	border: 1px solid #cccccc;
	line-height: 25px;
	text-indent: 5px;
	clear: both;
	float: right;
	
	color: #CCCCCC;
	margin: 2.5px;
}

#my_account .form_input_small{
	padding: 2.5px;
	width: 20px;
	height: 19px;
	border: 1px solid #cccccc;
	line-height: 18px;
	text-indent: 2px;
	clear: both;
	
	color: #CCCCCC;
	margin: 3px;
}

#my_account select{
	padding: 3px;
	padding-right: 7px;
	width: 115px;
	height: 26px;
	border: 1px solid #cccccc;
	line-height: 25px;
	text-indent: 5px;
	clear: both;
	float: left;
	
	color: #CCCCCC;
	margin: 2.5px;
}


#my_account label{
	color: #666666;
	font-size: 12px;
	padding: 2.5;
	line-height: 20px;
}

#my_account table, #my_account tr, #my_account td{
	border: none;
	padding: 0px;
	margin: 0px;
}

#issue_description{
	border: none;
	padding: 0px;

	
	padding: 2.5px;
	width: 270px;
	height: 40px;
	border: 1px solid #cccccc;
	line-height: 25px;
	text-indent: 5px;	
	
	color: #CCCCCC;
	margin: 2.5px;
}

.update_button{	
	width: 100px;
	height: 30px;
	background-image: url(../images/subscribe/save.gif);
	
	color: #FFFFFF;
	font-size: 14px;
	float: right;
	cursor: pointer;
}

.close_button{	
	width: 100px;
	height: 30px;
	
	color: #FFFFFF;
	font-size: 14px;
	float: right;
	cursor: pointer;
}

#progress_bar_loading{
	width: 100%;
	height: 30px;
	background: #EEEEEE;
	text-align: center;
}

#progress_bar_done{
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	height: 30px;
	background:  #c33c36;
	color: #FFFFFF;
	text-align: center;
}

.load_icon{
	margin: 10px auto 0 auto;
}

/* ADMINISTRATOR */
.admin_login{
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.admin_content{
	font-size: 12px;
	width:664px;
	position:relative;
	min-height:669px;
	float:right; 
	padding: 30px 40px;
	background:#fff;
	line-height: 14px;
}


	.admin_content p{
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.admin_content a, .admin_content a:visited{
		color: #c33c36;
		text-decoration: none;
	}

	.admin_content a:hover, .admin_content a:focus, .admin_content a:active{
		text-decoration: underline;
		color: #c33c36;
	}
	
	.admin_content .admin_search{
		border: none;
		padding: 0px;
		
		padding: 3px;
		width: 210px;
		height: 20px;
		border: 1px solid #cccccc;
		line-height: 25px;
		text-indent: 5px;
		clear: both;
		
		color: #CCCCCC;
		margin: 2.5px;
		float: left;
	}
	
	.admin_content #pagination{		
		margin-top: 5px;
		float: right;
		line-height: 30px;
	}
	
	.admin_content #page_number{		
		margin-top: 5px;
		float: left;
		line-height: 30px;
	}
	
	.admin_content #result_count{
		margin-top: 5px;
		float: right;
		line-height: 30px;
	}
	
	#admin_subscription_table, #admin_issue_table{
		width:664px;
	}
	
	#admin_subscription_table th, #admin_issue_table th{
		padding: 5px;
		border-bottom: solid 1px #BBBBBB;
	}
	
	#admin_subscription_table td img, #admin_issue_table td img{
		width: 20px;
		height: 20px;
	}
	
	#admin_subscription_table td, #admin_issue_table td{
		text-align: center;
	}
