html, body {
	background-color: #a6d9c8;
	background-image: url(http://www.scrapbookingmemories.com.au/img/bg_leftaligned_2.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

body{
	padding-left: 14px;	
}

/*------------GENERIC--------------*/

.float_right{
	float:right;
	position: relative;
	width: 560;
}
.float_left{
	float:left;
	position: relative;
}

.float_clear{
	float:none;
	position: relative;
	clear: both;
}

.pad_left{
	padding-left: 10px;
}
.pad_right{
	padding-right: 10px;
}

.inline_element{
	display: inline;
	float: none;
}

li {
	list-style-position: outside;
	list-style-image: url(http://www.scrapbookingmemories.com.au/img/bullet.gif);
	padding-bottom: 5px;
	position: relative;
	left: -3px;
	margin-top: 2px;
}

hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}




/*------------TEXT--------------*/

.green {
	font-family: Verdana;
	font-weight: bold;
	color: #78BA46;
	line-height: normal;
}

.grey {
	font-family: Verdana;
	font-size: 13px;
	color: #A69DB5;
	text-decoration: none;
	font-weight: bold;
}

.blue {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #0064A0;
}

/*------------LINKS--------------*/

a img{
	border:none;
}

img a{
	border:none;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #E39197;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E39197;
}

.nostyle a:link {
	text-decoration: none;
	border-bottom-width: 0px;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #E39197;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E39197;


}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #6794CB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6794CB;

}

.footer {
	color: #829aa2;

}


.footer a:link {
	text-decoration: none;
	color: #829aa2;
	border:none;
	font-weight: normal;

}
.footer a:visited {
	text-decoration: none;
	color: #829aa2;
	border:none;
	font-weight: normal;

}

.footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border:none;
	background-color: #829aa2;
	font-weight: normal;

}

/*------------FORMS--------------*/

input.input_dotted {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;	
	color: #D8656D;
	border: 1px dotted #ff9695;	
	padding-top: 3px;
	padding-bottom: 3px;
}

input.input_dotted_blue {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;	
	color: #006699;
	border: 1px dotted #6BA4AD;	
	padding-top: 3px;
	padding-bottom: 3px;
}


input.input_170 {
	width: 170px;	
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
}

input.input_135 {
	width: 135px;
	margin-bottom: 3px;
}

textarea {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #006699;
	border: 1px dotted #6BA4AD;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 290px;
	overflow: auto;
}

#Loginbar {
	font-size: 10px;
	color: #ffffff;
	position:absolute;
	height:32px;
	z-index:2;
	left: auto;
	top: 286px;
	/*top: 190px; - when there is no leaderboard*/
}
#Loginbar a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#Loginbar a:hover{
	background-color: #d66284;
	padding-top: 4px;
	padding-bottom: 4px;
}

.dotted{
	border: 1px dotted #ff9695;	
}

/*------------INDEX--------------*/
.index_white {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	color: #666666;
}

img {
	border: none;

}

.banner_right a{
	border: none;
}


.ontop {
	z-index: 300;
}
.onbottom {
	z-index: 0;
}
.index_box {
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
}

h3 {
	font-size: 10px;
	color: #333333;
}
.dKgreen {
	font-family: Verdana;
	font-weight: bold;
	color: #52581A;
	line-height: normal;
	font-size: 10px;
}
h2 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
/* colours */

.blueSmall { color: #005F97; font-weight: bold; font-size: 10px; }
.seablue {color: #6AAAB4; }
.lightblue{color: #6699CC; }

.green{color: #7FA948; }

.pink { color: #e7a0a5; font-weight:bold; }
.hotpink {color: #D84482; }
.lightpink {color: #DF7198; }

.salmonpink {color: #FF7272; }

.brownyorange {color: #C59C5C; }
.darkmagenta { color: #B2208E; }
.purple { color: #9969A0; }
.lightpurple { color: #838AA8; }
.brightred {
	color: #FF0000;
}

