@charset "utf-8";
/*
-------------------------
 Body
-------------------------
*/
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:19px;
	color: #5d5b57;
	background-color:#fff;
	background-image:url(../../images/graphic/bodyBg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}
html,
body {
	width: 100%;
	height: 100%;
}
form {
	margin:0px;
	padding:0px;
}
/*
-------------------------
 Formatting Elements
-------------------------
*/
table,
tr,
td {
	padding:0;
	margin:0;
}
p {
	font-size: 12px;
	line-height: 19px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 19px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#353535;
	padding:0;
	margin-top: 0px;
}
h1 {
	font-weight:normal;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 21px;
}
h2 {
	font-weight:bold;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 19px;
}
h3 {
	font-weight:bold;
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 19px;
}
h4,
h5 {
	font-weight:bold;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 19px;
}
/*   
-------------------------
Links
-------------------------
*/
a,
a:link {
	color: #113176;
	text-decoration:underline;
	cursor:pointer;
	outline:none;
}
a:visited { color: #113176; }
a:hover {
	color: #62b17a;
	text-decoration:none;
}
a img {
	border:none;
	cursor:pointer;
}
a.nostyle {
	color:#353535;
	text-decoration:none;
	cursor:text;
}
input.BlueArrowButton {
	display:inline-block;
	color: #FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	padding:6px 26px 7px 12px;
	background-color:#304e8d;
	background-image:url(../../images/buttons/linkArrow_out.gif);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
}
input.BlueArrowButton:hover {
	background-color:#56b16c;
	background-image:url(../../images/buttons/linkArrow_over.gif);
}
input.BlueBackArrowButton {
	display:inline-block;
	color: #FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	padding:6px 12px 7px 26px;
	background-color:#304e8d;
	background-image:url(../../images/buttons/linkBackArrow_out.gif);
	background-repeat:no-repeat;
	background-position:left;
}
input.BlueBackArrowButton:hover {
	background-color:#56b16c;
	background-image:url(../../images/buttons/linkBackArrow_over.gif);
}
a.BlueArrowButton:link,
a.BlueArrowButton:visited,
input.BlueArrowButton {
	display:inline-block;
	color: #FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	padding:6px 26px 7px 12px;
	background-color:#304e8d;
	background-image:url(../../images/buttons/linkArrow_out.gif);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
}
a.BlueArrowButton:hover {
	background-color:#56b16c;
	background-image:url(../../images/buttons/linkArrow_over.gif);
}
a.BlueBackArrowButton:link,
a.BlueBackArrowButton:visited {
	display:inline-block;
	color: #FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	padding:6px 12px 7px 26px;
	background-color:#304e8d;
	background-image:url(../../images/buttons/linkBackArrow_out.gif);
	background-repeat:no-repeat;
	background-position:left;
}
a.BlueBackArrowButton:hover {
	background-color:#56b16c;
	background-image:url(../../images/buttons/linkBackArrow_over.gif);
}
a.RedArrowBlueLink:link,
a.RedArrowBlueLink:visited {
	display:block;
	color: #113176;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	padding:0 0 0 17px;
	margin:15px 0;
	background-image:url(../../images/graphic/redArrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	white-space:nowrap;
}
a.RedArrowBlueLink:hover { text-decoration:underline; }
a.RedArrowLink:link,
a.RedArrowLink:visited {
	display:block;
	color: #5d5b57;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	padding:0 0 0 17px;
	margin:0 0 19px 0;
	background-image:url(../../images/graphic/redArrow.gif);
	background-repeat:no-repeat;
	background-position:left 4px
}
a.RedArrowLink:hover { text-decoration:underline; }
/*   
-------------------------
Container
-------------------------
*/
#container {
	position:relative;
	left:50%;
	right:auto;
	margin: 0 0 0 -467px;
	width:934px;
}
/*   
-------------------------
Header
-------------------------
*/
#header {
	position:relative;
	width:100%;
	height:118px;
	z-index:20;
}
#headerLogo {
	position:absolute;
	left:21px;
	top:27px;
	width:63px;
	height:65px;
	background-image:url(../../images/graphic/headerLogo.gif);
}
#headerSearch {
	position:absolute;
	right:-8px;
	top:0px;
	width:193px;
	height:35px;
}
.HeaderSearchBlur { background-image:url(../../images/graphic/headerSearchBg_out.gif); }
.HeaderSearchFocus { background-image:url(../../images/graphic/headerSearchBg_over.gif); }
#headerSearch input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:295b99;
	border:none;
	background:none;
	width:113px;
	height:15px;
	line-height:15px;
	padding:0 5px;
	margin:5px 0 0 12px;
}
#headerSearch a,
#headerSearch a:link,
#headerSearch a:visited {
	display:block;
	text-decoration:none;
	width:40px;
	height:19px;
	position:absolute;
	right:13px;
	top:4px;
	font-size:1px;
	background-image:url(../../images/buttons/headerSearchBtn_out.gif)
}
#headerSearch a:hover { background-image:url(../../images/buttons/headerSearchBtn_over.gif) }
#headerMenu {
	position:absolute;
	top:38px;
	width:100%;
}
#headerMenu ul {
	position:absolute;
	right:30px;
	list-style:none;
	margin:0;
	padding:0;
}
#headerMenu li {
	display:block;
	position:relative;
	height:44px;
	float:left;
	padding: 0 0 0 1px;
	margin:0;
}
#headerMenu li.topMenuSpacer {
	background-image:url(../../images/graphic/headerMenuSpacer.png);
	background-repeat:no-repeat;
	background-position:left;
}
#headerMenu li.subMenuSpacer { border-bottom:1px solid #38496f; }
#headerMenu li a,
#headerMenu li a:link,
#headerMenu li a:visited {
	display:block;
	font-family:"Arial Black", Arial, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	white-space:nowrap;
	line-height:17px;
	padding:13px 12px 14px 12px;
	text-transform:uppercase;
}
#headerMenu li a.active { background-color:#061c4b; }
#headerMenu ul ul {
	position:absolute;
	left:1px;
	top:44px;
	display:none;
	list-style:none;
	margin:0;
	padding:0 8px 5px 8px;
	width:163px;
	background-image:url(../../images/graphic/headerMenuBg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	z-index:50;
}
#headerMenu li li {
	display:block;
	height:34px;
	float:none;
	padding:3px 0px;
	margin:0;
}
#headerMenu li li a,
#headerMenu li li a:link,
#headerMenu li li a:visited {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	white-space:nowrap;
	line-height:14px;
	padding:10px 8px;
	background-color:#061c4b;
	background-image:url(../../images/buttons/headerMenuSublinkBg_out.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-transform:none;
	font-style:italic;
}
#headerMenu li li a:hover,
#headerMenu li li a.active {
	color:#0f0f0f;
	background-color:#e7e9ed;
	background-image:url(../../images/buttons/headerMenuSublinkBg_over.gif);
	background-position:right;
	background-repeat:no-repeat;
}
/*   
-------------------------
MainContent
-------------------------
*/
#main { position:relative; }
#mainContent { position:relative; }
#main .subpage {
	background-image:url(../../images/graphic/mainContentBg.jpg);
	background-repeat:no-repeat;
}
#main .frontpage { }
.leftShadow {
	position:absolute;
	left:-27px;
	top:167px;
	width:27px;
	height:315px;
	background-image:url(../../images/graphic/mainLeftShadow.jpg);
}
.rightShadow {
	position:absolute;
	left:934px;
	top:167px;
	width:27px;
	height:315px;
	background-image:url(../../images/graphic/mainRightShadow.jpg);
}
#mainTop {
	position:relative;
	height:88px;
}
#mainHeading {
	position:absolute;
	left:-30px;
	top:30px;
	padding: 0 3px 0 0;
	background-image:url(../../images/graphic/mainHeadingRightBg.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#mainHeading div {
	padding:10px 20px 60px 222px;
	background-image:url(../../images/graphic/mainHeadingBg.png);
	background-repeat:no-repeat;
}
#mainHeading h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:29px;
	margin:0;
	padding:0;
	line-height:33px;
	text-transform:uppercase;
	color:#FFF;
}
#mainRightButton {
	position:absolute;
	right:-22px;
	top:44px;
	padding: 0 0 0 3px;
	background-image:url(../../images/graphic/mainRightButtonLeftBg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	text-align:right;
}
#mainRightButton div {
	padding:17px 59px 11px 16px;
	background-image:url(../../images/graphic/mainRightButtonBg.png);
	background-position:right top;
	background-repeat:no-repeat;
}
#mainRightButton a,
#mainRightButton a:link,
#mainRightButton a:visited {
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	color:#FFF;
	background-image:url(../../images/graphic/blueBackArrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 19px;
	text-decoration:none
}
#mainRightButton a:hover { text-decoration:underline; }
#mainCaption {
	position:relative;
	width:720px;
	height:38px;
	line-height:19px;
	color:#5d5b57;
	padding:17px 0 0 30px;
	margin:0 0 18px 0;
	overflow:hidden
}
/*   
-------------------------
FlashTop
-------------------------
*/
#flashTop {
	position:relative;
	width:974px;
	height:348px;
	overflow:hidden;
	margin:0 0 -15px -20px;
}
/*   
-------------------------
Footer bar
-------------------------
*/
#footer {
	position:relative;
	margin:0;
	padding:16px 0 0 0;
}
#footerLine {
	position:absolute;
	left:-20px;
	top:0px;
	height:3px;
	width:974px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #f6f6f6;
	font-size:1px;
	line-height:1px;
}
#footerContent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
	text-align:right;
	padding:3px 72px 100px 0;
	background-image:url(../../images/graphic/footerLogo.gif);
	background-repeat:no-repeat;
	background-position:right top;
	color:#52504d;
}
#footerContent a,
#footerContent a:link,
#footerContent a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#52504d;
	text-decoration:none;
}
#footerContent a:hover { text-decoration:underline; }

/*   
-------------------------
 OverView
-------------------------
*/
.OverView {
	position:relative;
	left:-20px;
	top:0px;
	width:974px;
	background-image:url(../../images/graphic/overViewBg.gif);
	background-position:left top;
}
.OverViewBoxes ul {
	margin:0 0 0 42px;
	width:890px;
	list-style:none;
	padding:0;
}
.OverViewBoxes li {
	position:relative;
	float:left;
	width:296px;
	height:236px;
	overflow:hidden;
}
.OverViewPaging {
	position:relative;
	height:82px;
}
/*   
-------------------------
 NewsOverView
-------------------------
*/
.NewsOverView {
	position:relative;
	left:-20px;
	top:0px;
	width:974px;
	background-image:url(../../images/graphic/newsOverViewBg.gif);
	background-position:left top;
}
.NewsOverViewBoxes ul {
	margin:0 0 0 42px;
	width:890px;
	list-style:none;
	padding:0;
}
.NewsOverViewBoxes li {
	position:relative;
	float:left;
	width:296px;
	height:296px;
	overflow:hidden;
}
/*   
-------------------------
 ProductOverView
-------------------------
*/
.ProductOverViewTitle {
	position:absolute;
	left:28px;
	top:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#353535;
	width:200px;
}
.ProductOverViewTitle h2 {
	width:150px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	margin:0 2px;
	padding:0;
}
.ProductOverViewLink {
	position:absolute;
	right:30px;
	top:20px;
}
.ProductOverViewPicture {
	position:absolute;
	left:14px;
	top:76px;
	width:265px;
	height:136px;
	background-image:url(../../images/graphic/productOverViewPictureBg.gif);
	background-repeat:no-repeat;
}
.ProductOverViewPicture img {
	width:259px;
	height:129px;
	margin:0 0 0 3px;
}
/*   
-------------------------
 NewsOverView
-------------------------
*/
.NewsOverViewItem {
	padding:28px 20px;
	color:#5d5b57;
}
.NewsOverViewItem img {
	display:block;
	padding:0;
	margin:0 0 8px 0;
}
.NewsOverViewItem h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#353535;
	padding:0;
	line-height:17px;
	margin:2px 0 2px 0;
}
/*   
-------------------------
FrontOverView
-------------------------
*/
.FrontTeaser { padding:20px 20px; }
.FrontTeaser h2 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
	line-height:17px;
	text-transform:uppercase;
	margin:0 0 15px 0;
	padding:0;
}
.FrontTeaser img {
	display:block;
	margin:15px -10px;
	padding:0;
}
.FrontTeaser a.RedArrowBlueLink {
	display:block;
	margin:5px 0px;
}
/*   
-------------------------
 OverView Paging
-------------------------
*/
.PagingBackButton {
	position:absolute;
	right:592px;
	top:29px;
}
.PagingNumbers {
	left:389px;
	position:absolute;
	text-align:center;
	top:36px;
	width:214px;
}
.PagingNumbers a:link,
.PagingNumbers a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#5d5b57;
	text-decoration:underline;
	margin:0 1px;
}
.PagingNumbers a.activePage:link,
.PagingNumbers a.activePage:visited {
	color:#000;
	font-weight:bold;
}
.PagingNextButton {
	position:absolute;
	left:603px;
	top:29px;
}
/*   
-------------------------
 Gallery
-------------------------
*/
.Gallery {
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	left:0px;
	top:0px;
	overflow:hidden;
}
/*** ProductPicture ***/
.Gallery .ProductPicture {
	position:relative;
	display:block;
	margin:6px 1px 60px 21px;
	width:607px;
	height:599px;
	background-image:url(../../images/graphic/productPictureBg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
}
.Gallery .ProductPicture img {
	margin: 4px 6px 9px 7px;
	width:594px;
	height:586px;
}
/*** ProductProperties ***/
.Gallery .ProductProperties {
	position:relative;
	display:block;
	width:284px;
	float:left;
}
/*** ProductNavigation ***/
.Gallery .ProductNavigation {
	position:relative;
	height:235px;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
}
.Gallery .ProductPrevButton {
	position:absolute;
	width:49px;
	height:49px;
	top:10px;
	left:22px;
}
.Gallery .ProductPrevButton a,
.Gallery .ProductPrevButton a:link {
	display:block;
	width:49px;
	height:49px;
	background-image:url(../../images/buttons/arrowPrevButton_out.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
}
.Gallery .ProductPrevButton a:hover {
	display:block;
	width:49px;
	height:49px;
	background-image:url(../../images/buttons/arrowPrevButton_over.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.Gallery .ProductNextButton {
	position:absolute;
	width:49px;
	height:49px;
	top:10px;
	left:72px;
}
.Gallery .ProductNextButton a,
.Gallery .ProductNextButton a:link {
	display:block;
	width:49px;
	height:49px;
	background-image:url(../../images/buttons/arrowNextButton_out.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
}
.Gallery .ProductNextButton a:hover {
	display:block;
	width:49px;
	height:49px;
	background-image:url(../../images/buttons/arrowNextButton_over.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.Gallery .ProductNavText {
	position:absolute;
	top:31px;
	left:140px;
	width:141px;
	font-size:13px;
	color:#353535;
}
/*** ProductPictureList ***/
.Gallery .ProductPictureList {
	position:absolute;
	width:244px;
	height:116px;
	top:80px;
	left:22px;
	overflow:hidden;
}
.Gallery .ProductPictureList ul {
	position:absolute;
	list-style:none;
	padding:0;
	margin:0;
	white-space:nowrap;
	left:500px;
}
.Gallery .ProductPictureList li {
	display:block;
	width:244px;
	height:116px;
	float:left;
}
.Gallery .ProductPictureList li {
	display:block;
	width:244px;
	height:116px;
	float:left;
}
.Gallery .ProductPictureList li a {
	display:block;
	width:60px;
	height:57px;
	margin:0 1px 1px 0;
	padding:0;
	float:left;
}
.Gallery .ProductPictureList li a.active img {
	-moz-opacity: 60;
	opacity:.6;
	filter: alpha(opacity=60);
}
.Gallery .ProductPictureList li a img {
	width:60px;
	height:57px;
	margin:0;
	padding:0;
}
/*** PagingNumbers ***/
.Gallery .ProductPaging {
	position:absolute;
	text-align:center;
	top:204px;
	left:0px;
	width:100%;
}
.Gallery .ProductPaging img { margin:0 10px; }
.Gallery span.ProductPagingNumbers { text-align:center; }
.Gallery .ProductPagingNumbers img { vertical-align:middle; }
.Gallery .ProductPagingNumbers a:link,
.Gallery .ProductPagingNumbers a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#5d5b57;
	text-decoration:underline;
	margin:0 3px;
}
.Gallery .ProductPagingNumbers a.ActivePage:link,
.Gallery .ProductPagingNumbers a.ActivePage:visited {
	color:#000;
	font-weight:bold;
}
/*** ProductDescription ***/
.Gallery .ProductDescription {
	position:relative;
	padding:12px 18px 12px 22px;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #eeeeee;
	margin:1px 0 0 0;
}
.Gallery .ProductDescription .CategoryName {
	font-family:Arial, Helvetica, sans-serif;
	color:#353535;
	font-size:12px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
.Gallery .ProductDescription h2 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:15px;
	line-height:16px;
	text-transform:uppercase;
	margin:-2px 0 12px 0;
	padding:0;
}
/*** ProductDescription ***/
.Gallery .ProductLinks {
	position:relative;
	padding:15px 18px 0px 22px;
	border-bottom:1px solid #e5e5e5;
}
/*** ProductDescription ***/
.Gallery .CategoryLinks {
	position:relative;
	margin:1px 0 0 0;
	padding:15px 18px 0px 22px;
	border-top:1px solid #eeeeee;
}
.Gallery .CategoryLinks h2 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:15px;
	line-height:16px;
	text-transform:uppercase;
	margin:-2px 0 12px 0;
	padding:0;
}
.Gallery .CategoryLinks a.RedArrowBlueLink {
	display:inline-block;
	margin:0;
}
/*   
-------------------------
 Textpage Columns
-------------------------
*/
.TextPage { margin:19px 0 60px 0; }
.Date {
	position:absolute;
	top:0;
	left:21px;
}
.TextPage .Columns {
	position:relative;
	background-image:url(../../images/graphic/columnsBg.gif);
	background-position:654px 0px;
	background-repeat:repeat-y;
	padding:19px 0 0 0;
}
.TextPage .LeftColumn {
	width:609px;
	padding:0 24px 0 21px;
	float:left;
}
.TextPage .RightColumn {
	width:234px;
	padding:0 21px 0 25px;
	float:left;
}
.TextPage .RightColumn h2 {
	border-bottom:1px solid #d9d9d9;
	padding:0 0 6px 0;
	margin:0 0 12px 0;
}
.TextPage .RightColumn ul {
	list-style:none;
	padding:0;
	margin:0;
}
.TextPage .RightColumn li { margin:0 0 19px 0; }
/*   
-------------------------
 Textpage Columns
-------------------------
*/

.FrontPage {
	position:relative;
	border-top:1px solid #f3f3f3;
	margin:0 0 60px 0;
}
.FrontPage .Columns {
	position:relative;
	padding:21px 0 0 0;
}
.FrontPage .LeftColumn {
	width:570px;
	padding:0 35px 0 21px;
	float:left;
}
.FrontPage .LeftColumn h3 { margin:21px 0 29px 0; }
.FrontPage .RightColumn {
	width:266px;
	padding:21px;
	float:left;
	background-color:#f9f9f9;
}
.FrontPage .RightColumn h2 { margin:0 0 29px 0; }
.HLine {
	position:absolute;
	width:974px;
	height:1px;
	font-size:1px;
	line-height:1px;
	background-color:#d5d5d5;
	top:82px;
	left:-20px;
}
/*   
-------------------------
 WYSIWYG Classes add them here
-------------------------
*/

.FrontPage .RightColumn .facebook {
	border-top:1px solid #D9D9D9;
	padding:20px 0 0 0;
	margin:20px 0 0 0;
}

.FrontPage .RightColumn .facebook h2 {
	margin:0 0 10px 0;
}

.FrontPage .RightColumn .facebook a {
	display:block;
	width:257px;
	height:44px;
	background:url(../../images/buttons/fb.gif);
	text-indent:-999px;
	overflow:hidden;
}

/*   
-------------------------
 WYSIWYG Classes add them here
-------------------------
*/
.WYSIWYG img {
	border-right:3px solid #b5c2d4;
	padding:0 8px 0 0;
	margin:0 13px 0 0;
	float:left;
}
.WYSIWYG .ImageCaption {
	font-style:italic;
	color:#a7aba7;
	margin:19px 0 19px 0;
}
/*   
-------------------------
 Contact
-------------------------
*/
.Contact { margin:0 0 11px 0; }
.Contact input { width:245px; }
.Contact .Label { float:left; }
#pnr {
	width:45px;
	margin:8px 19px 8px -15px;
}
#city { width:184px; }
/*   
-------------------------
 Contact
-------------------------
*/
.Login { margin:0 0 11px 0; }
.Login input { width:222px; }
/*   
-------------------------
 signup
-------------------------
*/
.Signup { margin:0 0 11px 0; }
.Signup input { width:246px; }
/*   
-------------------------
 Forms
-------------------------
*/
.Label {
	display:block;
	padding:0 6px 12px 10px;
	margin:0px;
	font-style:italic;
	font-weight:bold;
}
.Label input {
	display:inline-block;
	margin:8px 10px 0 -10px;
}
.Label textarea {
	display:block;
	margin:8px 10px 0 -10px;
	width:523px;
	height:200px;
}
.Label em {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#113176;
	margin:0px 3px;
	font-style:normal;
}
.inputFocus { border:1px solid #113176; }
input {
	padding:6px 5px 5px 5px;
	line-height:19px;
	border-top:1px solid #c4c4c4;
	border-left:1px solid #c4c4c4;
	border-bottom:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
}
textarea {
	padding:6px 5px 5px 5px;
	line-height:19px;
	border-top:1px solid #c4c4c4;
	border-left:1px solid #c4c4c4;
	border-bottom:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
}
/**********************************************   
-------------------------
 Form ERROR
-------------------------
**********************************************/
.ErrorText {
	display:block;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	color:#F00;
	font-style:italic;
	padding:8px 8px;
	margin:8px 0;
}
.error { border: 1px solid #ff0000; }
.labelError { color:#F00; }
/*   
-------------------------
 Layout helpers
-------------------------
*/
.floatContainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.floatContainer { display: inline-block; }
.floatContainer {
	display:block;
	clear:both;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('ellipsis.xml#ellipsis');
}
/*   
-------------------------
 Files List
-------------------------
*/

.filesList { width:100px; }
ul.filesList li {
	list-style:none;
	margin-left:-39px;
}
.dateCreated,
.fileName,
.download {
	background-color:#f1f1f1;
	padding:10px 10px 10px 17px;
	color:#848381;
	font-weight:bold;
}
.fileName {
	margin:-39px 0 0 130px;
	width:321px;
}
.dateCreated { width:100px; }
.download {
	margin:-39px 0 3px 481px;
	height:19px;
	width:93px;
}
.dark { background-color:#e5e5e5; }
.logo {
	color:#df2b34;
	font-weight:bold;
	font-family:Arial Black;
	font-size:27px;
	margin-top:25px;
}
.newOverViewPaging {
	position:relative;
	height:82px;
}
.newOverViewPaging .PagingBackButton a,
.newOverViewPaging .PagingNextButton a { width:103px; }
.newOverViewPaging .PagingNextButton {
	position:absolute;
	left:463px;
}
.newOverViewPaging .PagingBackButton {
	position:absolute;
	right:466px;
}

/* ---------------------
  SEARCH
---------------------*/
.searchOverViewPaging
{
	position:relative;
}
.searchOverViewPaging .PagingNumbers
{
	left:124px;
}
.searchOverViewPaging .PagingBackButton
{
	right:489px;
}
.searchOverViewPaging .PagingNextButton
{
	left:372px;
}
