body
{
}
ul
{
	padding-left: 25px;
}
li
{
	list-style-image: url(images/bullet.gif);
	margin-bottom: 4px;
}

#doc4
{
	background: url(images/bg.gif) no-repeat;
}

#hd
{
	height: 157px;
	background: url(images/hd_bg.gif) no-repeat;
}
#bd
{
	min-height: 200px;
}

table td
{
	padding: 3px;
}

#title
{
	width: 550px;
	text-align: center;
	float: right;
	padding-top: 35px;
	padding-right: 45px;
}
h1
{
	font-size: 170%;
	margin-bottom: 0px;
}
.second
{
	margin-top: 30px;
}

h2
{
	font-size: 130%;
}
#status
{
	color: Red;
	font-size: 170%;
	padding-bottom: 40px;
}

#logo
{
	padding-top: 35px;
	padding-left: 20px;
	height: 90px;
}
#menu
{
	height: 32px;
	padding-left: 45px;
	padding-right: 45px;
	vertical-align: middle;
}

#mainbody
{
	padding: 10px 5px 15px 15px;
}

.righttopbox
{
	border: #449dde;
	border-width: 2px;
	border-style: dotted;
	margin-top: 10px;
	width: 188px;
	padding: 4px;
}

/* Formating */
.buttonheader
{
	height: 16px;
}
.editbox
{
	border: Solid 1px #7eacb1;
	padding: 4px;
}
.bug
{
	white-space: nowrap;
}
.bug img
{
	vertical-align: middle;
	padding-left: 3px;
	margin-left: 4px;
	cursor: pointer;
}

/*  Table  */
.itemtable
{
	width: 100%;
}
.itemrow
{
	width: 100%;
}
.item
{
	float: left;
	width: 320px;
	border: 1px dotted #C0C0C0;
	margin: 6px 4px 6px 4px;
	padding: 6px;
	display: inline-block;
}
.item h3
{
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	color: #000066;
	margin-bottom: 6px;
}
.itempager
{
	font-size: 150%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

/*  Video  */

.videoobject200
{
	border: 1px solid #808080;
	margin-left: 55px;
	margin-bottom: 10px;
	width: 200px;
	padding: 2px;
}

.videoobject640
{
	border: 1px solid #808080;
	width: 640px;
	padding: 2px;
}

#ft
{
	background: #FFFFFF;
}

#ftspace
{
	background: url(images/footer.jpg) no-repeat;
	margin-top: 12px;
	clear: both;
	height: 60px;
	text-align: center;
}
#copyright
{
	text-align: center;
	margin-bottom: 8px;
}


.panelbottomad
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	width: 468px;
}
.paneltopad
{
	margin-top: 12px;
	width: 468px;
	margin-left: 17px;
}
.panelrightad
{
	margin-top: 10px;
}

.underline
{
	border: 1px dotted #C0C0C0;
	border-style: none none dashed none;
	margin-bottom: 6px;
	padding-bottom: 2px;
}
.underline img
{
	vertical-align: middle;
}
.center
{
	text-align: center;
}

.right
{
	text-align: right;
}
.right img
{
	vertical-align: middle;
}

.panellogin
{
	margin-left: 10px;
}



/*AutoComplete flyout */
.autocomplete_completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	background-color: #FFFFFF;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: default;
	overflow: auto;
	height: 260px;
	text-align: left;
	list-style-type: none;
	z-index: 999999;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding-bottom: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
	background-color: window;
	color: windowtext;
	padding-bottom: 1px;
}

/*Cascading DropDown*/

/*CollapsiblePanel*/
.collapsePanel
{
	background-color: white;
	overflow: hidden;
}

.collapsePanelHeader
{
	width: 100%;
	height: 30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
}

