html    { height:100%; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;}
body	 	{ height:100%;background-color: #75AFCD; margin-top:18px; margin-bottom:18px; margin-left:25px; margin-right:25px; }

.ColorMiddle 	{ background-color: #6BA5C3 }
.ColorBgFunc 	{ background-color: #82B6D0 }
.ColorBgHead 	{ background-color: #467A94 }
.AlertColor 	{ background-color: #FC0707 }
.RowColor	{ background-color: #D629D3; }
.InfoColor 	{ background-color: #FFF603 }

.Headings 	{ font-family: Arial, Helvetica; font-size: 12px; color: #000000; font-weight: bold }
.Normal 	{ font-family: Arial, Helvetica; font-size: 12px; color: #000000; font-weight: normal }
.paging 	{ font-family: Arial, Helvetica; font-size: 12px; color: #000000; font-weight: normal }
.small 		{ font-family: Arial, Helvetica; font-size: 11px; color: #000000; font-weight: normal }
.Login 		{ font-family: Arial, Helvetica; font-size: 9px; color: #000000; font-weight: normal }

.SearchForm 	{ font-family: Arial, Helvetica; font-size: 10px; color: #000000; font-weight: normal }
td.SearchTopBot { background: #808080; font-family: Arial, Helvetica; font-size: 13px; font-weight: normal }
td.SearchColor1 A:hover {color: #A43809; text-decoration: none;font-weight: bold}
td.SearchColor1 { background: #C0C0C0; font-family: Arial, Helvetica; font-size: 11px; font-weight: normal }
td.SearchColor2 A:hover {color: #A43809; text-decoration: none;font-weight: bold}
td.SearchColor2 { background: #FFFFFF; font-family: Arial, Helvetica; font-size: 11px; font-weight: normal }

#fullheight{height:96%}

h1 		{ margin-left: 5%; margin-right: 5%; margin-top: 2%; font-family: Arial, Helvetica; font-size: 16px; font-weight: normal }
h2 		{ margin-left: 5%; margin-right: 5%; margin-top: 30%; font-family: Arial, Helvetica; font-size: 16px; font-weight: normal }

A:link 		{ color: #000000; text-decoration: none; font-weight: bold } 
A:visited 	{ color: #000000; text-decoration: none; font-weight: bold } 
A:hover 	{ color: #EBF90A; text-decoration: none; font-weight: bold }
A:active 	{ color: #800000; text-decoration: none; font-weight: bold }

font.MsgColor	{ color: Yellow;}


pre.tooltip{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}

ul.tooltip,li.tooltip{
	margin:0;
	padding:0;
}
li.tooltip{
	list-style:none;
	float:left;
	display:inline;
	margin-right:10px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#aaa;
	padding:5px;
	display:none;
	color:#fff;
	}

tr.dndClass td {
    color: yellow;
    background-color: green;
}

object#flashSpot {
	display:inline;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

	UL.tabNavigation {
		    font-family: Arial, Helvetica; font-size: 14px; font-weight: normal;
        list-style: none;
		    margin: 0;
		    padding: 0;
		    margin-left:25px;
		}

		UL.tabNavigation LI {
		    display: inline;
		    
		}

		UL.tabNavigation LI A {
		    padding: 3px 5px;
		    background-color: #ccc;
		    color: #000;
		    text-decoration: none;
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    background-color: #333;
		    color: #fff;
		    padding-top: 7px;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs {
		filter:shadow(color:black, strength:10, direction:135);
    }
    
    div.tabs > div {
			padding: 3px;
			margin-top: 3px;
			border: 2px solid #333;
			margin-left: 25px;
      margin-right: 25px;
      margin-bottom: 25px;  
		}
    .tabcolor {
		    background-color: #C0E6FA;
		    display:none; 
		}		
		
		.hidden {display:none;}
		button.positive{color:#000000; background-color:#CCC !important;}
    button:hover{color:#a7a7a7; background-color:#CCC !important;}
    button[disabled], button[disabled]:hover, button[disabled]:active{
	   color:#666 !important;
	   background-color:#CCC !important;
	   cursor:wait;
    }
    #controls{margin:0 0 0 45px;}