body {
	background: #273864;
}

input {
	vertical-align: middle;
	height: 16px;
	width: 16px;
}

button {
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	background: url(../gfx/bgr.button_grey.png) repeat-x center #eeeeee;
	border: 1px solid #cccccc;
	color: #273864;
	padding: 2px 10px;
	position: relative;
	text-align: center;
	overflow: visible;
}

button.Disabled {
	color: silver;
}

/********** SELECT **********/

.Select,
.SelectDisabled {
	padding: 0px 25px 0px 0px;
	background: url(../gfx/bgr.select_right.png) no-repeat top right;
	cursor: default;
	color: #273864;
}

.SelectDisabled {
	background-image: url(../gfx/bgr.select_disabled_right.png);
}

.Select .Value,
.SelectDisabled .Value {
	padding: 0px 5px;
	background: url(../gfx/bgr.select_left.png) no-repeat top left;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}

.SelectDisabled .Value {
	background: url(../gfx/bgr.select_disabled_left.png) no-repeat top left;
	color: #cccccc;
}

.Select .Options {
	border: 1px solid silver;
	background: white;
	padding: 1px;
	position: absolute;
	display: none;
	overflow: auto;
	max-height: 250px;
	width: 300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 1000;
	line-height: 20px;
}

.SelectDisabled .Options {
	display: none;
}

.Select .Options .Option {
	display: block;
	padding: 1px;
	border: 0px;
	border-top: 1px solid #eeeeee;
}

.SelectAdmin .Options .Option {
	color: #006600;
}

.Select .Options .Option:hover {
	background: #eeeeee;
}

.Select .Options .Option:first-child {
	border: 0px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-topright: 3px;
}

.Select .Options .Option:last-child {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomright: 3px;
}

.Select .Options div .Option:first-child {
	border-top: 1px solid #eeeeee;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

/********** INPUT **********/

.Input,
.InputActive {
	padding: 0px 0px 0px 5px;
	background: url(../gfx/bgr.input_left.png) no-repeat top left;
	border: 0px;
}

.Input div,
.InputActive div {
	display: block;
	padding: 3px 5px 3px 0px;
	background: url(../gfx/bgr.input_right.png) no-repeat top right;
	height: 19px;
	line-height: 19px;
}

.Input div input,
.InputActive div input {
	background: none;
	width: 90%;
	display: block;
	height: 19px;
}

.InputActive {
	background-position: bottom left;
}

.InputActive div {
	background-position: bottom right;
}

/********** TEXTAREA **********/

.Textarea,
.TextareaActive {
	padding: 0px 0px 0px 5px;
	background: url(../gfx/bgr.textarea_left.png) no-repeat top left;
	border: 0px;
}

.Textarea div,
.TextareaActive div {
	display: block;
	padding: 3px 5px 3px 0px;
	background: url(../gfx/bgr.textarea_right.png) no-repeat top right;
	height: 144px;
	line-height: 19px;
}

.Textarea div textarea,
.TextareaActive div textarea {
	background: none;
	width: 100%;
	height: 144px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.TextareaActive {
	background-position: bottom left;
}

.TextareaActive div {
	background-position: bottom right;
}


/********** BUTTONS **********/

.Buttons {
	border-top: 1px solid #cccccc;
	min-height: 25px;
	line-height: 25px;
	padding: 15px 0px 0px 0px;
}

.LeftButton,
.LeftButtonDisabled,
.RightButton,
.RightButtonDisabled {
	padding: 0px 0px 0px 25px;
	background: url(../gfx/bgr.button_left.png) no-repeat top left;
	cursor: pointer;
	border: 0px;
}

.LeftButtonDisabled,
.RightButtonDisabled {
	background: url(../gfx/bgr.button_disabled_left.png) no-repeat top left;
	cursor: default;
}

.LeftButton span,
.LeftButtonDisabled span,
.RightButton span,
.RightButtonDisabled span {
	display: block;
	padding: 0px 5px;
	background: url(../gfx/bgr.button_right.png) no-repeat top right;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	font-variant: small-caps;
	font-weight: bold;
	color: #273864;
}

.LeftButtonDisabled span,
.RightButtonDisabled span {
	background: url(../gfx/bgr.button_disabled_right.png) no-repeat top right;
	color: #cccccc;
}

.LeftButton:hover,
.RightButton:hover {
	background-position: bottom left;
}

.LeftButton:hover span,
.RightButton:hover span {
	background-position: bottom right;
}

.LeftButton,
.LeftButtonDisabled {
	float: left;
	margin: 0px 10px 0px 0px;
}

.RightButton,
.RightButtonDisabled {
	float: right;
	margin: 0px 0px 0px 10px;
}

.BrowseButton {
	background-image: url(../gfx/bgr.button_browse_left.png);
}

.DeleteButton {
	background-image: url(../gfx/bgr.button_delete_left.png);
}

.AdminButton {
	background: url(../gfx/bgr.button_left_admin.png) no-repeat top left;
}

.AdminButton span {
	color: #006600;
}

/********** BIGBUTTONS **********/

.BigButtons {
	min-height: 45px;
	line-height: 45px;
	padding: 0px 0px 0px 0px;
}

.LeftBigButton,
.RightBigButton {
	padding: 0px 0px 0px 25px;
	background: url(../gfx/bgr.bigbutton_left.png) no-repeat top left;
	cursor: pointer;
	border: 0px;
}

.LeftBigButton span,
.RightBigButton span {
	display: block;
	padding: 5px 5px;
	background: url(../gfx/bgr.bigbutton_right.png) no-repeat top right;
	width: 100px;
	height: 35px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 17px;
	text-align: center;
}

.LeftBigButton:hover,
.RightBigButton:hover {
	background-position: bottom left;
}

.LeftBigButton:hover span,
.RightBigButton:hover span {
	background-position: bottom right;
}

.LeftBigButton {
	float: left;
	margin: 0px 10px 0px 0px;
}

.RightBigButton {
	float: right;
	margin: 0px 0px 0px 10px;
}

/********** CANVAS **********/

#ErrorCanvas,
#WarningCanvas,
#HintCanvas {
	height: 100%;
	width: 100%;
	background: #000000;
	opacity: .8;
	filter: alpha(opacity=80);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

/********** ERRORS **********/

#Errors {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10001;
}

#Errors h1 {
	color: white;
	border-bottom: 1px solid #cc0000;
	width: 500px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}

#Errors p,
#Errors ul {
	width: 500px;
	margin: 0 auto;
	color: white;
	font-size: 15px;
	line-height: 27px;
}

#Errors .Buttons {
	width: 500px;
	margin: 0 auto;
}

/********** WARNINGS **********/

#Warnings {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10001;
}

#Warnings h1 {
	color: white;
	border-bottom: 1px solid #ffcc00;
	width: 500px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}

#Warnings p,
#Warnings ul {
	width: 500px;
	margin: 0 auto;
	color: white;
	font-size: 15px;
	line-height: 27px;
}

#Warnings .Buttons {
	width: 500px;
	margin: 0 auto;
}

/********** HINTS **********/



#Hints {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10001;
}

#Hints h1 {
	color: white;
	border-bottom: 1px solid #00cc00;
	width: 500px;
	margin: 0 auto 20px auto;
	padding: 100px 0 0 0;
}

#Hints p,
#Hints ul {
	width: 500px;
	margin: 0 auto;
	color: white;
	font-size: 15px;
	line-height: 27px;
}

#Hints .Buttons {
	width: 500px;
	margin: 20px auto 0 auto;
}

/********** BASE **********/

.Base {
	position: relative;
	background: url(../gfx/bgr.base.png) repeat-x #d6d9e2;
}

/********** BROWSERWARNING **********/

.Base .BrowserWarning {
	background: #ffffcc;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 100;
	border-bottom: 1px solid black;
}

/********** HEAD **********/

.Base .Head {
	width: 1000px;
	height: 190px;
	margin: 0 auto;
	position: relative;
}

.Base .Head .Image {
	position: relative;
}

.Base .Head .Image img {
	display: block;
}

.Base .Head .Image .Overlay {
	position: absolute;
	top: 0px;
	left: 0px;
}

.Base .Head .Localizations {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 170px;
	background-color: #FFFFFF;
}

.Base .Head .Localizations a {
	margin: 0 10px 0 0;
	border: 0px;
}

/********** BODY **********/

.Base .Body {
	width: 1000px;
	margin: 0 auto;
	background: url(../gfx/bgr.body.png) repeat-y left;
}

/********** LEFT **********/

.Base .Body .Left {
	width: 140px;
	float: left;
	padding: 20px 0;
}

.Base .Body .Left .Menu {
	padding: 0 20px 0 0;
}

.Base .Body .Left .Menu a {
	display: block;
	line-height: 20px;
	padding: 0 0 0 15px;
	color: #ffffff;
	border: 0px;
}

.Base .Body .Left .Menu span {
	display: block;
	height: 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #959db2;
}

/********** CENTER **********/

.Base .Body .Center {
	margin: 0 160px 0 150px;
	padding: 20px 0 20px 30px;
	font-size: 12px;
	color: #333333;
	position: relative;
}

.Base .Body .Center .Path {
	margin: 0 0 20px 0;
	font-size: 10px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #cccccc;
	width: 500px;
}

.Base .Body .Center .Path * {
	line-height: 20px;
	border: 0px;
}

.Base .Body .Center .Path .Back {
	float: left;
	font-size: 12px;
	padding: 0px 10px 0px 5px;
	border: 0px;
	margin: 0 10px 0 0;
	background: #eeeeee;
}

.Base .Body .Center .Path .Back:hover {
	background: #cccccc;
}

.Base .Body .Center .Path .Spacer {
	margin: 0 5px;
	color: #cccccc;
}

.Base .Body .Center .Text {
}

.Base .Body .Center .NotSpecified {
	font-style: italic;
	color: #999999;
}

.Base .Body .Center .FrameImage {
	width: 90px;
	height: 120px;
	background: url(../gfx/bgr.frame_image.png) no-repeat top left;
	padding: 15px;
}

.Base .Body .Center .FrameImage a {
	border: 0px;
}

.Base .Body .Center .FrameImage img {
	width: 90px;
	height: 120px;
}

/********** SEARCH BOX **********/

.Base .Body .Center .SearchBox {
	float: right;
	width: 300px;
	background: #ffffff;
	border-left: 40px solid #ffffff;
	border-bottom: 30px solid #ffffff;
}

.Base .Body .Center .SearchBox h2 {
	width: 140px;
}

.Base .Body .Center .SearchBox form {
	border: 1px solid #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;
	background: url(../gfx/bgr.search_box.png) repeat-x bottom;
}

/********** PROFILE SEARCH INPUT **********/

.Base .Body .Center .ProfileSearchInput {
}

.Base .Body .Center .ProfileSearchInput .ProfileAmount {
	position: absolute;
	top: 65px;
	right: 0px;
}

/********** LISTING **********/

.Base .Body .Center .Listing {
	border-bottom: 1px solid #cccccc;
	margin: 15px 0 0 0;
}

.Base .Body .Center .Listing .Image {
	border: 0px;
}

.Base .Body .Center .Listing .Image img {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 3px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
}

.Base .Body .Center .Listing .Name {
	font-size: 15px;
}

.Base .Body .Center .Listing thead th {
	background: url(../gfx/bgr.table_head.png) repeat-x bottom;
	text-align: left;
	font-size: 15px;
	padding: 0px 10px 10px 10px;
	font-weight: normal;
	color: #999999;
	border-left: 1px solid #cccccc;
	vertical-align: top;
}

.Base .Body .Center .Listing thead th:first-child {
	border: 0px;
}

.Base .Body .Center .Listing thead td {
	vertical-align: top;
	padding: 0 0 30px 0;
}

.Base .Body .Center .Listing tbody th {
	text-align: left;
	font-weight: normal;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
	vertical-align: top;
	height: 30px;
}

.Base .Body .Center .Listing tbody td {
	vertical-align: top;
	padding: 0 0 15px 0;
}

.Base .Body .Center .Listing tbody th .WideButton {
	float: none;
	display: block;
	margin: 5px 0 0 0;
}

.Base .Body .Center .Listing tfoot th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 15px 0;
	background: url(../gfx/bgr.table_foot.png) repeat-x top;
}

.Base .Body .Center .Listing tfoot th.Pages {
	text-align: center;
	padding: 0px;
}

.Base .Body .Center .Listing tfoot th.Pages .LeftButton,
.Base .Body .Center .Listing tfoot th.Pages .RightButton {
	margin-top: 15px;
	margin-bottom: 15px;
}

.Base .Body .Center .Listing tfoot th.Pages .Page {
	padding: 20px 5px;
	line-height: 55px;
}

.Base .Body .Center .Listing tfoot th.Pages .Current {
	background: #eeeeee;
	font-weight: bold;
}

.Base .Body .Center .Listing tfoot td {
	vertical-align: top;
	padding: 0 0 15px 0;
}

/********** LISTING HEADLINE **********/

.Base .Body .Center .ListingHeadline {

}

.Base .Body .Center .ListingHeadline .Item {
	border: 0px;
	padding: 0 0 0 13px;
	background: url(../gfx/bgr.tab_button_left.png) no-repeat top left;
	color: white;
	font-weight: bold;
	float: right;
	margin: -10px -8px 0 -15px;
	position: relative;
	z-index: 1000;
}

.Base .Body .Center .ListingHeadline .Item span {
	display: block;
	padding: 0 25px 0 12px;
	background: url(../gfx/bgr.tab_button_right.png) no-repeat top right;
	line-height: 42px;
	text-transform: uppercase;
	color: #273864;
}

.Base .Body .Center .ListingHeadline .Selected {
	background-position: left bottom;
	z-index: 1001;
}

.Base .Body .Center .ListingHeadline .Selected span {
	background-position: right bottom;
	color: white;
}

/********** OFFER DETAIL **********/

.Base .Body .Center .OfferDetail {
}

.Base .Body .Center .OfferDetail .Image,
.Base .Body .Center .OfferDetail .Thumbnail {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 3px;
	margin: 0px 10px 10px 0px;
	float: left;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.Base .Body .Center .OfferDetail td {
	padding: 0px 0px 10px 0px;
}

/********** OFFER WIZARD **********/

.Base .Body .Center #OfferWizard {
}

.Base .Body .Center #OfferWizard .Images {
	position: relative;
}


.Base .Body .Center #OfferWizard .Images .Image {
	float: left;
	border: 1px solid #cccccc;
	width: 102px;
	height: 138px;
	margin: 20px 25px 0 0;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.Base .Body .Center #OfferWizard .Images .Image img {
	padding: 1px;
	display: block;
}

.Base .Body .Center #OfferWizard .Images .Image .Buttons {
	border: 0;
	padding: 5px;
	position: relative;
	margin: 0 1px 1px 1px;
	background: #eeeeee;
}

.Base .Body .Center #OfferWizard .Images .Image .Buttons .LeftButton {
	float: none;
	display: block;
	margin: 0;
}

.Base .Body .Center #OfferWizard .Images .Image .Buttons input {
	position: absolute;
	top: 5px;
	left: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	height: 25px;
	background: red;
}

.Base .Body .Center #OfferWizard .Images #Loader {
	display: none;
	background: url(../gfx/bgr.loader.png);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.Base .Body .Center #OfferWizard .Images #Loader div {
	top: 50%;
	left: 0px;
	width: 100%;
	position: absolute;
	text-align: center;
	padding: 30px 0 0 0;
	background: url(../gfx/ani.wait.gif) no-repeat center top;
	margin: -30px 0 0 0;
}




/********** SCROLL BOX **********/

.Base .Body .Center .ScrollBox {
	position: relative;
	background: #eeeeee;
	padding: 10px 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.Base .Body .Center .ScrollBox .Frame {
	background: #ffffff;
	border: 1px solid #cccccc;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	white-space: nowrap;
}

.Base .Body .Center .ScrollBox .Frame .Item {
	width: 129px;
	text-align: center;
	float: left;
	border-right: 1px solid #eeeeee;
	border-bottom: 0px;
	padding: 10px;
	overflow: hidden;
}

.Base .Body .Center .ScrollBox .Frame .Item .Image {
	border: 1px solid #cccccc;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.Base .Body .Center .ScrollBox .LeftScrollButton {
	position: absolute;
	top: 75px;
	left: 5px;
	width: 26px;
	height: 50px;
	background: url(../gfx/bgr.button_image.png) no-repeat top left;
	cursor: pointer;
}

.Base .Body .Center .ScrollBox .LeftScrollButton:hover {
	background-position: bottom left;
}

.Base .Body .Center .ScrollBox .RightScrollButton {
	position: absolute;
	top: 75px;
	right: 5px;
	width: 26px;
	height: 50px;
	background: url(../gfx/bgr.button_image.png) no-repeat top right;
	cursor: pointer;
}

.Base .Body .Center .ScrollBox .RightScrollButton:hover {
	background-position: bottom right;
}




/********** OFFER SHOWCASE **********/

.Base .Body .Center .ShowcaseBox {
	position: relative;
	background: #eeeeee;
	padding: 20px 20px 20px 20px;
	width: 610px;
	height: 610px;
	float: left;
	margin-bottom: 30px;
}

.Base .Body .Center .ShowcaseBox .ShowcaseFrame {
	background: #ffffff;
	border: 1px solid #cccccc;
	width: 606px;
	height: 606px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

.Base .Body .Center .ShowcaseBox .ShowcaseFrame .ShowcaseItem {
	display: inline-block;
	width: 200px;
	height: 200px;
	text-align: center;
	float: left;
	border: 1px solid #eeeeee;
	background-color: White;
	margin: 0px 0px 0px 0px;
	white-space: normal;
}

.Base .Body .Center .ShowcaseBox .ShowcaseFrame .ShowcaseItem:hover {
	display: inline-block;
	width: 200px;
	height: 200px;
	text-align: center;
	float: left;
	border: 1px solid Black;
	background-color: #D1DEEF;
	margin: 0px 0px 0px 0px;
	white-space: normal;
}

.Base .Body .Center .ShowcaseBox .ShowcaseFrame .ShowcaseItem .Image {
	border: 1px solid #cccccc;
	margin-top: 10px;
	padding: 3px;
}

.Base .Body .Center .SaveListButton {
	width: 100px;
	height: 25px;
	margin-left: 10px;
	vertical-align: top;
	line-height: 12px;
	border-top: 2px solid White;
	border-left: 2px solid White;
	border-bottom: 2px solid #404040;
	border-right: 2px solid #404040;
	padding-bottom: 2px;
}

.Base .Body .Center .SaveListButton:active {
	width: 100px;
	height: 25px;
	margin-left: 10px;
	vertical-align: top;
	line-height: 12px;
	border-top: 2px solid #404040;
	border-left: 2px solid #404040;
	border-bottom: 2px solid White;
	border-right: 2px solid White;
	padding-left: 2px;
	padding-bottom: 3px;
}

.Base .Body .Center .txtOfferIdList {
	width: 500px;
	height: 21px;
	margin-top: 1px;
	border-top: 2px solid #404040;
	border-left: 2px solid #404040;
	border-bottom: 1px solid #404040;
	border-right: 1px solid #404040;
	font-weight: bold;
}





/********** TAG CLOUD **********/

.Base .Body .Center .TagCloud {
	line-height: 30px;
	text-align: center;
}

.Base .Body .Center .TagCloud a {
	margin: 0 10px 0 0;
}

.Base .Body .Center .TagCloud .Phase0 {
	font-size: 10px;
	color: #cccccc;

}

.Base .Body .Center .TagCloud .Phase1 {
	font-size: 11px;
	color: #c1c2c6;
}

.Base .Body .Center .TagCloud .Phase2 {
	font-size: 12px;
	color: #b3b6bc;
}

.Base .Body .Center .TagCloud .Phase3 {
	font-size: 13px;
	color: #a1a5b1;
}

.Base .Body .Center .TagCloud .Phase4 {
	font-size: 14px;
	color: #8e94a5;
}

.Base .Body .Center .TagCloud .Phase5 {
	font-size: 15px;
	color: #7a8298;
}

.Base .Body .Center .TagCloud .Phase6 {
	font-size: 16px;
	color: #656f8b;
}

.Base .Body .Center .TagCloud .Phase7 {
	font-size: 17px;
	color: #515e7f;
}

.Base .Body .Center .TagCloud .Phase8 {
	font-size: 18px;
	color: #404e74;
}

.Base .Body .Center .TagCloud .Phase9 {
	font-size: 19px;
	color: #31426a;
}

.Base .Body .Center .TagCloud .Phase10 {
	font-size: 20px;
	color: #273864;
}

.Base .Body .Center .ImageLeft {
	border: 1px solid silver;
	background: white;
	padding: 5px;
	margin: 0 20px 0 0;
	float: left;
}

.Base .Body .Center .ImageRight {
	border: 1px solid silver;
	background: white;
	padding: 5px;
	margin: 0 0 0 20px;
	float: right;
}

.Base .Body .Center .ImageCenter {
	margin: 0 auto;
	border: 1px solid silver;
	background: white;
	padding: 5px;
}

.Base .Body .Center .Administration {
	padding: 5px;
	line-height: 25px;
	background: #cc0000;
	color: #FFCC99;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.Base .Body .Center .Administration .Select {
	float: right;
}

/********** NEWSLETTER **********/

.Base .Body .Newsletter {
	position: absolute;
	top: -93px;
	left: 545px;
	width: 115px;
	height: 105px;
	background: url(../gfx/bgr.newsletter.png) no-repeat;
	color: #ffffff;
	padding: 20px;
}

.Base .Body .Newsletter .Title {
	text-transform: uppercase;
	font-weight: bold;
}

.Base .Body .Newsletter .InputField {
	margin: 10px 0 0 0;
	position: relative;
	color: #999999;
	font-size: 10px;
	padding: 1px 5px;
	background: white;
	border: 1px solid #273864;
	height: 15px;
}

.Base .Body .Newsletter .InputField input {
	display: none;
	position: absolute;
	top: 2px;
	left: 4px;
	background: #ffffff;
	width: 105px;
	line-height: 14px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.Base .Body .Newsletter button {
	font-size: 10px;
	color: #ffffff;
	border: 1px solid #677494;
	display: block;
	margin: 10px 0 0 auto;
	text-transform: uppercase;
	background: #273864;
	padding: 0;
}

/********** RIGHT **********/

.Base .Body .Right {
	width: 130px;
	float: right;
	padding: 20px 5px 20px 15px;
}

.Base .Body .Right a {
	border: 0px;
}

/********** FOOT **********/

.Base .Foot {
	background: #273864;
	padding: 25px 0;
	color: #ffffff;
}

.Base .Foot a {
	color: #ffffff;
	border: 0px;
}

.Base .Foot .Content {
	width: 660px;
	margin: 0 auto;
	position: relative;
}

.Base .Foot .Content .Menu {
	position: absolute;
	right: 0px;
}

.Base .Foot .Content .Menu span {
	margin: 0 5px;
}

/********** IMAGE VIEWER **********/

.Base #ImageViewer {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

.Base #ImageViewer #Canvas {
	height: 100%;
	width: 100%;
	background: #000000;
	opacity: .8;
	filter: alpha(opacity=80);
	position: absolute;
	top: 0px;
	left: 0px;
}

.Base #ImageViewer #Frame {
	position: fixed;
	z-index: 10010;
	left: 180px;
	top: 50px;
	background: #eeeeee;
	border: 1px solid #ffffff;
	width: 600px;
	_width: 1%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.Base #ImageViewer #Frame #Image {
	display: block;
	margin: 10px auto;
	padding: 3px;
	border: 1px solid #cccccc;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.Base #ImageViewer #Frame #LeftButton {
	position: absolute;
	top: 235px;
	left: 21px;
	background: url(../gfx/bgr.button_image.png) no-repeat top left;
	height: 50px;
	width: 26px;
	border: 0px;
	padding: 0px;
}

.Base #ImageViewer #Frame #LeftButton:hover {
	background-position: bottom left;
}

.Base #ImageViewer #Frame #RightButton {
	position: absolute;
	top: 235px;
	right: 21px;
	background: url(../gfx/bgr.button_image.png) no-repeat top right;
	height: 50px;
	width: 26px;
	border: 0px;
	padding: 0px;
}

.Base #ImageViewer #Frame #RightButton:hover {
	background-position: bottom right;
}

.Base #ImageViewer #Frame #CloseButton {
	position: absolute;
	top: 10px;
	right: 10px;
	background: red;
	height: 25px;
	width: 26px;
	background: url(../gfx/bgr.button_close.png) no-repeat top;
	border: 0px;
}

.Base #ImageViewer #Frame #CloseButton:hover {
	background-position: bottom;
}

.Base #ImageViewer #Frame #ImageDescription {
	position: absolute;
	top: 10px;
	left: 10px;
}

.Base #ImageViewer #Frame .Buttons {
	padding: 15px;
	background: #eeeeee;
}



.Base .Head .bloglink {
	position: absolute;
	top: 50px;
	right: 20px;

}