body * {
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}

h1 {
	font-size:22px;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}

h2 {
	font-size:20px;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}

h3 {
	font-size:18px;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}

h4 {
	font-size:16px;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}

h5 {
	font-size:14px;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}

/*******************************************/
/*******************************************/

div#copyrightBackground {
	background-color: #364D62;
	width: 100%;
	padding: 10px 0px 10px 0px;	
	border-top: 1px solid #6E92B2;
}

div#bannerTopHome {
	background-color: #000000;
	border-bottom: 1px solid #6E92B2;
	width: 100%;
	height: 32px;
	color: #FFFFFF;
	position: fixed;
	top: 0px;
	padding-top: 8px;
	z-index: 50;
}

div#bannerTopHomeSub {
	background-color: #000000;
	border-bottom: 1px solid #6E92B2;
	width: 100%;
	height: 25px;
	color: #FFFFFF;
	position: fixed;
	top: 0px;
	z-index: 50;
	margin-top: 41px;
}

div#spacerTop {
	height: 41px;
}

div#spacerTopSub {
	height: 67px;
}

div#merchArea {
	background-color:#364D62;
	height: 360px;
	border-bottom: 1px solid #6E92B2;
}

div#merchAreaBackground {
	background-image: url(../p_main/top.jpg);
	background-repeat: no-repeat;
	height: 320px;
	width: 960px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

div#slideshow {
	width: 404px;
	height: 243px;
}

div#slideshowMonitor {
	float:left;
	background-image: url(../p_main/monitor.png);
	background-repeat: no-repeat;
	height: 329px;
	width: 438px;
	padding-left: 30px;
	padding-top: 16px;
	margin-top: -8px;
}

/*******************************************/
/*******************************************/

/* copyrightText */
td.copyrightText {
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

td.copyrightText a:link {
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

td.copyrightText a:visited {
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

td.copyrightText a:active {
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

td.copyrightText a:hover {
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

td.copyrightText a:focus {
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

div.loggerInfo {
	border: 1px solid #FFBE00;
	background-color: #FEF3D3;
	color: #000000;
	padding: 5px;
	font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}

div.loggerError {
	border: 1px solid #A50000;
	background-color: #EE2222;
	color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}

/*******************************************/
/*******************************************/

input.inputError {
	border: 1px solid #A50000;
	background: #EE2222;
	color: #FFFFFF;
}

div.imageResize100 {
	height: auto;
	width: auto;
}
img.imageResize100 {
	width: auto;
	height: auto;
	max-width: 100px;
	max-height: 100px;
	border: 1px solid #000000;
}

div.imageResize64noBorder {
	height: 64px;
	width: 64px;
}
img.imageResize64noBorder {
	height: 64px;
}

div.imageResize40{
	height: auto;
	width: auto;
}
img.imageResize40 {
	width: auto;
	height: auto;
	max-width: 40px;
	max-height: 40px;
	border: 1px solid #000000;
}

div.imageResize128 {
	height: auto;
	width: auto;
}
img.imageResize128 {
	width: auto;
	height: auto;
	max-width: 128px;
	max-height: 128px;
}

div.imageResize40noBorder {
	height:40px;
	width:40px;
}
img.imageResize40noBorder {
	max-width: 40px;
	max-height: 40px;
}

div.topSubject {
	background-image: url('../content/smallTop.png');
	background-repeat: repeat-x;
	height: 20px;
	border: 1px solid #014705;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	padding: 5px;
}


input.checkbox {
	color: #5F5F5F;
	border: 0px;
	background-color: #FFFFFF;
	margin: 0px;
}

textarea {
	color: #5F5F5F;
	border: 1px solid #014705;
	margin: 1px;
	background-image:url('../input/bg_textarea.png');
	background-repeat:repeat-x;
}

input.searchBox{
	background-color: #FFFFFF;
	background-image:url('../input/search.png');
	background-repeat:no-repeat;
	padding-left:20px;
	background-position: 2px 50%;
}

/*******************************************/
/*******************************************/

/*  Mauinmenu */
div.menuMain {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding: 5px;
}

div.menuMain img{
	margin: -2px 0px -2px 0px;
}

div.menuMain a:link {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div.menuMain a:hover {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div.menuMain a:active {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div.menuMain a:visited {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div.menuMain a:focus {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* menuMainSelected */
div.menuMainSelected {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding: 5px;
	background-repeat: repeat-x;
}

div.menuMainSelected img{
	margin: -2px 0px -2px 0px;
}

div.menuMainSelected a:link {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

div.menuMainSelected a:visited {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

div.menuMainSelected a:active {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

div.menuMainSelected a:hover {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

div.menuMainSelected a:focus {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}


/*  Mauinmenu */
div.menuMainSub {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding: 5px;
}

div.menuMainSub img{
	margin: -2px 0px -2px 0px;
}

div.menuMainSub a:link {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div.menuMainSub a:hover {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div.menuMainSub a:active {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div.menuMainSub a:visited {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div.menuMainSub a:focus {
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/*******************************************/
/*******************************************/

a.popupReleaseNotes:link {
	text-decoration: none;
}

a.popupReleaseNotes:visited {
	text-decoration: none;
}

a.popupReleaseNotes:active {
	text-decoration: none;
}

a.popupReleaseNotes:hover {
	text-decoration: none;
}

a.popupReleaseNotes:focus {
	text-decoration: none;
}

a.popup:link {
	text-decoration: none;
}

a.popup:visited {
	text-decoration: none;
}

a.popup:active {
	text-decoration: none;
}

a.popup:hover {
	text-decoration: none;
}

a.popup:focus {
	text-decoration: none;
}

a.popupDelete:link {
	text-decoration: none;
}

a.popupDelete:visited {
	text-decoration: none;
}

a.popupDelete:active {
	text-decoration: none;
}

a.popupDelete:hover {
	text-decoration: none;
}

a.popupDelete:focus {
	text-decoration: none;
}

/*******************************************/
/*******************************************/

a:link {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	color: #777777;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	color: #777777;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	color: #777777;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	color: #6E96B7;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}

a:focus {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	color: #777777;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}

/*******************************************/
/*******************************************/

.smallFont {
	font-size: 12px;
}


.tooltip {
	display:none;
	background:url(../content/black_arrow_big.png);
	height:107px;
	padding:65px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#ffffff;
	z-index: 100;
}

.tooltip .label {
	width: 60px;
}

.tooltip a {
	font-size:11px;
	font-weight:bold;
}

/*******************************************/
/*******************************************/

input[type="submit"] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #364D62;
    background: -moz-linear-gradient(center top , #6E92B2, #364D62) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, 0 0%, 0 100%, from(#6E92B2), to(#364D62));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E92B2', endColorstr='#364D62');
    border: 1px solid #364D62;
    color: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size: 12px;
    padding: 4px 11px;
    text-decoration: none;
    text-shadow: 0 1px 0 #2969B8;
}

button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #364D62;
    background: -moz-linear-gradient(center top , #6E92B2, #364D62) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, 0 0%, 0 100%, from(#6E92B2), to(#364D62));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E92B2', endColorstr='#364D62');
    border: 1px solid #364D62;
    color: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size: 12px;
    padding: 4px 11px;
    text-decoration: none;
    text-shadow: 0 1px 0 #2969B8;
}

input img {
	vertical-align: middle;
}

button img {
	vertical-align: middle;
}

input[type="submit"]:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #364D62;
    background: -moz-linear-gradient(center top , #6E92B2, #263644) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, 0 0%, 0 100%, from(#6E92B2), to(#263644));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E92B2', endColorstr='#263644');
    border: 1px solid #364D62;
    color: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size: 12px;
    padding: 4px 11px;
    text-decoration: none;
    text-shadow: 0 1px 0 #2969B8;
}

button:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #364D62;
    background: -moz-linear-gradient(center top , #6E92B2, #263644) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, 0 0%, 0 100%, from(#6E92B2), to(#263644));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E92B2', endColorstr='#263644');
    border: 1px solid #364D62;
    color: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size: 12px;
    padding: 4px 11px;
    text-decoration: none;
    text-shadow: 0 1px 0 #2969B8;
}


div.quote {
	float:right;
	text-align:right;
	font-style:italic;
	width:340px;
	color:white;
}

div.pluginItem {
	width: 440px;
	height: 64px;
	border: 1px solid #6E6E6E;
	padding: 8px;
	margin: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
