/*------------------
STYLES FOR BLE
------------------*/

body {
	background: #9B9E9D;
}

#container {
	position: relative;
	background: #fff;
	margin: 0 auto;
	width: 755px;
	height: 550px;;
}

a#headerImage {
	position: relative;
	background: url(/template/images/layout/header-blue.gif) no-repeat;
	display: block;
	height: 80px;
	width: 755px;
}

a#headerImage span {
	display: none;
}

div#header p {
	position: absolute;
	font-family: Trebuchet MS, Verdana, Arial;
	top: 10px;
	right: 50px;
	margin: 0;
	float: right;
	color: #fff;
}

div#header p a {
	text-decoration: none;
	color: #fff;
}

div#header p a:hover {
	text-decoration: underline;
}

div#columnLeft,
div#columnRight {
	position: 		relative;
	background: 	#fff;
	width: 		350px;
	height: 		420px;
	float: 		left;
	padding: 		20px 20px 0 20px;
}

div#columnRight {
	width: 		325px;
	padding-top: 	50px;
	overflow:		auto;
}
div#columnLeft img {
	margin: 0px -0px -2px 0px;	
}

div.clear,
p {
	clear: both;
}

/*------------------
STYLES FOR NAV
------------------*/
ul.nav {
	margin: 15px 0 30px 0;
	width: 360px;
	float: left;
	clear: both;
}

ul.nav li,
ul.couples li {
	list-style: none;
	display: inline;
}

ul.nav li a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	background: #009ce3;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	float: left;
}

ul.couples {
	margin: 0;
}

ul.couples li a {
	color: #000;
	font-weight: normal;
	float: left;
	display: block;
	width: 170px;
}

ul.couples li a.active {
	font-weight: bold;
	color: #009ce3;
}
ul.couples li a.mylog {
	font-weight: bold;
	font-size:	12px;
}

/*------------------
STYLES FOR MARKUP
------------------*/

* {
	font-family:  Arial,Trebuchet MS, Verdana;
	font-size: 11px;;
	line-height: 1.3em;
	color: #000;
}

h1 {
	font-size: 1.1em;
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #009ce3;
}

h1.title {
	color: #FF8000;
	font-size: 2em;
	margin-bottom: 10px;
}
h2.couplesTitle {
	margin-bottom: 15px;
}
div#messages p {
	padding: 0;
	margin: 0;
}
hr {
	color: #009ce3;
	background-color: #009ce3;
	border: 0;
	height: 1px;	
	margin: 10px 0;
}
a, a:link, a:visited {
	color: #8C017B;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
label {
	padding-right: 20px;
}
input {
	border: 1px solid #A597A2;
	border-right: 2;
	border-bottom: 2;
	width:200px;
	margin-bottom:10px;
}
button {
	background: #00A5DF;
	border: 0;
	color: #EFED00;
	font-weight: bold;
	cursor: pointer;
	position:	relative;
	left:	212px;	
	padding:	3px;
}

img#coachAndCo {
	position: absolute;
	top: 113px;
	left: 97px;
}

/*------------------
WEBLOG STYLE
------------------*/
#columnRight h2{
	color:		#eb8702;
	font-size:		20px;
	margin-bottom:	15px;
}
.addbutton{
	float: 		right;
}
.addbutton a{
	color: 		#00A5DF;
	font-size:		9px;
}
.editbutton{
	float:		right;
}
.editbutton a{
	color: 		#00A5DF;
	font-size:		9px;
}
.delbutton{
	float:		right;
	margin-left:	15px;
}
.delbutton a{
	color: 		#00A5DF;
	font-size:		9px;
}
.item{
	border-bottom:	1px solid #009ee0;
	padding-bottom:	15px;
	margin-bottom:	15px;
}
.item_date{
	color:		#000;
	font-weight:	bold;
}
/*------------------
DD STUFF
------------------*/
div#columnLeft textarea{
	height:		300px;
	width:		344px;
	font-size:		
}
.msg{
	border:		1px solid #009ee0;
	background-color:	#eee;
	padding:		5px;
	margin-bottom:	5px;
}
a.terugbutton{
	display:		block;
	float:		right;
	background: 	#00A5DF;
	border: 		0;
	color: 		#EFED00;
	font-weight: 	bold;
	padding:		3px;
}
.homevisual{
	position:		absolute;
	top:			0px;
	left:			0px;
}
#logout{
	position:		relative;
	top:			5px;
}
#logout span{
	font-size:		16px;
}
#logout a{
	color:		#000;
	font-size:		14px;
	text-decoration:	underline;
}
#logout a:hover{
	color:		 #00A5DF;
}

