body
{
	font-family: "Arial";
	font-size: 10pt;
	
	margin: 5px;
	padding: 0;
}

form
{
	padding:0;
	margin:0;
}
img
{
	border: none;
}
a
{
	color: #507cd1;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

input
{
	padding: 3px;
	font-size: 8pt;
}

h1
{
	margin: 0;
	padding: 0;
	
	font-size: 20pt;
	color: #507cd1;
	font-weight: bold;
	text-align: left; 
	border-bottom: solid 1px #507cd1;
	margin-top: 5px; 
	width: 100%;
}
h3
{
	margin: 0;
	padding: 0;
	font-size: 11pt;
	color: #507cd1;
}

.container
{
	width: 900px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

.container_sub
{
	padding-left: 10px; 
	padding-right: 10px;
	border-right: solid 1px #eee;
	margin: 0px;
}

.button
{
	height: 25px;
	width: 120px;
	
	color: black;
	background-color: #DDDDDD;
	border: solid 1px gray;
}
.icon
{
	width: 60px;
	height: 60px;
}
.small_icon
{
	width: 25px;
	height: 25px;
}
.val_icon
{
	position: absolute;
	width: 20px;
	height: 20px;
}
.results_icon
{
	width: 20px;
	height: 20px;
}

.smalltext
{
	text-align: center; 
	font-size: 8pt; 
	color: #507cd1;
}

/*ADDS*/
.adds
{
	padding: 5px;
	margin-left: 10px;
	text-align: center;
	border: solid 1px #b5c7de;
	width: 120px;
	float: right;
}
.adds img
{
	width: 120px;
}

/*SEARCH*/
.search_select
{
	width: 120px; 
	border: solid 1px #b5c7de; 
	padding: 3px;
	font-size: 8pt;
}

.sidebar_container
{
	
	width: 140px;
	background-color: #EEE;
	border-right: solid 1px #b5c7de;
	border-left: solid 1px #b5c7de;
}
.sidebar
{	
	font-size: 8pt;
	text-align: center;
	line-height: 20px;
}

/*PAGE BORDERS*/
.page-left
{
	background-image:url('../images/container-left.png'); 
	background-position: left;
	width: 18px;
}
.page-right
{
	background-image:url('../images/container-right.png'); 
	background-position: right; 
	width: 18px;
}

/*AJAX*/
.modal
{
	background-color: white;
	border: solid 2px black;
	z-index: 1000;
	color: black;
	padding: 10px;
	position: absolute;
	display: none;
	text-align: justify;
	width: 400px;
}
.modal_bg
{
	position: absolute;
	background-color: gray;
	display: none;
	z-index: 999;
	top: 0;
	left: 0;

    filter: alpha(opacity=50);
    opacity: 0.50;
}

.modal h3
{
	display: block;
	border-bottom: solid 1px #b5c7de;
}

/*MESSAGE*/
.message
{
	border: solid 1px #ffd702;
	background-color: #ffd;
	padding: 5px;
}

/*RESULTS*/
.results a
{
	color: #444444;
}
.results a:hover
{
	color: white;
}
