/* CSS Document

CSS handcrafted by Northern Soul & DD Ramone code and style copyright © electro-osho 2008
Re-use with this header intact only
-----------------------------------------------------------------------------------------------------------------------------
Electro-Osho
-
UI Version 2.0.0
*/
/*Front page only*/
body{
	margin: 0%;
	background-color: #6B90C6;
	background-image: url(http://camphillaberdeen.org.uk/media/UI/vStrip.png);
	background-repeat: repeat-x;
	background-position: left top;	
}
button{
	background-color: #6B90C6;
	border: 1px solid #6B90C6;
	margin-left: 155px;
}
#daisy{
	z-index: 150;
	height: 30px;
	width: 100%;
	background-image: url(http://camphillaberdeen.org.uk/media/UI/daisys.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	top: 550px;	
}
#cBody{
	width: 900px;
	/*background-color: #CCCCCC;*/
}
#col1{
	width: 700px;
	float: left;
	/*background-color: #222222;*/
}
#col2{
	width: 200px;
	float: right;
	/*background-color: #66CC33;*/
}
#shortCol{
	width: 180px;
	float: left;
	/*background-color: #FFCC00;*/
}
#appCol{
	width: 500px;
	float: right;
	/*background-color: #00CCCC;*/
}
#appGlobe{
	width: 500px;
	height: 500px;
	margin-top: 100px;
	/*background-color: #CCCCCC;*/
	background-image: url(http://camphillaberdeen.org.uk/media/UI/appGlobe.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#appGlobeAppList{
	z-index: 200;
	width: 375px;
	height: 300px;
	margin: auto;
	position: relative;
	top: 100px;
	clear:both;
}
#appGlobeAppList ul li{
	display: inline;
	margin: auto;
}
#appGlobeAppWelcome{
	width: 300px;
	height: 150px;
	overflow: auto;
	margin: auto;
	position: relative;
	top: 135px;
}


/*End Front page only*/
ul{
	list-style-type: none;
}



/*old stuff follows*/
p{
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
}
/* Links */
a img {border: none;}
a:link{color: #006699; text-decoration: underline; border: none;}
a:visited{color: #006699; text-decoration: underline; border: none;}
a:hover {color: #719C30; text-decoration: none; border: none;}
a:active {color: #719C30; text-decoration: none; border: none;}
#cBody{
	width: 950px;
	margin: auto;
}
#menu{
	width: 200px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	float: left;
	padding: 3px;
}

#content{
	width: 720px;
	float: right;
}
#cConsole{
	margin-top: 105px;
	width: 800px;
	height: auto;
}
#cConsole form{
	padding: 10px;
}
#cConsole form p{
	border: 1px solid #CCCCCC;
	padding: 3px;	
}
#Foot{
	width: 800px;
	height: auto;
	text-align:center;
}
#cFoot{
	width: 800px;
	height: auto;
	border-top: 1px solid #FCC300;
	border-bottom: 1px solid #CCCCCC;
}
#hMenu{
	width: auto;
	height: auto;
}
#hMenu ul li{
	font-size: 85%;
	list-style-type: none;
	display: inline;
	padding: 3px;
	height: auto;
}
#hMenu a:link, #hMenu a:visited{
	font-size: 85%;
	font-weight: bold;
	color: #817354;
	text-decoration: none;
}
#hMenu a:hover{
	font-size: 85%;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
#appMenu{
	width: auto;
	height: auto;
}
#appMenu ul li{
	font-size: 85%;
	list-style-type: none;
	display: inline;
	padding: 3px;
	height: auto;
	background-image: url(http://camphillaberdeen.org.uk/cp/imgs/ico_light.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#appMenu a:link, #hMenu a:visited{
	font-size: 85%;
	font-weight: bold;
	color: #817354;
	text-decoration: none;
	background-image: url(http://camphillaberdeen.org.uk/cp/imgs/ico_light.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#appMenu a:hover{
	font-size: 85%;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	background-image: url(http://camphillaberdeen.org.uk/cp/imgs/ico_light.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.hideImgTxt{
	display:none;
}