﻿@import url("Reset.css");
@import url("Borders.css");
@import url("Forms.css");
@import url("Header.css");
@import url("Lists.css");
@import url("Menu.css");
@import url("Misc.css");
@import url("Positioning.css");

/* BODY */
body, html, .main {
	margin						: 0;
	padding						: 0;
	}

.main {
	margin						: 0 auto;
	width							: 903px;
	}

body {
	font-family				: Arial, verdana;
	font-size					: 12px;
	color							: #000;
	line-height				: 18px;
	background-color	: #EEE;
	}
	

	
.divControlHolder
{
	float: left;
	width: 100%;
}

.divPlaceHolder
{
	float: left;
}

.divControlHolder:hover
{
	
/*	border: dashed 1px red;*/
	background-color: #D8D8D8;
}

.controlEditIcon 
{
	position: absolute; 
	margin-left:-35px;
}

.controlEditIcon:hover
{
	cursor: pointer;
}

.controlDeleteIcon 
{
	position: absolute; 
	margin-left:-16px;
}

.controlDeleteIcon:hover
{
		cursor: pointer;
}

.controlAddIcon 
{
	float: right;
}

.controlAddIcon:hover
{
	cursor: pointer;
}

/* SEARCH RESULTS */
.searchHeader
{
	float: right;
	padding: 5px 0 5px 0;
}

.searchFooter
{
	float: left;
}

.searchURL
{
	color: #999999;
}

.content {
	min-height : 200px;
}
.content a:link, .content .searchTitle a, .content  .searchTitle a:active {
	color: #BD39FF;
	text-decoration : none;
	font-weight : bold;
	}
	
.content a:hover {
	color: #BD39FF;
	text-decoration : underline;
	font-weight : bold;
	}
		
.content a:visited {
	color: #970080;
	text-decoration : none;
	font-weight : bold;
	}

.content p{
	margin : 0;
	padding: 5px 0;
	}

.content ul {
	margin : 5px 0 0 20px;
	padding : 0;
	}

.content ol {
	margin : 5px 0 0 27px;
	padding : 0;
	}

.content ol li{
	margin	: 0;
	padding : 0;
	list-style-type : decimal;
	}

.content ul li{
	margin : 0;
	padding : 0 0 0 7px;
	list-style-type : disc;
	}

.content h4 {
	font-weight : bold;
	}
	
.content ul li ul li{
	margin : 0 0 0 10px;
	list-style-type : circle;
	}


.content ol li ol li{
	margin : 0 0 0 10px;
	list-style-type : decimal;
	}


