﻿/* CONTAINERS */

body 
{ 
  background-color: #000000;
  font-family: "Tahoma";
  font-size: 9pt;
  margin: 0px;
}

#contentDivLeft
{
  width: 810px;
  padding-left: 10px;
  background-image: url(../images/left_edge.jpg); 
  background-repeat: repeat-y;
  background-position: left;
  /*border: solid 1px green;*/
  overflow: hidden;
}

#contentDivRight
{
  width: 800px;
  padding-right: 10px;
  background-color: #fff;
  float: left;
  background-image: url(../images/right_edge.jpg); 
  background-repeat: repeat-y;
  background-position: right;
  /*border: solid 1px red;*/
}

#bannerAd 
{ 
	height: 95px; 
	background-color: #666666; 
}

#mainBody
{
	min-height: 500px; /* Sets the minimum height of the page */
	text-align: left;
}

#leftMenu 
{
	width: 141px; 
	height: 30px; 
	float: left; 
	margin-top: 10px;
}

#leftMenuHeader
{
	width: 140px; 
	text-align: center; 
	vertical-align: middle; 
	background-image: url(../images/menu_head.gif); 
	color: #336; 
	font-size: 1.2em;
}

#leftMenuFooter
{
	width: 140px; 
	height: 100px; 
	float: left;
	background-image: url(../images/menu_foot_2.jpg); 
	background-position: top; 
	background-repeat: no-repeat;
}

#mainContent
{
	float: left; 
	width: 635px;
	overflow: hidden; 
	margin-left: 10px; 
	padding-top: 10px;	
	text-align: left;
}

#footer
{
  background-color: #999;
  color: #666;
  font-size: 8pt;
  margin-top: 10px;
  float: left;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}


#chartList
{
	width: 139px; 
	height: 250px; 
	float: left; 
	margin-left: 0px; 
	text-align: left; 
	background-color: #eeeeff; 
	border-right: solid 1px #b9b6ff;
}

.chartListUl
{
	list-style-type: none;
	text-align: left; 
	margin: 0px 0px 0px 8px;
	padding: 0px;
}

.chartListLi
{
	margin-top: 5px; 
	width: 100px;
	padding: 0px 0px 5px 15px; 
	border-bottom: dashed 1px #aaa;
	background: url(../images/bullet_2.gif) no-repeat 6px .3em;
}

/* GENERIC ELEMENTS */

a
{
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;
}

.colourLink a
{
	color: #3333ff;
	text-decoration: none;
	font-weight: bold;
}

.colourLink a:hover
{
	text-decoration: underline;
}

.smallColourLink a
{
	color: #3333ff;
	text-decoration: none;	
	font-weight: normal;
}

.smallColourLink a:hover
{
	text-decoration: underline;
}

.horizMenu a
{
	color: #000099;
	text-decoration: none;	
	font-weight: bold;
}

.horizMenu a:hover
{
	text-decoration: underline;
}

.ErrorLabel
{
	color: Red;
	font-weight: bold;
}

.horizMenu
{
    height:20px; 
    width: 800px; 
    /*background-color: #eeeecc; */
    padding-right: 10px;
    font-family: Tahoma, Sans-serif;
    font-size: 9pt;
    vertical-align: middle;
    border-bottom: solid 1px black;
    background-image: url(../images/menuGradient.gif);
    background-repeat: repeat-x;
}

.ndj_contentDiv
{
	border: solid 1px #ddd;
	width: 100%;
	padding: 1px;
}

.ndj_conentDivHeader
{
	background-color: #ddd;
	font-weight: bold;
	text-align: left;
	padding: 3px 0px 3px 4px;
	font-size: 1.2em;
	background-image: url(../images/curve.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
}

/* HEADINGS */

h1
{
	font-size: 1.6em;
	font-weight: normal;
	padding: 4px 4px 4px 15px;
	font-family: Tahoma, Sans-Serif;
	color: #000;
	text-align: left;
	background-color: #eee;
	width: 100%;
	border-bottom: solid 1px #aaa;
	float: left;
	margin: 0px 0px 12px 0px;
	clear: both;
}
   
.h1_subMenu
{
	float: left;
	margin-top: 0px;
	background-color: #ddd;
	width: 100%;	
	font-family: Tahoma, Sans-Serif;
	padding: 2px 4px 3px 15px;	
	text-align: left;
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-top: -12px;
	clear: both;
}
 
h2
{
  font-size: 1.2em; 
  color: #40a;
  font-weight: bold;
}


.menu_button
{
  float:left; 
  background-image: url(../images/button.jpg); 
  width: 78px; 
  height: 27px;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  font-size: 11px;
  border: none;
}

	
.menu_button a
{
	color: White;
}

.imgButton
{
	border: none;
}

.majorPartition
{
	width: 800px;
}

.Invisible { display: none; }

.polaroid
{
	margin-right: 10px;
	/* border: solid 1px black; */
	padding: 4px;
	/* padding-bottom: 30px; */
}

.loading
{
	width: 120px;
	height: 70px;
	font-size: 8pt;
	color: Gray;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px auto 10px auto;
	padding: 10px 10px 10px 0px;
	text-align: center;
}

.rankingNumber
{
	font-size: 16pt;
}

/* uploadPage.aspx */
#progressDiv
{
	text-align: center; 
	display: none; 
	position: relative; 
	top: -260px; 
	left: 85px; 
	width: 530px; 
	border: solid 1px black; 
	padding-top:75px; 
	padding-bottom: 75px; 
	background-color: White;
}
 
