@charset "UTF-8";

article, aside, figure, figcaption, header, hgroup, footer, nav, section { display:block; }

#atff {
	display:none;
}

#at16p {
	margin-top: -9000px !important;
}

#at16pc {
	height:100%;
	overflow:none;
}

#at16ps {
	height:100% !important;
	padding:0px !important;
}

#at_pspromo {
	margin-top: -9000px !important;
}

#at_share {
	height:100%;
}

.pglCalendarContainer {
	position:absolute;
	z-index:1000;
	top:-9000px;
	width:175px;
	padding:4px;
	border:1px #C3C3C3 solid;
	font-size:12px;
	color:#565656;
	background:#fff;
	font-family:"Calibri",Arial;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.pglCalendarTop {
	height:21px;
	padding-top:3px;
	position:relative;
	background:#f1f1f1;			
}

.pglCalendarTopDate {
	position:absolute;
	left:15px;
}		

.pglCalendarTopNav {
	position:absolute;
	right:15px;
}

.pglCalendarTopNavBtn {
	cursor:pointer;
}

.pglCalendarTopNavBtnToday {
	font-size:9px;
}

.pglCalendarDateDaysOv {}
.pglCalendarDateDaysOv span {
	width:25px;
	height:17px;
	display:inline-block;
	float:left;
	text-align:center;
	font-weight:bold;
	color:#000;
}

.pglCalendarDateOv {}
.pglCalendarDateOv span {
	width:23px;
	height:15px;
	text-align:center;
	margin-bottom:1px;
	display:inline-block;
	float:left;
	cursor:pointer;
}

.pglCalendarDateOtherMonth {
	border:1px #FFF solid;
	background:#FFF;
	color:#aaa;
}

.pglCalendarDateMonth {
	border:1px #f1f1f1 solid;
	background:#f1f1f1;
}

.pglCalendarDateTrue {
	border:1px #d9c585 solid;
	background:#ffe79c;
}

.pglCalendarDateOv span:hover {
	border:1px #6eb1e2 solid;
}

.pglCalendarDateTrue, span.pglCalendarDateTrue:hover {
	border:1px #db3a21 solid;
	background:#ffe79c;
}

.pglCalendarDateClear {
	clear:both;
}

/* lightview.css
   http:/www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
	text-align: left;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
	text-align: left;
}
.lv_MenuBar * { padding: 0; margin: 0;}


.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
	overflow: hidden;
}

/* simulates padding-left inside .lv_Data 
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; } */

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #a7a7a7;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #d7d7d7;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_contentTop,
.lv_contentBottom {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}

#lightview iframe {
	float: left;
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* navbar
   Adds a bar below the view that takes over the default Controller
*/
#lightviewController {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 0;
	color: #d2d2d2;
	font: 11px Arial, Helvetica, sans-serif;
}
* html body #lightviewController { /* IE6 */
	position: absolute;
	top: auto;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.controllerOffset || 0)) + 'px');	
}
#lightviewController ul {
	display: block;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.lv_controllerTop, .lv_controllerMiddle, .lv_controllerBottom {
	list-style-type: none;
	float: left;
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_controllerCenter  { width: auto; float: left; }
.lv_controllerCornerWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.lv_controllerCornerWrapperTopLeft,
.lv_controllerCornerWrapperBottomLeft { top: 0; left: -100%;}
.lv_controllerCornerWrapperTopRight,
.lv_controllerCornerWrapperBottomRight { top: 0; left: 100%;}

#lightviewController .lv_CornerWrapper {
	width: 100%;
}
#lightviewController .lv_Corner { float: left; }
#lightviewController .lv_Corner {
	float: right;
	position: relative;
}
#lightviewController .lv_CornerTr, #lightviewController .lv_CornerBr { float: left; }
.lv_controllerBetweenCorners {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.lv_controllerMiddle {
	position: relative;
	height: 100%;
	float: left;
}
.lv_controllerCenter { float: left; width: auto;}
.lv_controllerCenter li {
	list-style-type: none;
	float: left;
	display: inline;
	position: relative;
	clear: none;
}
.lv_controllerSetNumber {
	float: left;
	text-align: center;
}

#lightviewController .lv_Button {
	float: left;
	position: relative;
	height: 100%;
	clear: none;
}
.lv_controllerSetNumber {
	position: relative;
	height: 100%;
	padding-right: 3px;
}
.lv_controllerPrev, 
.lv_controllerNext, 
.lv_controllerSlideshow, 
.lv_controllerClose {
	float: left;
	position: relative;
	height: 100%;
	padding-left: 3px;
}

.lv_controllerPrev { border-left: 1px solid #3c3c3c; }
#lightviewController .lv_controllerNext { padding-right: 3px; border-right: 1px solid #3c3c3c; }

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) - (Lightview.controllerHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #lv_overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}

/* CSS to go with Prototip.Styles */
.prototip {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

/* the default style */
.prototip .default {
	width: 250px;
	color: #808080;
}
.prototip .default .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .basic {
	width: 250px;
	color: #808080;
}
.prototip .basic .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .hint {
	width: 250px;
	color: #313120;
	background: #fff6aa;
}
.prototip .hint .toolbar {
	background: #fdf1a0;
	font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }

/* protoblue */
.prototip .protoblue {
	width: 250px;
	color: #fff;
}
.prototip .protoblue .toolbar {
	background: #0d7cd0;
	font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
	background: #1e90ff;
	padding: 5px;
}

/* creamy */
.prototip .creamy {
	width: 250px;
	color: #bb9c61;
}
.prototip .creamy .toolbar {
	background: #f3edc2;
	font-weight: bold;
}
.prototip .creamy .title { padding: 5px; }
.prototip .creamy .content {
	background: #f8f4ca;
	padding: 5px;
}

/* darkgrey */
.prototip .darkgrey {
	width: 250px;
	color: #fff;
}
.prototip .darkgrey .toolbar {
	background: #5f5f5f;
	font-weight: bold;
}
.prototip .darkgrey .title { padding: 5px; }
.prototip .darkgrey .content {
	background: #808080;
	padding: 5px;
}

/* protogrey */
.prototip .protogrey {
	width: 250px;
	color: #fff;
	background: #fff;
}
.prototip .protogrey .toolbar {
	background: #969c92;
	font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
	color: #808080;
	padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
	width: 14px;
	height: 14px;
}


/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;
	border: 1px solid #dddddd;
	overflow: hidden;
}


/* Required for all tooltips, do not modify */
.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}/* IE Mac Hide End */

/* Begin IE7 Fix */
html*.login_btn {
	margin:38px 0 0 130px;
}
html*.shell_arrow_left {
	padding-top:3px;
}
/* End IE7 Fix */

html, body {
	height:100%;
	overflow:hidden;
	margin:0px;
}

body {
	font-family: "Calibri", Arial;
	font-size:12px;
	color:#565656;
}

a:link, a:visited, a:hover, a:active {
	color:#5c89d3;
	text-decoration:underline;
	outline:none;
}

.disabled {
	position: absolute;
	z-index:10000000;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color:transparent;
}

#loader {
	z-index:1;
	width:100%;
	height:100%;
}

#container {
	background-color:#fff;
}

/* Begin Root Elements */
ul, ol, li {
	margin:0px;
	padding:0px;
	list-style:none;
}

p {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
	outline:0px;
}

h1, h2, h3, h4, h5 {
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h1 {
	margin:16px 0 0 20px;
	color:#fe3b00;
	font-size:30px;
	font-weight:bold;
}

h1 img {
	margin-right:14px;
	margin-top:-3px;
	vertical-align:middle;
}

h2 {
	font-size:14px;
	color:#656565;
	margin:0 0 0 60px;
}

h3 {}
h4 {}
h5 {}

.clear {
	clear:both;
	float:none;
}
/* End Root Elements */

/* Begin Forms */
form {
	display:inline;
}

input, select, textarea {
	color:#a6a6a6;
	font-size:12px;
	outline: none;
	font-family:"Calibri",Arial;
}
/* End Forms */


/* prototip */
.prototip .default .toolbar {
	color:#fff;
	background:url('/_templates/root/styles/../../element/window/images/blue_fade_top.gif') bottom left repeat-x #5dbae8;
	height:22px;
	padding-top:-5px;
}

a.btn_small {
	width:50px;
	height:19px;
	border:0px;
	padding-top:5px;
	text-align:center;
	display:block;
	color:#FFF;
	text-decoration:none;
	background:url('/_templates/root/styles/../images/button_sprite.png') -90px 0px no-repeat;
}

a.btn_small:hover {
	background:url('/_templates/root/styles/../images/button_sprite.png') -90px -24px no-repeat;
}

/* Begin Buttons General */
.blue, .orange {
	width:90px;
	height:24px;
	border:0px;
	padding-top:6px;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background:url('/_templates/root/styles/../images/button_sprite.png') 0 0 no-repeat;
}

.orange:link, .orange:active, .orange:visited, .orange:hover {
	color:#fff;
	text-decoration:none;
}

a.orange {
	margin-left:10px;
	background:url('/_templates/root/styles/../images/button_sprite.png') 0px -30px no-repeat;
	text-decoration:none;
}

.blue:link, .blue:active, .blue:visited, .blue:hover {
	color:#fff;
	text-decoration:none;
}

.blue:hover {
	background-position:  0px -30px;
	text-decoration:none;
}

a.orange:hover {
	background-position: 0 0;
	text-decoration:none;
}
/* End Buttons General */

/* Begin View Handle */
.pgl_vizviewhandle_v {
	border-top:1px #e6e6e6 solid;
	border-bottom:1px #e6e6e6 solid;
	background:url('/_templates/root/styles/../images/view_handle_hor_rep.gif') top left repeat-y;
	background-color:#fff;
}

.pgl_vizviewhandle_v .pgl_vizviewhandleicon {
	background:url('/_templates/root/styles/../images/view_handle_vert_icon.gif') top left no-repeat;
	background-color:#fff;
}

.pgl_vizviewhandle_h {
	border-left:1px #e6e6e6 solid;
	border-right:1px #e6e6e6 solid;
	background:url('/_templates/root/styles/../images/view_handle_vert_rep.gif') top left repeat-x;
	background-color:#fff;
}

.pgl_vizviewhandle_h .pgl_vizviewhandleicon  {
	background:url('/_templates/root/styles/../images/view_handle_hor_icon.gif') top left no-repeat;
	background-color:#fff;
}
/* End View Handle */

.dashed_bottom {
	padding:6px 7px;
	margin:0 0 10px 0;
	border-bottom:1px #cdcdcd dotted;
}

.div_data_drop {
	height: 150px !important;
}

.div_data_drop img {
	max-height: 100% !important;
}

.rcElement {
	position:relative;
	padding-left:26px;
	padding-right:5px;
	cursor:pointer;
	color:#fff;
	clear:both;
	height:20px;
	white-space:pre;
}

.rcElement:hover {
	color:#a2a2a2;
}

.rcIcon {
	position:absolute;
	display:block;
	float:left;
	width:16px;
	padding-top:0px;
	left:5px;
	top:0px;
}

#upload_button {
	position:absolute;
	left:0px;
	right:0px;
	z-index:10000000;
	/*margin-top:-9000px;*/
	width:1px;
	height:1px;
}

.upload_button_flash {
	position:absolute;
	z-index:2;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}

.upload_button_button {
	position:relative;
	width:auto;
	height:100%;
	background-color:transparent;
}

#background {
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
	background-color:#84cdf1;
}

