/* these are for the front end, change these and the */
/* boxes will be this style and can take many different layouts*/
/* use the layouts to add image slices or put nothing at all in there */
html 
{
    height: 100%;
} 

body		
{  
    background-image: url('images/v_fade.png'); 
    background-repeat:repeat-x;
    background-color: #E2E0F8;
    background-attachment: fixed;
    margin:5px;
    padding:0px;
    text-align:center;
    height:100%;
}
.formclass
{
    height:100%;
}
td, div
{
    font-family: "Verdana", "Arial", "Helvetica";
}

/* small link or side menu link text */
a.mtext 
{
    font-family: "Verdana", "Arial", "Helvetica";	
    font-size: 11px;
    font-style: normal;	
    font-weight: normal;color: #666666;
}
a.mtext:hover 
{
    color: Green; 
    text-decoration:underline; 
}

/* small link or menu link text in bold */
a.mtextb 
{
    font-family: "Verdana", "Arial", "Helvetica";	
    font-size: 11px;
    font-style: normal;	
    font-weight: bold;
    color: #666666;
}
a.mtextb:hover 
{
    color: Red; 
    text-decoration:underline; 
}
a.mtextnb 
{
    font-family: "Verdana", "Arial", "Helvetica";	
    font-size: 11px;
    font-style: normal;	
    font-weight: bold;
    color: #666666;
}
a.mtextnb:hover 
{
    color: Red; 
    text-decoration:underline; 
}
table#sidenav 
{
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 180px;
    text-align: left; 
    /* for IE */
} 

/* masterpage top cell */
.topcell 
{ 
    width:97%; 
    font-family: Arial, Helvetica, sans-serif; 
    margin-top:0px; 
    margin-bottom:0px; 
    margin-left:auto; 
    margin-right:auto; 
    font-size: 0.8em; 
    line-height: 0px; 
    text-align:right; 
    font-style: normal;	
    font-weight: bold; 
    color: white; 
}
/* main logo cell */
.logocell 
{
    width:97%;
    margin-left:auto;
    margin-right:auto;
    padding:5px;
    white-space:nowrap;
    height:124px;
    display:block;
}
.randimage
{
    float:right;
    position:relative;
}
/* the actual container of logo itself */
.logoimage 
{
    text-align:left;
    /*background-image:url('images/spotsbg.gif');*/
    padding:0px;
}
/* horizontal nav container */
.hnavcontainer
{
    margin-bottom:5px;
    margin-top:5px;
    width:97%;
    margin-left:auto;
    margin-right:auto;
    white-space:nowrap;
}

/* main page container and content containers */

.pagediv 
{ 
    /*display:block;
    border: 1px solid black;
    padding: 8px;
    height:100%;*/
}
.cleaner 
{
    /*width:800px;*/
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.maincontainer
{    
    /*border: 1px solid #272524;*/
    width:97%;
    margin-left:auto;
    margin-right:auto;
}
.leftcontainer
{
    padding-top:0px;
    background-color:#EFEEEE;
    float:left;
    width:207px;
    text-align:center;
    padding-left:0px;
    vertical-align:top;
    position: relative;
    display: block;
    border-right:1px solid #272524;
    border-bottom:1px solid #272524;
    border-left: 1px solid #272524;
}
.contentcontainer
{
    background-color:White;
    padding: 5px;
    /*border-right: 1px solid #272524;*/
    border: 1px solid #272524;
    background-color:White;
    display: block;
    width:auto;
    text-align:left;
    vertical-align:top;
    margin-right: 7px;
    margin-top: 0px;
    padding:0px;    
    margin-left: 222px;
}
.rightcontainer
{
    height: 100%;
    float: right;
    width:0px;
    text-align:center;
    padding-left:0px;
    vertical-align:top;
    /*display: block;*/
    /*border: 1px solid green;*/
}

/* main footer cells */
.mainfootercell
{ 
    width:97%;
    margin-left:auto;
    margin-right:auto;
    margin-top: 3px;
    padding-top:3px;
    white-space:nowrap;
}

.leftfootercell
{ 
    padding-top:3px;
    vertical-align:top;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-style: normal;	
    font-weight: normal; 
    color: black;
    display: inline;
    float:left;
}
.rightfootercell
{ 
    display: inline;
    float: right;
    white-space: nowrap;
}
.rightfloatbox
{
    border: 1px solid #272524;
    float:right;
    width:190px;
    padding: 0px;
    background-color: #EFEEEE;
}
/* top level table on the modules */
.tabletop { width:auto; }

/* this cell draws on the left hand side top, a 1x1 image is in there, you can use padding to set width*/
.leftcolourtable {padding:none; background-image:url('images/module_center.png'); width:0px;border-top: 1px solid #272524; border-bottom: 1px solid #272524; }

/* this cell draws on the right hand side top, empty in std layout but can have curved bits, a 1x1 image is in there, you can use padding to set width*/
.rightcolourtable {padding:none; background-image:url('images/module_center.png');width:0px;border-top: 1px solid #272524; border-bottom: 1px solid #272524; }

/* this is the main cell at the top of the module tables */
.colourtable { width: 100%; background-image:url('images/module_center.png'); border-top: 1px solid #272524; border-bottom: 1px solid #272524; vertical-align: middle; background-repeat: repeat-x; height:29px; }

/* contains the icon and text cells */
.texttabletop { width:100%; }

/* this is the cell in the middle top that has the text in it */
.colourtableicon { width:23px; }

/* sets properties of the icon image */
.iconimage { margin-top:3px; }

/* this is the cell in the middle top that has the text in it */
.colourtabletext {	font-family: Verdana, "MS Sans Serif", Sans-Serif; font-size: 0.95em; font-style: normal;font-weight: bold;text-align: left;color: white; }

/* this cell draws on the left hand side middle, a 1x1 image is in there, you can use padding to set width*/
.leftcolourtablebottom {empty-cells: show; width:1px; }

/* this cell draws on the right hand side middle, empty in std layout but can have curved bits, a 1x1 image is in there, you can use padding to set width*/
.rightcolourtablebottom {empty-cells: show; width:1px; }

/* this is the content cell in the middle */ 
.colourtablebottom {background-color:#EFEEEE;text-align:left;padding-top:5px; }

/* this cell draws on the left hand side base, a 1x1 image is in there, you can use padding to set width*/
.leftcolourtablebase {width:0px; }

/* this cell draws on the right hand side base, empty in std layout but can have curved bits, a 1x1 image is in there, you can use padding to set width*/
.rightcolourtablebase {width:0px; }

/* this is the content cell in the middle */ 
.colourtablebase { height:0px; }

/* table for content */
.content { width:auto; }
/* top cells of content */
.contentleft { width:0px;background-color:#EFEEEE; }
.contenttitle { border-bottom: 1px dotted navy; padding-bottom:3px; padding-left: 8px; padding-top:3px;width:100%;background-color:#EFEEEE;text-align:left;	font-family: "MS Sans-Serif Serif", Sans-Serif; font-size: 16pt; font-weight: bold; color: navy; letter-spacing: 0px; vertical-align:top; }
.archivetitle { padding-top:9px;width:100%;background-color:#EFEEEE;text-align:left;	font-family: "MS Sans-Serif Serif", Sans-Serif; font-size: 24pt; font-weight: bold; color: #F95038; letter-spacing: 0px; vertical-align:top;  }
.contentright { width:0px; background-color:#EFEEEE;}
/* body cells of content */
.contentbodyleft { width:0px;  }
.contentbody { background-color:white;width:auto;height:auto;font-family:Verdana;font-size:0.75em;padding:19px;vertical-align:top; }
.contentbodyright { width:0px; }
/* base cells of content */
.contentbaseleft { width:0px; }
.contentbase { width:auto; }
.contentbaseright { width:0px; }
/* filebox is the box table that contains the attached files*/
.filebox { width:100%;border:1px dotted #BEEB7D; margin-top: 4px; }
/* cell within the getcontentfiles table */
.fileboximage { text-align:center;width:96px; }
.fileboxbutton { width:240px;vertical-align:middle;margin-top:4px;text-align:right;white-space:nowrap; }
.fileboxtext { width:auto;font-family:Tahoma,Helvetica;font-size:9pt; }
/* is the box table that contains the abbreviated content and search results, and some cart stuff which had dashed border */
.searchbox { width:100%;border:0px dotted #BEEB7D; margin-top:4px; }
/* contentfoot contains print icon and content type stuff (date for blog etc.) */
.contentfoot { width:100%; }
.contentfootcell {width:100%;padding-top:4px;padding-bottom:4px;font-size:8pt;white-space:nowrap;vertical-align:middle;}
/* cells of top horiz nav if required */
.navleft { width:9px;height:31px;background-image:url('images/navbg_left.gif');empty-cells:show;background-repeat:no-repeat;vertical-align:top; }
.navmid { width:auto;height:31px;background-color:#AAFE50;background-image:url('images/navbg_mid.gif'); background-repeat:repeat-x; white-space:nowrap;vertical-align:bottom; }
.navspacer { width:18px;height:31px;background-color:#AAFE50;background-image:url('images/navbg_mid.gif'); background-repeat:repeat-x; white-space:nowrap;vertical-align:middle; }
.navright { padding-right:24px;width:9px;height:31px;background-image:url('images/navbg_right.gif');empty-cells:show;background-repeat:no-repeat;vertical-align:top; }
.eventticketcell { width:305px;height:142px;background-image:url('images/ticket.gif');background-repeat:no-repeat;font-family:Verdana;font-size:0.75em;padding:4px;vertical-align:top; }
.sendtofriendcontent { width:100%;height:auto;font-family:Verdana;font-size:0.75em;padding:4px;vertical-align:top; }
.commenttitle {background-color:#666666;color:black;width:100%;padding-top:4px;padding-bottom:4px;font-size:8pt;white-space:nowrap;vertical-align:middle;}
.commentbody {color:white;width:100%;padding-top:4px;padding-bottom:4px;font-size:8pt;white-space:nowrap;vertical-align:middle;}

.search            { padding-top: 3px; border:1px solid #C0C0C0; width: 97%; height: 16px; font-family: "Verdana", "Arial", "Helvetica"; font-size: 10px; color: #616161; background:#FFFFFF; padding-left: 2px; padding-right: 2px; }
.searchhighlight { color:#353535; font-weight:bold; background-color:#C3FC80;padding:1px; }
.searchlink {padding-bottom:2px; }
.searchbody {padding-bottom:5px; }

.formfields {  border:1px solid #C0C0C0; width: 93%; font-family: "Verdana", "Arial", "Helvetica"; font-size: 12px; color: #616161; background:#FFFFFF;}
.frontendformbutton      {  background-image: url('images/formbuttonbg_red.gif'); border:1px solid #272524; padding:3px; font-family: "Verdana", "Arial", "Helvetica"; font-size: 10px; color: #616161; background-color:white;  cursor: pointer; }
.cartformbutton      { margin:2px; line-height:24px; background-image: url('images/formbuttonbg_red.gif'); border:1px solid #272524; padding:4px; font-family: "Verdana", "Arial", "Helvetica"; font-size: 10px; color: #616161; background-color:white; text-decoration:none; cursor: pointer; white-space: nowrap; }
.cartform            { border:1px solid #C0C0C0; font-family: "Verdana", "Arial", "Helvetica"; font-size: 11px; color: #616161; background:#FFFFFF; padding-left: 2px; padding-right: 2px; }
.cartitemtopcell {height:170px;}
.cartitembotcell {height:70px;}
.cartitemtable {height:auto;width:200px;margin-right:15px;}
.cartitemdesc{height:auto;width:200px;}
.cartitemformlayout{height:auto;width:80%;}
.cartcatlist{vertical-align:top;width:100%;text-align:center;}
.cartcatlistleft{ width:45%;}
.cartcatlistright{width:55%;}
.cartspecialstr{color:red;font-family:verdana;font-size:12px;font-weight:bold;text-decoration: none;}
.cartpricestr{color:blue;font-family:verdana;font-size:12px;font-weight:bold;text-decoration: none;}
.cartalert { padding:7px;border:1px solid red;background:white;text-align:left;color:red;font-size:11pt;font-weight:bold;width:auto; }
/*.cartformbutton:hover      { BACKGROUND-IMAGE: url('images/formbuttonbgover.gif'); BORDER-TOP: 1px solid #D8D8D8; BORDER-LEFT: 1px solid #D8D8D8; BORDER-BOTTOM: 1px solid black; BORDER-RIGHT: 1px solid black;padding-right:3px;padding-top:5px;padding-bottom:3px;padding-left:3px; font-family: Verdana; font-size: 10px; color: #616161; background-color:white;  cursor: pointer; }*/

.subscriptiontable {width: 100%; border: 1px solid gray; margin-left: auto; margin-right: auto; }
.usertable {width: 100%; border: 1px solid gray; margin-left: auto; margin-right: auto; }
.sendtofriendtable {width: 95%; border: 1px solid gray;}
.blogreplytable {width: 95%; border: 1px solid gray;}
.contacttable {width: 100%; margin-top:7px;border: 1px solid gray; margin-left: auto; margin-right: auto; }
.logintable {width: 95%; border: 1px solid gray; margin-left: auto; margin-right: auto; }
.logincarttable {width: 95%; border: 1px solid gray; margin-left: auto; margin-right: auto; }
.mydetailstable {width: 100%; border: 1px solid gray; margin-left: auto; margin-right: auto; }
.mydetailsleft {width: 50%; vertical-align:top; }
.mydetailsright {width: 50%; vertical-align:top; }
.cartrowlight {width: 100%;vertical-align:top;}
.cartlight {background-color:#D7D7D7;font-family:"verdana","arial","helvetica"; line-height: 14px; font-weight:normal; color: black; font-size: 11px;text-decoration: none;}
.cartdark { background-color:#D7D7D7; font-family:"verdana","arial","helvetica"; line-height: 14px; font-weight:normal; color: black; font-size: 11px;text-decoration: none;}
.cartheading {background-color:#313131;font-family:"verdana","arial","helvetica"; line-height: 14px; font-weight:normal; color: white; font-size: 11px;text-decoration: none;}
.carteventdisclaimer {width: 100%;vertical-align:top;}
.carteventmessages {width: 100%;vertical-align:top;  FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: "Verdana", "Arial", "Helvetica";
    TEXT-DECORATION: none;
    color: white;}
.cartmessages {width: 100%;vertical-align:top;  FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: "Verdana", "Arial", "Helvetica";
    TEXT-DECORATION: none;
    color: white;}
.carttotals {background-color:#FF0000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: "Verdana", "Arial", "Helvetica";
    TEXT-DECORATION: none;
    color: white;
    }
.myorderstable {width: 100%; border: 1px solid gray;margin-left: auto; margin-right: auto;font-family:"verdana","arial","helvetica"; line-height: 14px; font-weight:normal; color: black; font-size: 11px;text-decoration: none; }
.userleft {width: 25%;font-family:"verdana","arial","helvetica"; line-height: 14px; font-weight:normal; color: black; font-size: 11px;text-decoration: none;}
.userright {  width: 75%;font-family:"verdana","arial","helvetica"; line-height: 14px; font-weight:normal; color: black; font-size: 11px;text-decoration: none;}
.userheading {  text-align:left;width: 100%;padding:3px;font-family:"verdana","arial","helvetica"; line-height: 14px; font-weight:normal; color: black; font-size: 12px;text-decoration: none;}

.bbbd {font-family:"verdana","arial","helvetica"; line-height: 14px; font-weight:normal; color: black; font-size: 8pt;text-decoration: none;} 


/* this is small text */
.bd
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    FONT-FAMILY: "Verdana", "Arial", "Helvetica";
    TEXT-DECORATION: none;
}

/* this is for big headings */
.head1
{
	font-family: "Arial", "Helvetica";
	font-size: 1.2em;
	font-weight: bold;
	color: #83B5CE;
	letter-spacing: 1px;
	padding-bottom: 5px;
}

.nbd {font-family:"verdana","arial","helvetica"; font-weight:normal; color: #000000; font-size: 9pt;text-decoration: none;} 
.lbbd
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    FONT-FAMILY: "verdana","arial","helvetica";
    TEXT-DECORATION: none;
}
.bbd {font-family:"verdana","arial","helvetica"; font-weight:bold; color: black; font-size: 8pt;text-decoration: none;} 
.bd {font-family:"verdana","arial","helvetica"; line-height: 14px; font-weight:normal; color: black; font-size: 8pt;text-decoration: none;} 
.rbd {font-family:"verdana","arial","helvetica"; padding:0px;font-weight:normal; color: red; font-size: 8pt;text-decoration: none;} 
.srbd {font-family:"verdana","arial","helvetica"; padding:0px;font-weight:normal; color: red; font-size: 7pt;text-decoration: none;} 
.lbd {font-family:"verdana","arial","helvetica"; font-weight:normal; color: black; font-size: 9pt;text-decoration: none;} 
.tinyd
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9px;
    FONT-FAMILY: "verdana","arial","helvetica";
    TEXT-DECORATION: none;
}

/* redundant in front end, move to back end css */
/* this one seemd only used on zdnet, matched to mtext to reduce styles*/
.mbtn
{
	color: green;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    FONT-FAMILY: "verdana","arial","helvetica";
    TEXT-DECORATION: underline;
}

A.mlinkl
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #0004AE;
    FONT-FAMILY: "Verdana", "Arial", "Helvetica";
    TEXT-DECORATION: none;
}
A.mlinkl:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #0004AE;
    FONT-FAMILY: "Verdana", "Arial", "Helvetica";
    TEXT-DECORATION: none;
}
A.mlinkl:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #0004AE;
    FONT-FAMILY: "Verdana", "Arial", "Helvetica";
    TEXT-DECORATION: none;
}
A.mlinkl:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #cc0000;
    FONT-FAMILY: "Verdana", "Arial", "Helvetica";
    TEXT-DECORATION: underline;
}


H3
{
font-family: "Verdana", "Arial", "Helvetica";
	font-size: 15px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	border-style: none;
	background-color: #ffffff;
}


.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
	font-family: "Verdana", "Arial", "Helvetica";
	background-color: #CCFFCC;
}
