h3 {
	color:#93c83d;
	line-height: 1em;
}



h4 {
	color:#F6921E;
}


div#HomeText {
	color: gray;
}

div#navbar {
	background-color: #166099;
	padding: 2px 10px;
	margin-bottom: 15px;
	color: #fff;
	text-align: right;
}

div#navbar a,  a:link {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
div#navbar a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
div#navbar a:hover {
  color: #fff;
  text-decoration: underline;
	font-weight: bold;
}
div#navbar a:focus {
  color: #fff;
}
div#navbar a:active {
  color: #fff;
	font-weight: bold;
}




a,  a:link {
  color: #000;
  text-decoration: underline;
  	font-weight: bold;
}
a:visited {
  color: #000;
  text-decoration: underline;
  	font-weight: bold;
}
a:hover {
  color: #000;
  text-decoration: none;
	font-weight: bold;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
	font-weight: bold;
}


div#alertbar {
	background-color: #fb131d;
	padding: 2px 10px;
	margin-bottom: 15px;
	color: #fff;
	text-align: left;
}



legend { 
font: bold 15px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
margin-left: 1em;  
color: #000000;  
font-weight: bold;
}

fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}


fieldset li {   
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

fieldset {  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 0;  
border-top: 1px solid #BFBAB0;  
background-color: #fafafa;
}

fieldset.submit {  
font: bold 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 12em;
}


label {  
font: bold 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
display: block;  
text-align: left;
color: #000;
margin-right: 10px;
}


textarea{
width: 250px;
height: 150px;
}

input{ 
border:#999 solid 1px; background:#FFF url(http://s3.amazonaws.com/arthitch/staticGFX/inputTextures.png) repeat-x top left;
padding:3px 5px; 
}

textarea{ 
border:#999 solid 1px; background:#FFF url(http://s3.amazonaws.com/arthitch/staticGFX/inputTextures.png) repeat-x top left;
padding:5px; 
}



#linkList
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	width: 940px;
	text-align: left;
	border-collapse: collapse;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


#linkList th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #93c83d;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#linkList td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid #fff;
	background: #eaeaea;
}
#linkList tfoot tr td
{
	background: #93c83d;
	font-size: 12px;
	color: #fff;
}

#linkList tbody tr:hover td
{
	background: #ccc;
	color: #000;
	vertical-align: middle;
}


.panel {float:left;width:200px;margin:20px;}

ul {
    list-style-type:none;
    border:1px solid #999;
    background:#ccc;
    padding:20px;
    min-height:150px;
    width:100px;
}

li {
    display:block;
    border:1px solid #999;
    background:#fff;
    width:80px;
    padding:5px 10px;
    margin-bottom:5px;
}

.dds_selected {
    background:#ffc;
}
.dds_ghost {
    opacity:0.5;
}
.dds_move {
    background:#cfc;
}
.dds_hover {
    background:#fc9;
    border:3px dashed #c96;
}

.holder {
    border:3px dashed #333;
    background:#fff;
}
