/* Typography */
*{font-family: "Trebuchet MS",arial,sans-serif; margin:0px;}
h1 {font-size: 200%;}
h2 {font-size: 100%;}
h3, a {font-size: 80%;}
h4 {font-size: 70%;}
label, input, select, option {font-size:75%;color:#000;vertical-align:2px;font-weight:bold;}

body
	{
	background-color:#ffffff;
	}
	
.wrapper 
	{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:left;
	width:750px;
	height:550px;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	}
	
/* ************** */
/* Top Navigation */
/* ************** */
	
#topnav
	{
	position:absolute;
	top:-2px;
	left:0px;
	width:397px;
	height:35px;
	background-image:url(../Images/TopNav.jpg);
	background-repeat:no-repeat;
	background-color:#00ff00;
	padding-left:20px;
	line-height:35px;
	}
	
#topnav a, #topnav a:active
	{
	padding-top:px;
	color: #ffffff;
	text-decoration: none;
	}
	
#topnav a:hover
	{
	text-decoration: none;
	border-bottom:solid 2px #993399;
	}

/* ****************************** */
/* Top Objects - logo, title etc. */	
/* ****************************** */

.logo
	{
	position:absolute;
	top:40px;
	left:0px;
	}

.title
	{
	color:#993399;
	font-weight:normal;
	position:absolute;
	top:36px;
	left:202px;
	z-index:2;
	}

.subtitle
	{
	color:#672760;
	font-weight:normal;
	position:absolute;
	top:78px;
	left:202px;
	width:280px;
	z-index:2;
	font-size:120%;
	}
	
/* ************** */
/* Mid Navigation */
/* ************** */
	
#midnav
	{
	position:absolute;
	top:-2px;
	left:416px;
	width:173px;
	height:35px;
	background-image:url(../Images/MidNav.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	padding-left:20px;
	line-height:35px;
	}
	
#midnav a, #midnav a:active
	{
	color: #000000;
	text-decoration: none;
	}
	
#midnav a:hover
	{
	text-decoration: none;
	border-bottom:solid 2px #008bf6;
	}

/* ************************ */
/* Table and Tablecontainer */
/* ************************ */
	
#tablecontainer
	{
	position:absolute;
	top:120px;
	left:2px;
	width:746px;
	height:425px;
	padding:0px;
	overflow:auto;
	}
	
#namestable
	{
	margin:0px;
	position:absolute;
	width:728px;
	}
	
#namestable th
	{
	background-color:#993399;
	color:#ffffff;
	font-size:12px;
	padding-left:5px;
	}

#namestable tr
	{
	cursor:pointer;
	}
	
#namestable thead
	{
  	display:table-header-group;
	}

#namestable td
	{
	background-color:#e2e9ff;
	font-size:12px;
	padding-left:5px;
	}

/*************************************/
/* Current Subscribers Details Block */
/*************************************/

div#InformationBlock
	{
	background-color:#ff00ff;
	background-image:url(../Images/DetailsPanel.jpg);
	width:300px;
	height:443px;
	position:absolute;
	left:275px;
	top:105px;
	visibility:hidden;
	z-index:3;
	}

div#InformationBlock h2
	{
	text-align:left;
	padding-left:10px;
	padding-top:7px;
	color:#000000;
	font-size:80%;
	}

form#signform
	{
	text-align:right;
	margin-top:15px;
	}
	
form#signform input
	{
	width:175px;
	margin: 0px 30px 0px 10px;	
	}

	
div#InformationBlock button
	{
	width:75px;
	height:25px;
	font-weight:bold;
	color:#993399;
	margin:0px 5px 0px 5px;
	}
	
span#InformationButtons
	{
	position:absolute;
	top:415px;
	left:22px;	
	}
	
/*************************/
/* New Subscribers Block */
/*************************/
div#NewSubscriber
	{
	background-image:url(../Images/NewSubscriberPanel.jpg);
	width:309px;
	height:537px;
    position:absolute;
    left:405px;
    top:10px;
    visibility:hidden;
    z-index:2;
   }

#NewSubscriber h2
	{
	text-align:left;
	padding-left:10px;
	padding-top:7px;
	color:#000000;
	font-size:80%;
	}

#NewSubscriber h3, #InformationBlock h3
	{
	margin-left:100px;
	font-weight:bold;
	color:#6d2766;
	}
	
#newbasic, #newprofile, #profile
	{
	text-align:right;
	margin-top:15px;
	}
	
#newbasic input, #newprofile input, #profile input
	{
	width:175px;
	margin: 0px 30px 0px 10px;	
	}


 #newprofile, #profile
 	{
 	margin-top:0px;
 	}
	
#access, #edition, #currentaccess
	{
	width:180px;
	height:80px;
	overflow:auto;
	margin-left:98px;
	border:solid 1px #7f9db9;
	margin-bottom:3px;
	}

#currentaccess
	{
	width:179px;
	margin-left:89px;
	}
	
#edition
	{
	height:40px;
	}

#access label, #edition label, #currentaccess label
	{
	float:left;
	margin-left:5px;
	}
#access input, #edition input, #currentaccess input
	{
	float:right;
	}
	
	
#NewSubscriber button
	{
	width:75px;
	height:25px;
	font-weight:bold;
	color:#0000ff;
	margin:0px 5px 0px 5px;
	}
	
	
#NewSubscriberButtons
	{
	position:absolute;
	top:510px;
	left:75px;
	}
	
#suggestions
	{
	position:absolute;
	top:383px;
	left:90px;
	background-color:#ffffff;
	width:132px;
	visibility:hidden;
	z-index:2;
	font-size:75%;	
	}	
	
/*******************/
/** Calendar Code **/
/*******************/

.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

	

