/***
 * CSS code to support http://www.cottagehome.com/handheld
 * Last updated: Sun, 06 June 2008
 * Xhtml/CSS Designed by: Osama Zakaria
 * Contact Info:
 *      E-mail eng.osama.cs@gmail.com
 *      Mobile 0020125438279
 ***/


/************* Defaults *******************/

*{
	margin: 0;
	padding: 0;
	line-height: 13px;
}

body{
	text-align: center;
	background-color: #FFF;
	font: 10px Arial, Helvetica, sans-serif;
}

img{
	border: 0;
}

h1, h2{
	font-weight: normal;
}
		
h1{
	padding-bottom: 2px;
	color: #9EB979;
	font-size: 13px;		
}
		
h2{
	color: #583205;
	font: 16px Georgia;
}

/**************** Global Classes *****************/

.hr{
	width: 90px;
	margin: auto;
	border-bottom: solid 1px #9EB979;
}
		
.go-top{
	text-align: right;
}
		
.important1{
	color: Red;
}
		
.important2{
	color: #77A7D0;
}
		
.linkstyle1, .linkstyle1:link, .linkstyle1:visited, .linkstyle1:hover{
	color: #A3BFD8;
}
	
.linkstyle2, .linkstyle2:link, .linkstyle2:visited, .linkstyle2:hover{
	color: #FFF;
	text-decoration: none;
}
.linkstyle3, .linkstyle3:link, .linkstyle3:visited, .linkstyle3:hover{
	color: #003366;
}

/**************** IDs and Inner Classes *******************/

#header{
	text-align: center;	
}
		
#logo{
	margin-top: 9px;
	text-align: center;	
}
		
#page-title{
	margin-top: 15px;
	text-align: center;
}
		
#page-img{
	margin-top: 9px;
}
		
#menu{
	margin-top: 15px;
	text-align: left;
	border-top: solid 1px #A3BFD8;
	background: #5A87B1;
}
		
.menu-item{
	padding: 4px 0 2px 10px;
	border-bottom: solid 1px #A3BFD8;
	font: 11px Georgia;
}
		
.menu-item:hover{
	background-color: #2F5A89;
}
		
.menu-selected { background: #2f5a89 url(images/arrow_white.gif) no-repeat left top }
		
#main-content{
	margin-top: 11px;
	padding: 4px;
	text-align: left;
	color: #583205;
	font-size: 11px;
}

.member-img{
	width: 55px;
	height: 72px;
}
		
.member-name{
	border-bottom: solid 1px #9EB979;
	vertical-align: bottom;
}
