body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(../img/bg_main2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	height: 100%;
}

a
{
	color:#0076A3;
}
.error_message {
	font-weight: bold;
	color: #ff0000;
	/*margin-left:10px;*/
}

div#content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

div#header {
	width: 100%;
	height: 124px;
	text-align: right;
	overflow: hidden;
}

div#header div#top-menu {
	width: 400px;
}

.error {
	color: #ff0000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
	text-align: center;
}

a img {
	border: none;
}

#footer {
	height: 40px;
	/* width:755px; */
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	clear: both;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;

	padding-top:10px;
	padding-left:10px;

}

#footer p
{
	font-size: 10px !important;
	color: #999999 !important;
	margin:0;
	padding:0;
}

#footer p a p
{

	display:inline !important;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#dock {
	background-image: url(../img/bg_dock_lrg.gif);
	background-repeat: no-repeat;
	color: #D3DAE4;
	float: right;
	font-size: 10px !important;
	font-weight: bold;
	height: 20px;
	margin: 0;
	padding: 2px 0 0 0;
	text-align: center;
	width: 400px;
}

#dock a {
	color: #D3DAE4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#dock a:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#dock .cart {
	float: left;
	width: 330px;
}

#dock .login {
	float: right;
	width: 70px;
}

#menu {
	font-size: 14px !important;
	font-family: Trebuchet MS, Verdana, Helvitica, sans-serif;
	display: block;
	height: 37px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 10px;
}

#menu a:hover {
	color: #666666;
	text-decoration: underline;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 33px;
}

#menu ul li {
	display: block;
	float: left;
	margin: 0;
}

#menu ul li a {
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	padding: 10px 20px 0 20px;
	height: 23px;
	background: transparent url(../img/bgDIVIDER.gif) no-repeat top right;
}

#menu ul li a:hover,#stylefour ul li a.current {
	color: #fff;
	background: #214276 url(../img/bgON.gif) no-repeat top right;
}

#menu ul.menu p
{
	margin:0;
	padding:0;
}

table.ListBackground {
	font-size: 11px;
	border: 1px solid rgb(221, 221, 221);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #fafafa;
}

table.ListBackgroundDark {
	font-size: 11px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

table.border-grey {
	border-collapse: collapse;
	border: 1px solid rgb(221, 221, 221);
}

table.border-grey td  , table.border-grey th {
	border: 1px solid rgb(221, 221, 221);
}

table.ListBackground td {
	padding: 8px;
}

table.ListBackgroundDark td {
	padding: 3px;
}

table.ListBackground tr.heading th {
	background-color: #ffffff;
	font-size: 14px;

}

table.ListBackground tr.heading th h2 {
	font-size: 14px;
}
table.ListBackground tr.heading th a:hover{
	color: #214276;
	text-decoration: underline;
}
table.ListBackground tr.heading th a{
	color: #214276;
	text-decoration: none;
}

table.ListBackground th {
	background-color: #D6D2CD;
	font-weight: bold;
	height: 30px;
	padding: 8px;
	vertical-align: middle;
}

.d1 {
	background-color: #FBFBFB;
}

.d0 {
	background-color: #EBEBEB;
}

div.admin-menu {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #fefefe;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

div.admin-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.admin-menu ul li {
	float: left;
	padding: 5px;
}

ul.news {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.news li {
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
}

ul.news li a {
	text-decoration: none;
	color: #000000;
}

ul.news li a:hover {
	text-decoration: underline;
	color: #000000;
}

.hint {
	font-size: 12px;
	color: #555555;
}

table.seminar-preview {
	width: 100%;
}

table.seminar-preview th  , table.seminar-preview td {
	padding: 5px;
	vertical-align: top;
}

table.seminar-preview th {
	width: 150px;
	text-align: right;
	font-weight: bold;
}

div#leftbox {
	float: left;
	width: 216px;
	overflow: hidden;
}

div#leftbox-top {
	background: url(../img/box200top.gif);
	height: 15px;
}

div#leftbox-bottom
{

	background: url(../img/box200bot.gif) no-repeat;
	height: 15px;
}

div#leftbox-center {
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	background-color: #DCDCDC;
}

div#rightbox
{
	background: #DCDCDC url(../img/box500mid.gif) repeat-y top left;
	float: right;
	width: 750px;
}

div#centerbox h1
{
	padding: 10px 0 10px 20px;
}

div#rightbox h5,div#rightbox h4,div#rightbox h3,div#rightbox h2,div#rightbox h1,div#centerboxwide h5,div#centerboxwide h4,div#centerboxwide h3,div#centerboxwide h2,div#centerboxwide h1
{
	margin: 0;
}

div#rightbox h1,div#centerboxwide h1{
	font-size: 16px;
}

div#rightbox hr,div#centerboxwide hr {
	margin: 0;
}

div#rightbox-top {
	background: url(../img/box500top.gif) no-repeat;
	height: 15px;
}

div#rightboxwide-top {
	background: url(../img/box770top.gif) no-repeat;
	height: 15px;
	clear:both;
	margin:0;
}

div#rightbox-center {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;

	background: #DCDCDC url(../img/box500mid.gif) repeat-y top left;
}

h2 {
	color: #214276;
	font-size: 16px;
}

div#rightbox-bottom {
	background: url(../img/box500bot.gif) no-repeat bottom left;
	height: 15px;
}

div#rightboxwide-bottom {
	background: url(../img/box770bot.gif) no-repeat;
	height: 15px;
}

div#centerboxwide td p{
	margin-top:0;
}

div#centerbox {
	background: url(../img/centerbox-center.png) repeat-y;
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 0;
	
}

div#centerbox div.top
{
	background: url(../img/centerbox-top.png) no-repeat;
	height:17px;
	line-height:1px;
	font-size:1px;
}

div#centerbox div.bottom
{
	background: url(../img/centerbox-bottom.png) no-repeat;
	height:17px;
	line-height:1px;
	font-size:1px;	
}

div#centerbox div.content
{
	padding: 0px 20px 0px 20px;
}


div#centerbox-770
{
	background: url(../img/bg_table_770px.png) no-repeat;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 10px 0px 10px;
}

div#centerboxwide {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 0px;
}

h1.blue {
	font-size: 18px;
	font-weight: bold;
	color: #4060e5;
	text-align: center;
}

.small-hint {
	font-size: 10px;
}

h3 {
	text-align: center;
}

h3.blue {
	color: #3366ff;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.Form0 input  , .Form0 textarea {
	width: 400px;
}

.Form0 textarea {
	height: 100px;
}

.Form0 textarea.large {
	height: 300px;
}

.Form0 input.small {
	width: 100px;
}

.Form0 input.checkbox {
	width: 20px !important;
}

div hr.hrSeparator {
	height: 2px;
	margin: 10px 0 2px 0;
}

div .lastP {
	margin-bottom: 0;
}

div#rightbox-center li a {
	font-weight: bold;
}

div#rightbox-center a.back {
	font-size: smaller;
	font-weight: bolder;
	display: block;
	margin-bottom: 10px;
}

.center {
	text-align: center !important;
}

table.oddTable {
	background-color: #EBEBEB;
}

table.evenTable {
	background-color: #FBFBFB;
}

table.presenters {
	width: 100%;
}

table.presenters p
{
	padding:0;
	margin:0;
}

table.presenters th,table.presenters td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

table.product-file-list {
	border-collapse: collapse;
	width: 100%;
}

table.product-file-list select {
	width: 300px;
}

table.product-file-list td  ,table.product-file-list th {
	padding: 6px;
	border: 1px solid #dddddd;
}

table.product-file-list th {
	font-weight: bold;
	width: 100px;
	background-color: transparent;
	text-align: left;
}
div.floats
{
	width:45%;
	float:left;
	margin:10px 20px 0 0;
}
div.preview-content
{
	width:100%;
	background-color:#f0f0f0;
	padding-top:10px;
	padding-bottom:10px
}
div.previewProductTriggerDiv
{
	padding-top:10px;
}

td.bottom , th.bottom
{
	vertical-align: bottom !important;
}
.rtColLinksModTop {
	background:transparent url(../img/top.gif) no-repeat scroll center top;
	height:8px;
	margin:0;
	width:210px;
}
.rtColLinksMod {
	background-color:#FFFFFF;
	border-color:-moz-use-text-color #CBD8E0 rgb(203, 216, 224);
	border-style:none solid solid;
	border-width:medium 1px 1px;
	margin:0pt ;
	padding:0pt 4px 3px;
	width:200px;
}
.rtColLinksMod a{
	color:#0076A3;
	font-size:11px;
}
.rtColLinksMod .hdr, .rtColLinksMod .hdrTwoLines {
	background:#235A86 url(../img/hdr.gif) no-repeat 0 0;
	margin:-4px 0pt 0pt;
	min-height:35px;
}
.rtColLinksMod h3 {
	color:#FFFFFF;
	font-family:"lucida grande",lucida,verdana,sans-serif;
	font-size:1.3em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:8px 10px;
	margin:0;
}
.rtColLinksContainer {
	border:1px solid #CBD8E0;
	margin:0pt;
	width:198px;
	background-color:#F7FAF9;
}
.rtColLinksContainer ul {
	margin:0pt 10px 10px 20px;
	padding:10px 0pt 0pt;
}
.rtColLinksContainer ul li {
	color:#FF6C00;
	margin-bottom:15px;
}