﻿

.loader
{
	width: 100px;
	height: 100px;	
	top: 10px;
	left: 10px;
		
	background: url(images/spinner.gif) no-repeat center center;
}
/*
legend
{
	padding-right: 6px;
}

fieldset
{
	border-color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2
{
	font-size: 175%;
}

a
{
	color:#C8C8C8;
}

img
{
	border: 0px;
}

input[type="text"],
input[type="password"],
select
{
	width: 225px;
}
		
.currency input
{
	text-align: right;
}

div.actionlink
{
	margin-left: 125px;
	font-size: 125%;
	font-weight:bold;
}

div.input_text_required div,
div.input_text_required label,
div.input_text_required input,
div.input_text_required img
{
	display:inline;
}

.nothing
{
	color: #202020;
}

.dashboard_column_left
	{
		float: left;
		width: 37%;	
		height: 100%;
		border-right: solid 1px #999999;
	}
	.dashboard_column_right
	{
		float: left;
		width: 58%;	
		height: 100%;
		padding-left: 20px;	
		padding-top: 25px;
	}

.column_left
	{
		float: left;
		width: 49%;	
		height: 100%;	
	}
	.column_right
	{
		float: left;
		width: 49%;	
		height: 100%;	
	}
	
	.column_centre
	{		
		float: left;
		width: 2%;	
		height: 100%;	
	}
	
	.column_clearer 
	{
		clear: both;
		font-size: 1px;
	}

#GridTitleDiv
	{
		font-size: 120%;
	}

div.Grid tbody a
		{
			color:#FF8C00;
		}

div.Grid th 
	{
		padding: 0 0.5em;
		text-align: left;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}

.tabnormal,
.tabselected
{
	position:relative;
	top: 10px;
	padding:5px;
	float: left;
	margin-left: 1px;
	text-align: center;
	font-size:110%;
	font-weight:bold;
}

.tabnormal:hover
{
	color:#138ACB;
}

.tabselected
{
	
}

.tabSeparator
{
	background-image: url(../_images/dot.gif);
	width:10px;
	height:10px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	top:31px;
	left:3px;
}

.tabicon
{
	height:0px;
	width:0px;
}

.tabLinkNormal,
.tabLinkSelected
{
	text-decoration: none;	
}


.tabLinkNormal,
.tabLinkSelected
{
	text-decoration: none;	
}

.tabLinkNormal
{
	color: #ffffff;		
}

.tabLinkNormal:hover
{
	color: #FF8C00;		
}

.tabLinkSelected
{
	color: #FF8C00;	
}

.actionnormal,
.viewnormal,
.actionselected,
.viewselected
{
	height: 25px;
	float: left;
	padding-left: 5px;
	padding-right: 7px;
	margin-right: 1px;	
}

.viewnormal
{
	font-weight: bold;
	background-color: #333333;
}

.viewnormal:hover
{
	background-color: #FF8C00;
}

.actionnormal
{
	background-color: #444444;
}

.viewselected,
.actionselected
{
	background-color: #333333;
	color: #FF8C00;
}

.viewlinkselected,
.actionlinkselected
{
	color: #ffffff;
	text-decoration: none;
}

.viewlinknormal
{
	color: #C8C8C8;
	text-decoration: none;
}

.actionlinknormal
{
	position:relative;
}

.viewlinkselected,
.actionlinkselected
{
	color: #FF8C00;
	text-decoration: none;
	font-weight:bold;
}

.viewlinknormal
{
	color: #C8C8C8;
	text-decoration: none;
}

.actionlinknormal
{
	color: #C8C8C8;
	text-decoration: none;
}


.actionlinknormal,
.actionlinkselected
{
	font-style:italic;
	font-weight:bold;
}

.tabdisabled
{
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.modalPopup {
	background-color: #512D00;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 490px;
	z-index: 500;
}

.modalPopupHeader {
	background-color:#FF8C00;
}

.autocomplete_completionListElement 
{  
	visibility: hidden;
	margin: -3px;
	background-color: black;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: default;
	overflow: visible;
	height: 200px;
    text-align: left; 
    list-style-type: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 10002;
    clear: both;
    position: absolute;
}

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	width: 100%;
}

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	width: 100%;
}
*/