﻿html
{
    height: 100%;
}
body
{
	background-color:#ffffff;
	background-image:url(Images/gradient.png);
	background-repeat:repeat-x;
	font-family: Arial;
	font-size:10px;
	text-align:center;
	height:100%;
}

.centered
{
    text-align: center;
    margin: auto;
}

.GridAlternatingItem
{
	background-color:#cdd6ef;
}

div
{
	text-align:left;
}

A
{
	/*color:#0434b1;*/
	color:#444444;
	cursor:hand;
	text-decoration: none;
}

A:link
{
	color:#0434b1;
	cursor:hand;
	text-decoration: none;
}

/*Global Styles*/
.test
{
}

.defaultPageWidth
{
	width:950px;
	max-width:950px;
	min-width:950px;
}

.defaultPageWidthDriveGrowth
{
	width:1400px;
	max-width:1400px;
	min-width:1400px;
}

.withBorders
{
	border: solid 1px #cdd6ee;
	background-color: white;
	padding:5px;
	position:relative;
	border-radius: 15px;
	zoom:1;
	behavior: url('ie-css3.htc');
}

.withBordersDPPS
{
	border: solid 1px #cdd6ee;
	background-color: white;
	padding:5px;
	position:relative;
	border-radius: 5px;
	zoom:1;
	behavior: url('ie-css3.htc');
	height: 500px;
}

/*.rounded
{
	position:relative;
	border-radius: 5px;
	behavior: url('ie-css3.htc');
}*/

/* 
 *  Styles for creating div borders
 *	This can be grouped with the dd_roundies javascript lib
 *	to create rounded borders.
 * 
 */
.container-div
{
	background-color:White;
	padding:5px;
}

.container-border-div
{
	background-color:#cdd6ee;
	padding:1px;
}

.header-div
{
	background-color: #cdd6ee;
	padding:5px;
}

/* Logo */
.logoWrapper
{	
	text-align:center;
	width:100%;
}
.logo
{
	margin:50px 0px 0px 0px;
}

.logo IMG
{
	width:250px;
	height:250px;
}


/* Footer Styles */
.footerWrapper
{
	text-align:center;
	margin:auto;
}

.footerLeft IMG
{
	width:auto;
	height:20px;
}

.footerLeft
{
	text-align:left;
}

.footerRight
{
	width:400px;
	font-size:.7em;
	vertical-align:middle;
	text-align:right;
}

.footerCenter
{
	width:auto;
}

.footerWrapper
{
	height:20px;
	text-align:center;
	padding-top:5px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;

}

.footerWrapper Table
{
	width:100%;
	border-top-width:1px;
	border-top-style:groove;
	border-top-color:#000000;
	color:#000000;
}

/*Exhibit Tabs*/

.exhibitTabs
{
	font-size:10px;
	background-color:white;
	font-weight:400;
	padding:5px;
}

.selectedExhibitTab
{
	background-color:#cdd6ee;
}

.exhibitTabContent
{
	background-color:#ffffff;
	border:1px solid #5688b0;
	width:100%;
	position:relative;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
}

.exhibitTabContentFullScreen
{
	background-color:#ffffff;
	border:1px solid #5688b0;
	width:100%;
	position:relative;
	
}

.exhibitSelect
{
	margin-left:15px;
}

/*.ddoverlap ui, .ddoverlap li
{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}*/

/* Menu Header */

.headerLogoDiv
{
	color:White;
	font-size:30px;
	font-family:Arial;
	padding:5px;
	background-image:url("Images/NavigationBar/HeaderBackground.png"); 
	background-repeat:repeat-x;
	background-position: left bottom;
	width:950px;
	z-index:10000;
}

.headerLogo
{
	color:White;
	font-size:30px;
	font-family:Arial;
	padding: 0px 0px 0px 5px;
	height:35px; 
	width:100%;
}

/* Content */

div.content
{
	position:relative;
	width:950px;
	text-align:center;
	margin:auto;
}


/*Information Panel*/
.infoPanel
{
	z-index: 1000; 
	width: 370px; 
	height:auto; 
	color: #444444; 
}

.informationHeader
{
	background-color: #cdd6ee;
	color: #444444;
	font-weight:600;
	font-size: 10pt;
	width:373px;
	padding:5px 0px 5px 0px;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sideTabs ul{
	padding: 0;
	margin: 0;
	font: bold 90% default;
	list-style-type: none;
}

.sideTabs li{
	display: inline;
	margin: 0;
}

.sideTabs li a{
	padding: 3px 7px;
	text-decoration: none;
	padding-right: 3px; /*extra right padding to account for curved right edge of tab image*/
	color: blue;
	background: transparent url(Images/ExhibitTabs/lefttabdefaultDarkBlue.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
	position: relative;
	display: block;
	float: left; 
	margin-left:-28px;
	left:17px;
	height:25px;
	padding-top:25px;
}

.sideTabs li.selected a{ /*selected tab style*/
    color: blue;
    z-index: 1; /*higher z-index so selected tab is topmost*/
    top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
    background: transparent url(Images/ExhibitTabs/lefttabselectedBlue.gif) 100% 0 no-repeat;
    border-left: 0px solid  white;
}

.sideTabs li.selected a:hover{
	text-decoration: none;
}

.exhibitSideTabs
{
	vertical-align:bottom;
	margin-right:16px;
}

.SideTabs ul
{
	width:20px;
}

.SideTabs
{
	vertical-align:bottom;
	
}
.SideTabs li a
{
	vertical-align:bottom;
}

.tabIconCHART
{
	background: url(Images/ExhibitTabs/Chart.gif);
	background-repeat:no-repeat;
	background-position: top left;
	height:21px;
	width:24px;
	margin:0px;
}

.tabIconREPORT
{
	background: url(Images/ExhibitTabs/Report.gif) no-repeat;
	background-repeat:no-repeat;
	background-position: top left;
	width:24px;
	height:21px;
}

.tabIconHover
{
	background-position:bottom left;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ddoverlap ul{
padding: 0;
margin: 0;
font: bold 90% default;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: #333333;
background: transparent url(Images/ExhibitTabs/toptabdefaultDarkBlue.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
position: relative;
display: block;
float: left;
margin-left: -17px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

.ddoverlap li.selected a{ /*selected tab style*/
    color: #333333;
    z-index: 1; /*higher z-index so selected tab is topmost*/
    top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
    background: transparent url(Images/ExhibitTabs/toptabselectedBlue.gif) 100% 0 no-repeat;
    border-left: 1px solid  white;
}

.ddoverlap li a:visited
{
	color: #333333;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}

.bottomButtons 
{
	margin-top:5px;
	float:right;
}

.lockScreen {
    padding-top: 10px;
    background-color: white;
    border-radius: 30px;
    height: 40%;
    padding-bottom: 20px;
}

.accessDenied {
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
    height: 80%;
    padding-right: 400px;
    padding-left: 400px;
    font-size:large;
}

.img {
    border-radius: 30px;
}

.textalign{
    text-align:center;
}