/*  
Master CSS

(c) www.bradleymason.co.uk/web
	
------------
BASIC STUFF
----------*/

* { /* Reset the margins */
	margin: 0px;
	padding: 0px;
	}
	
p {
	margin: 0px;
	padding: 0px;
	}
	
body, bodytext, td {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	
}



h1, .bold {
	font-size: 1.0em;
	line-height: 0.9em;
	letter-spacing: 0em;
	margin: 0px;
	padding: 0px;
	}
	
h2, .title {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 1.2em;
}

h3, .header {
	font-size: 1.5em;
	line-height: 1.0em;
	letter-spacing: 0em;
	margin-top: 4px;
	margin-bottom: 4px;
	}
	
	
	
.caption {
	font-size: 0.9em;
	line-height: 0.9em;
	letter-spacing: 0em;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.leftmenutext {
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0em;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.leftmenutextbold {
	font-size: 0.9em;
	line-height: 1.0em;
	font-weight: bold;
	}
	

	
.red {
	color: red;
	}
	
img, img:link,img:visited {
	border: 0px;
}


 
.clear {
	 clear: both;
}



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

A:link {
	text-decoration: none;	
	color: #333333;
}
A:visited {
	text-decoration: none;
	color: #333333;
}
A:active {
	text-decoration: none;
	color: #333333;
}
A:hover {
	text-decoration: underlined;
	color: red;
}




/*
-------------
IMAGE FLOATER
-------------
*/

#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: auto;
	height: 1px;
	z-index: 1000;
}


/*
------------
ADMIN
------------
*/

.uploader_image_thumb  {
	 margin: 5px;
	 padding: 0px;
	 }
	 
.admin_form  {
	 color: red;
	 font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	 }
	 
#picuploadbody {
	margin: 20px;
	padding: 0px;
	background-color: #ffffff;
}

.foldermenu {
	text-align: center; 
	float: right;
	width: 60px;
}
	 
.adminlinks {
	text-align: center; 
	float: left;
	margin-right: 33px;
	position: relative;
	top: 10px;
}

.insertimagepic {
	position: relative; 
	top: 5px
}
	


/*
------------
tool tips
------------
*/

.glt-elm{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 300px;
	color: #000;
	border: 1px solid #444;
	opacity: 0.9;
	visibility: hidden;
}

.glt-elm p{
	background: #FDFF6C;
	margin: 0;
	padding: 0.5em;
}

.glt-elm img{
	display: block;
}

.glt-elm{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}	
