body {
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 12px;
	/*		font-family: Agency FB;
	font-size: 14px;
	font-weight: bold;*/
}

#ctable {
	
}

.header {
	width: 1000px;
	height: 151px;
	background-color: #FFFFFF;
}

.headerRight {
	width: 150px;
	height: 151px;
	background: url(img/headerTopRight.png);
	background-repeat: no-repeat;
	float: right;
	margin: 0px;
	padding: 0px;
}

.headerCenter {
	width: 650px;
	height: 151px;
	background: url(img/headerTopCenter.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}

.headerLeft {
	width: 200px;
	height: 151px;
	background: url(img/headerTopLeft.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}

.menu {
	width: 960px;
	height: 25px;
	background: url(img/menu.png);
	background-repeat: no-repeat;
	margin: 0px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: right;
	color: white;
}

.menuLink {
	
}

.menuLink a:visited {
	color: white;
	text-decoration: none;
}

.menuLink a {
	color: white;
	text-decoration: none;
}

.menuLink a:hover {
	color: gray;
	text-decoration: none;
}

.menuLink a:active {
	color: red;
	text-decoration: none;
}

.content {
	width: 1000px;
	padding: 0px;
	margin: 0px;
	background: url(img/contentBackground.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	min-height: 630px;
	height: 818px;
}

.content2 {
	width: 1000px;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-y;
	vertical-align: top;
	min-height: 630px;
}


.sidebarLeft {
	width: 220px;
	float: left;
	text-align: left;
}

.sidebarRight {
	width: 0px;
	/*	background-color: #9fa1a5;	*/
	vertical-align: top;
	float: right;
	text-align: left;
	margin-left: 8px;
	padding: 0px 0px 0px 3px;
	height: 100%;
}

.main {
	width: 760px;
	min-width: 570px;
	padding-top: 5px;
	text-align: left;
	/*padding-left :-140px;
	
	margin-right:-205px;*/
	padding-left: 210px;
}

.footer {
	width: 990px;
	height: 40px;
	background: url(img/footer.png);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-top: 5px;
	clear: both;
}

.footer2 {
	width: 990px;
	height: 40px;
	background: url(img/footer2.png);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-top: 5px;
	clear: both;
}

h1 {
	width: 100%;
	border-bottom: 1px solid black;
	font-size: 18px;
	margin-bottom: 5px;
	color: #545454;
}

h2 {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #545454;
	color: #FFFFFF;
	padding-left: 2px;
}

h3 {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: -15px;
	background-color: #545454;
	color: #FFFFFF;
	padding-left: 2px;
	padding-bottom: -15px;
	padding-top: 1px;
	margin-top: 1px;
}

h4 {
	width: 150px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #545454;
	color: #FFFFFF;
	padding-left: 2px;
}

fieldset {
	border: 1px solid black;
	padding: 4px;
	width: 750px;
}

legend {
	font-family: tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: gray;
	margin-bottom: 2px;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.selectDateButton {
	background: url(img/selectDate.png);
	width: 16px;
	height: 16px;
	font-size: 0px;
	border: 0px;
	cursor: pointer;
	margin-bottom: 2px;
}

.checkbox {
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

.leftmenu {
	font-size: 14px;
	height: 25px;
	margin: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 50px;
	padding-left: 5px;
	text-align: left;
}

.leftmenu2 {
    font-size: 14px;
    height: 0px;
    margin: 0px;
    font-weight: bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    padding-top: 0px;
    padding-right: 22px;
    padding-left: 22px;
    position: relative;
    left: -700px;
    visibility: hidden;
}


.graphselect a:visited {
	color: #000000;
	text-decoration: none;
}

.graphselect a {
	color: #FF3333;
	text-decoration: none;
}

.graphselect a:hover {
	text-decoration: none;
	color: black;
}

.graphselect a:active {
	color: blue;
	text-decoration: none;
}

.tipsLink {
	
}

.tipsLink a:visited {
	color: red;
	text-decoration: none;
}

.tipsLink a {
	color: red;
	text-decoration: none;
}

.tipsLink a:hover {
	color: gray;
	text-decoration: none;
}

.tipsLink a:active {
	color: black;
	text-decoration: none;
}

.impactLink {
	
}

.impactLink a:visited {
	color: white;
	text-decoration: none;
}

.impactLink a {
	color: white;
	text-decoration: none;
}

.impactLink a:hover {
	color: darkgreen;
	text-decoration: none;
}

.impactLink a:active {
	color: red;
	text-decoration: none;
}

.rankLink {
	
}

.rankLink a:visited {
	color: black;
	text-decoration: none;
}

.rankLink a {
	color: black;
	text-decoration: none;
}

.rankLink a:hover {
	color: gray;
	text-decoration: none;
}

.rankLink a:active {
	color: white;
	text-decoration: none;
	background-color: gray;
}

.overviewLink {
	padding: 0px;
}

.overviewLink a:visited {
	color: #242424;
	text-decoration: none;
}

.overviewLink a {
	color: #242424;
	text-decoration: none;
}

.overviewLink a:hover {
	color: gray;
	text-decoration: none;
}

.overviewLink a:active {
	color: black;
	text-decoration: none;
}

.headerText {
	color: white;
	font-size: 38px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 470px;
	top: 55px;
}

.treeView {
	font-weight: bold;
}

.menuLink2 {
	
}

.menuLink2 a:visited {
	color: black;
	text-decoration: none;
}

.menuLink2 a {
	color: black;
	text-decoration: none;
}

.menuLink2 a:hover {
	color: black;
	text-decoration: none;
}

.menuLink2 a:active {
	color: red;
	text-decoration: none;
}

.buttonLink {
	
}

.buttonLink a:visited {
	color: #ffffff;
	text-decoration: none;
}

.buttonLink a {
	color: #ffffff;
	text-decoration: none;
}

.buttonLink a:hover {
	color: red;
	text-decoration: none;
}

.buttonLink a:active {
	color: red;
	text-decoration: none;
}

.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 12px 15px;
 
    /* Styles */
    background: rgb(240, 240, 240);
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
}
 
.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    z-index:100;
 
    /* Styles */
    background: white;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    transition: all 0.3s ease-out;
 
    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}
 
.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}
 
.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}
 
.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}
 
/* Hover state */
 
.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
}
 
.wrapper-dropdown-5.active:after {
    border-color: #82d1ff transparent;
}
 
.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 600px;
}

#rightcolumn {
    width: 754px;
    float: right;
      
    border-width: 1px;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-style: solid;
    border-color: white black white white;
    background-color: white;

    
}

#leftcolumn {
    width: 237px;
    float: left;}
    
    
    .customSide {
    position: relative;
    bottom: 875px;
    right: 214px;
    height: 410px;
    width: 203px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: rgb(240, 240, 240);
    z-index: 3;
}

.rankingScroll {
    height: 500px;
    overflow-x: hidden;
    
}

.frame
{

position: relative;
left: 489px;
z-index: 1;
height: 435px;
width: 230px;
top: -682px;

}

.frame2{
    visibility: hidden;
    position: relative;
    top: -941px;
    left: 6px;
    width: 230px;
    height: 150px;
}

.reset{
	
    height: 41px;
    width: 45px;
    white-space: normal;
	font-size: 9px;
}


.abc {
    height: 45px;
    width: 45px;
	font-size: 9px;
}
