/* Extra style stuff */

#wrap
{
	width: 900px;
}

thead
{
	background-color: #17a;
	background-repeat: repeat-x;
	color: white;
	border: 0px;
}

thead a
{
	color: white;
}

td, th
{
	padding-right: 2px;
	padding-left: 2px;
	
}

tbody td
{
	border: 1px solid #ddd;
}

fieldset
{
	border: 1px dashed #17a;
	padding: 8px;
	margin: 5px;

}

fieldset legend
{
	font-weight: bold;
	color: #17a;
}

ul.helplist
{
	list-style-type: disc;
	padding-left: 15px;
}
ul.helplist li span.helptitle
{
	color: #17a;
	font-weight: bold;
}
ul.helplist li span.helptext
{
	text-align: justify;
	padding-left: 10px;
	padding-right: 20px;
}

div.dialogTitleBar
{
	margin-bottom: 5px;
}

div.dialogTitle
{
	float:left;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #FFF;
}

div.dialogControlBar
{
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	float:right;
}

div.dialogFrame
{
	padding: 5px;
	background-color: #1E69A3;
	border: solid 1px #000;
	width: 50%;
}

div.dialogBody
{
	font-family: Arial;
	font-size: x-small;
	color: #000;
	background-color: #FFF;
	border: solid 1px #000;
}

div.dialogBody  ul
{
	list-style-type: disc;
}


a.dialogCloseButton:visited, a.dialogCloseButton
{
	color:#FFF;
}

a.dialogCloseButton:hover
{
	color:#CCF;
}

a.link-button
{
	display: inline-block;
	padding: 0.4em 1em;
	text-decoration: none;
}