/* layout styles */

body {
	background-color:#CCCCCC;
	font-family:verdana,arial, helvetica, sans-serif;
    font-size:11px;
    color:#565656;
    padding:0;
    margin:0;
}

#outer {
	width:950px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
	background-image:url('../graphics/dot.gif');
	background-repeat:repeat;
	min-height:1%;
}

#wrapper {
	background-color:white;
	height:100%;
}

#header {
	border-bottom:1px solid #dedede;
	height:69px;
	background-color:white;
}

#header .logo {
	position: relative;
	top:20px;
	left:20px;
	border:none;
}

#header .austtop {
	float:right;
}

#leftpanel {
	width:200px;
	padding:20px 0px 20px 0px;
	float:left;
}

#leftpanel .heading {
	width:150px;
	font-family:arial, helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    color:#006699;
    text-align:center;
	padding:5px 0px 4px 0px;
	margin-bottom:3px;
	margin-left:auto;
	margin-right:auto;
	background-color:#e7e7e8;
}

#leftpanel .button {
	width:130px;
	height:20px;
	font-family: arial, helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#76797B;
    text-align:left;
	padding:5px 0px 4px 20px;
	margin-bottom:2px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('../graphics/buttonback.gif');
	background-repeat:no-repeat;
}

#leftpanel .spacer {
	height:16px;
}

#leftpanel a:link {
	color:#76797B;
	text-decoration: none;
}

#leftpanel a:visited {
	color:#76797B;
	text-decoration: none;
}

#leftpanel a:active {
	color:#76797B;
	text-decoration: none;
}

#leftpanel a:hover { 
	color:#00688f;
	text-decoration: none; 
}

#leftpanel .small {
	font-family:arial, helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
    color:#006699;
}

#content {
	width:730px;
	float:right;
	padding:20px 0px 0px 10px;
	margin-left:0px;
	background-color:white;
}

#jumpMenu {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#76797b;
	margin:0px 0px 0px 0px;
	padding:0px 20px 20px 0px;
	background-image:url('../graphics/dots_jump.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
}

#jumpMenu .jumpSelect {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#76797b;
}

#jumpMenu p {
	text-align:right;
	margin-right:10px;
}

.loggedIn {
	text-align:right;
	margin-right:30px;
	background-color:#ededed;
	border-bottom:1px solid #565656;
	padding:5px 10px 5px 0px;

}

#main {
	min-height:560px;
	margin:0px 0px 0px 0px;
	padding:10px 40px 0px 20px;
	background-image:url('../graphics/dots_main.gif');
	background-repeat:repeat-y;
	background-position:top left;
}

* html #main {
	height:560px;
}

#entryMags {
	list-style-type:none;
	padding:0;
	margin:0;
	width:675px;
}

#entryMags li {
	float: left;
	padding:10px 20px 5px 0px;
}

#entryMags img {
	width:60px;
	height:80px;
	border:0px;
}

.others {
	width:130px;
	height:100%;
	background-image:url('../graphics/dot.gif');
	background-repeat:no-repeat;
	padding:5px 0px 5px 5px;
	margin-top:20px;
}


.others_heading {
	width:120px;
	font-family:arial, helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    color:#006699;
    text-align:center;
	padding:5px 0px 4px 0px;
	margin:20px 0px 8px 5px;
	background-color:#e7e7e8;
}

#footer {
	clear: both;
	border:0;
	text-align:right;
	margin:0px;
	padding:10px 20px 10px 10px;
	background-color:white;
}

/* category and offers page styles */

.category_left {
	float:left;
	padding:20px 0px 20px 0px;
	vertical-align:middle;
}

.category_left img {
	border:1px solid #333333;
}

.category_right {
	float:right;
	vertical-align:middle;
	width:75%;
	padding:20px 0px 20px 0px;
}

.category_right img {
	border:none;
	text-align:right;
}

.category_clear {
	clear: both;
}

.freqtext {
	position:relative;
	/*left:280px;*/
	bottom:70px;
}

/* shop table display styles */

.shopTable {
	width:100%;
	padding:4px;
	margin:0px;
}

.offerTable {
	width:100%;
	padding:4px;
	margin:0px;
}

.giftTable {
	width:90%;
	padding:4px;
	margin:0px;
}

.shopHead {
	font-weight:bold;
	background-color:#cccccc;
	color:#565656;
	text-align:center;
}

.offerHead {
	font-weight:bold;
	background-color:#ffbbbb;
	color:#ff5656;
	text-align:center;
}

.shopOdd {
	background-color:#ffffff;
	color:#565656;
	text-align:center;
}

.shopEven {
	background-color:#eeeeee;
	color:#565656;
	text-align:center;
}

.offerEven {
	background-color:#ffeeee;
	color:#565656;
	text-align:center;
}

.shopHide {
	display:none;
	height:22px;
}

.shopButton {
	color:#565656; 
	font-family: verdana,arial; 
	font-size: 9px;
	font-weight: bold;
}
#international { 
	display:none;
}

#international_button {
	font-family:verdana, arial;
    font-size:12px;
	font-weight:bold;
    color:#76797b;
    text-align:left;
}

#promo {
	padding:0px;
}
	
/* shop form display styles */

form {
	display:inline;
}

.formTable {
	width:100%;
	padding:0px;
	margin:0px;
}

.textField {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#006699;
	width:460px;
	background-color:#ffffff;
	border: 1px solid #cccccc;
	margin:6px 0px 6px 0px;
}

.textField:focus {
	background-color:#ffffcc;
	border: 1px solid #333333;
}

.fileField {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#006699;
	background-color:#ffffff;
	margin:6px 0px 6px 0px;
}

.textArea {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#006699;
	width:460px;
	height:160px;
	background-color:#ffffff;
	margin:6px 0px 6px 0px;
}

.textArea:focus {
	background-color:#ffffcc;
}

.textAreaMCE {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#006699;
	width:460px;
	height:160px;
	background-color:#ffffff;
	margin:6px 0px 6px 0px;
}

.textAreaMCE:focus {
	background-color:#ffffcc;
}

.formSub {
	background-color:#eeeeee;
	color:#333333;
	border-top:0px solid #565656;
	border-bottom:0px solid #565656;
	padding:5px 0px 5px 3px;
	margin-bottom:20px;
}

/* general text formatting */

p {    
	font-family:verdana,arial, helvetica sans-serif;
    font-size:11px;
    color:#565656;
    text-align:justify;
}

li {    
	font-family:verdana,arial, helvetica sans-serif;
    font-size:11px;
    color:#565656;
    text-align:justify;
    padding-bottom:10px;
}

.right {
	text-align:right;
}

.alert {
	color:#ff0000;
	font-weight: bold;
}

#label {
	position:relative; 
	left:0px; 
	top:0px; 
	z-index:5; 
	display:block;
	background-color:white; 
	padding:10px; 
	border:1px solid black;
}

.fakeLink {
	text-decoration:underline;
	cursor:help;
}

.faqQ {
	font-weight: bold;
}

.faqA {
	padding-bottom:10px;
	border-bottom:1px solid #565656;
}

/*little text*/

h5 {
	font-family:verdana, arial;
    font-size:9px;
    color:#76797b;
    text-align:left;
}

/*headings*/

h3 {
	font-family:verdana, arial;
    font-size:12px;
	font-weight:bold;
    color:#76797b;
    text-align:left;
}	

/*headings on about pages*/
h2 {
	font-family:verdana, arial;
    font-size:14px;
	font-weight:bold;
    color:#00688f;
    text-align:left;
}	


a:link {
	color: #00688f;
	text-decoration: none;
}

a:visited {
	color: #00688f;
	text-decoration: none;
}

a:hover { 
	color:#001720;
	text-decoration: underline; 
}

a:active {	
	color: #00688f;
	text-decoration: none;
}

/* image styles */

img {
	position: relative;
	border:none;
}

/* horizontal rule styles */

hr {
	border:none;
	background-color:#565656;
	color: #565656;
	height:1px;
	width:100%;
}

.faint hr {
	border:none;
	background-color:#cccccc;
	color: #cccccc;
	height:1px;
	width:100%;
}

/* admin system styles */

.icon {
	border:none;
	padding: 0px 10px 0px 0px;
	vertical-align:middle;
}

.helpicon {
	border:none;
	padding: 0px 0px 5px 0px;
	vertical-align:middle;
	cursor: help;
}

li.publication_edit {
	margin:10px 0px 10px 0px;
	padding:7px 0px 7px 10px;
	color:#464b4b;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	border:1px solid #000066;
	list-style-type:none;
	cursor : move;
}

.pubTab {
	width:23%;
	height:18px;
	font-family: arial, helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#76797B;
    float:left;
    padding:5px 5px 0px 5px;
	background-color:#eeeeee;
	border-right:2px solid #cccccc;
	border-left:1px solid #eeeeee;
	border-bottom:2px solid #cccccc;
	border-top:1px solid #eeeeee;
	text-align:center;
	margin-bottom:10px;
	cursor : pointer;
}

.admin_image {
	border:1px solid #cccccc;
	padding:15px;
	margin:10px 10px 10px 0px;
}

.greyRow {
	background-color:#eeeeee;
}