/* HGUS-DynamicHover.css */
/* HotGrinds Canada Inc. - February 2008 */

span.nope{
	display:none;
}

/* Used to create a clickable tooltip over a term highlighted by the Grinder*/
span.dynamicHover{
    position:relative;
    z-index:24;
    text-decoration:none;
}
span.dynamicHover span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
span.dynamicHover:hover{ z-index:25; color: #000000; background:;}
span.dynamicHover:hover span.tooltip{
    display:block;
    position:absolute;
    top:-97px; left:-130px;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
}
span.dynamicHover:hover span.top{
	display: block;
	padding: 8px 3px 0;
    background: url(bubble3.gif) no-repeat top;
}
span.dynamicHover:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 2px 0 2px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
span.dynamicHover:hover span.bottom{
	display: block;
	padding:20px 3px 10px;
    background: url(bubble3.gif) no-repeat bottom;
}

/* Used to create a clickable tooltip over a term highlighted by the Grinder*/
span.evidenceHover{
    position:relative;
    z-index:24;
    text-decoration:none;
}
span.evidenceHover span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
span.evidenceHover:hover{ z-index:25; color: #000000; background:;}
span.evidenceHover:hover span.tooltip{
    display:block;
    position:absolute;
    top:-90px; left:-80px;
	padding: 15px 0 0 0;
	width:216px;
	color: #993300;
    text-align: center;
}
span.evidenceHover:hover span.top{
	display: block;
	padding: 39px 3px 0px;
    background: url(bubble_findevidence_top.png) no-repeat top;
}
span.evidenceHover:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 2px 0 2px; 
	background: url(bubble_findevidence_middle.png) repeat bottom; 
}
span.evidenceHover:hover span.bottom{
	display: block;
	padding:10px 3px 16px;
    background: url(bubble_findevidence_bottom.png) no-repeat bottom;
}


/* Many different sized tooltips for varying number of precursors */
/*----------------------------------------------------------------*/

/* Used to create a clickable tooltip over a term highlighted by the Grinder - for 1 to 6 expressions*/
span.dynamic1Hover{
    position:relative;
    z-index:24;
    text-decoration:none;
}
span.dynamic1Hover span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
span.dynamic1Hover:hover{ z-index:25; color: #000000; background:;}
span.dynamic1Hover:hover span.tooltip{
    display:block;
    position:absolute;
    top:-60px; left:-60px;
	padding: 15px 0 0 0;
	width:250px;
	color: #FFFFFF;
	font-weight: bold;
    text-align: left;
}
span.dynamic1Hover:hover span.top{
	display: block;
	padding: 29px 3px 0;
    background: url(bubble_up250.png) no-repeat top;
}
span.dynamic1Hover:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 2px 0 15px; 
	background: url(bubble_middle250.png) repeat bottom; 
}
span.dynamic1Hover:hover span.bottom{
	display: block;
	padding:16px 3px 0px;
    background: url(bubble_bottom250.png) no-repeat bottom;
}
span.dynamic1Hover:hover a{
	color:#FFFFFF;
}

/* Used to create a clickable tooltip over a term highlighted by the Grinder - for 6 to 12 expressions*/
span.dynamic10Hover{
    position: relative;
    z-index:24;
    text-decoration:none;
}
span.dynamic10Hover span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
span.dynamic10Hover:hover{ z-index:25; color: #000000; background:; font-weight:bold;}
span.dynamic10Hover:hover span.tooltip{
    display:block;
    position: absolute;
    top:-120px; left:-60px;
	padding: 15px 0 0 0;
	width:200px;
	color: #FFFFFF;
	font-weight: bold;
    text-align: left;
}
span.dynamic10Hover:hover span.top{
	display: block;
	padding: 29px 3px 0;
    background: url(bubble_up.png) no-repeat top;
}
span.dynamic10Hover:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 2px 0 15px; 
	background: url(bubble_middle.png) repeat bottom; 
}
span.dynamic10Hover:hover span.bottom{
	display: block;
	padding:16px 3px 0px;
    background: url(bubble_bottom.png) no-repeat bottom;
}
span.dynamic10Hover:hover a{
	color:#FFFFFF;
}

/* Used to create a clickable tooltip over a term highlighted by the Grinder - for more than 12 expressions*/
span.dynamic20Hover{
    position:relative;
    z-index:24;
    text-decoration:none;
}
span.dynamic20Hover span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
span.dynamic20Hover:hover{ z-index:25; color: #000000; background:;}
span.dynamic20Hover:hover span.tooltip{
    display:block;
    position:absolute;
    top:-160px; left:-60px;
	padding: 15px 0 0 0;
	width:300px;
	color: #FFFFFF;
	font-weight: bold;
    text-align: left;
}
span.dynamic20Hover:hover span.top{
	display: block;
	padding: 29px 3px 0;
    background: url(bubble_up300.png) no-repeat top;
}
span.dynamic20Hover:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 2px 0 15px; 
	background: url(bubble_middle300.png) repeat bottom; 
}
span.dynamic20Hover:hover span.bottom{
	display: block;
	padding:16px 3px 0px;
    background: url(bubble_bottom300.png) no-repeat bottom;
}
span.dynamic20Hover:hover a{
	color:#FFFFFF;
}

/* Used to create a clickable tooltip over a term highlighted by the Grinder - within Debate Article*/
span.dynamicTHover{
    position:relative;
    z-index:24;
    text-decoration:none;
}
span.dynamicTHover span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
span.dynamicTHover:hover{ z-index:25; color: #000000; background:;}
span.dynamicTHover:hover span.tooltip{
    display:block;
    position:absolute;
	padding: 15px 0 0 0;
	width: 300px;
	height: 400px;
    top:11px; left:10px;
	color: #FFFFFF;
	font-weight: bold;
    text-align: left;
}
span.dynamicTHover:hover span.top{
	display: block;
	padding: 29px 3px 0;
    background: url(bubble_up300.png) no-repeat top;
}
span.dynamicTHover:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 2px 0 15px;
	height: 125px;
	overflow-y: auto;
	scrollbar-3d-light-color: #006464;
	scrollbar-highlight-color: #006464;
	scrollbar-face-color: #0b4460;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797;
	scrollbar-dark-shadow-color: #3C3C3C;	
	background: url(bubble_middle300.png); 
}
span.dynamicTHover:hover span.bottom{
	display: block;
	padding:16px 3px 0px;
    background: url(bubble_bottom300.png) no-repeat bottom;
}
span.dynamicTHover:hover a{
	color:#FFFFFF;
}


/* Used to create a clickable tooltip over a term highlighted by the Grinder - within Debate Arguments*/
span.dynamicAHover{
    position:relative;
    z-index:24;
    text-decoration:none;
}
span.dynamicAHover span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
span.dynamicAHover:hover{ z-index:25; color: #000000; background:;}
span.dynamicAHover:hover span.tooltip{
    display:block;
    position:absolute;
	padding: 15px 0 0 0;
	width: 300px;
	height: 400px;
    top:11px; left:10px;
	color: #FFFFFF;
	font-weight: bold;
    text-align: left;
}
span.dynamicAHover:hover span.top{
	display: block;
	padding: 29px 3px 0;
    background: url(bubble_up300.png) no-repeat top;
}
span.dynamicAHover:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 2px 0 15px;
	height: 175px;
	overflow-y: auto;
	scrollbar-3d-light-color: #006464;
	scrollbar-highlight-color: #006464;
	scrollbar-face-color: #0b4460;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797;
	scrollbar-dark-shadow-color: #3C3C3C;	
	background: url(bubble_middle300.png); 
}
span.dynamicAHover:hover span.bottom{
	display: block;
	padding:16px 3px 0px;
    background: url(bubble_bottom300.png) no-repeat bottom;
}
span.dynamicAHover:hover a{
	color:#FFFFFF;
}

/* Used to create a clickable tooltip over a term highlighted by the Grinder - within the View All page*/
span.dynamicVAHover{
    position:relative;
    z-index:24;
    text-decoration:none;
}
span.dynamicVAHover span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
span.dynamicVAHover:hover{ z-index:25; color: #000000; background:;}
span.dynamicVAHover:hover span.tooltip{
    display:block;
    position:absolute;
    top:-146px; left:-50px;	
	padding: 15px 0 0 0;
	width: 300px;
	height: 400px;
	color: #FFFFFF;
	font-weight: bold;
    text-align: left;
}
span.dynamicVAHover:hover span.top{
	display: block;
	padding: 29px 3px 0;
    background: url(bubble_up300.png) no-repeat top;
}
span.dynamicVAHover:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 2px 0 15px;
	height: 125px;
	overflow-y: auto;
	scrollbar-3d-light-color: #006464;
	scrollbar-highlight-color: #006464;
	scrollbar-face-color: #0b4460;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797;
	scrollbar-dark-shadow-color: #3C3C3C;	
	background: url(bubble_middle300.png); 
}
span.dynamicVAHover:hover span.bottom{
	display: block;
	padding:16px 3px 0px;
    background: url(bubble_bottom300.png) no-repeat bottom;
}
span.dynamicVAHover:hover a{
	color:#FFFFFF;
}
/* HGUS-Highlight.css */
/* HotGrinds Canada Inc. - February 2008 */

/* Used for highlighting effects with the Grinder */
.highlightY {
	background-color:#D2FEFF; /* ffffff; */
	font-weight:normal;
}/* HGUS-ListToTree.css */
/* HotGrinds Canada Inc. - February 2008 */


/*------------------------------ Facet Trees --------------------------------- */
/* Turn off list bullets */
ul.HGUS_FacetTree li {
	list-style: none; 
	} 
	
/* Control how "spaced out" the tree is */
ul.HGUS_FacetTree, ul.HGUS_FacetTree li {
	margin-left:0px; 
	padding:0px;
	}

ul.HGUS_FacetTree ul {
	margin-left:10px; 
	padding:0px;	
	}
	
/* Provide space for our own "bullet" inside the LI */
ul.HGUS_FacetTree li .bullet { 
	padding-left: 5px;
	}

/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.HGUS_FacetTree li.liOpen .bullet { 
	cursor: pointer;
	background: url(Selectedfacet_level-1_225.png);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 28px;
	font-family: Verdana;
	color: #047698;
	display: block;
	}
	
ul.HGUS_FacetTree li.liClosed .bullet { 
	cursor: pointer;
	background: url(UnSelectedfacet_225.png);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 28px;
	font-family: Verdana;
	color: #baf9fb;
	display: block;
	}
	
ul.HGUS_FacetTree li.liBullet .bullet { 
	cursor: default;
/*	background: url(folder_facetvalue.png) center left no-repeat;*/
	background: url(folder_facetvalue.png);
	background: transparent; 
	}
	
/* Sublists are visible or not based on class of parent LI */
ul.HGUS_FacetTree li.liOpen ul { 
	display: block;
	margin-left:25px;
	}
	
ul.HGUS_FacetTree li.liClosed ul {
	display: none;
	}

/* Format menu items differently depending on what level of the tree they are in */
ul.HGUS_FacetTree li { 
	font-size: 14px;
	}
	
ul.HGUS_FacetTree li ul li { 
	font-size: 12px;
	margin-left: 7px;
	margin-top: -17px;
	width: 180px;
	}

/* for unvisited links */
ul.HGUS_FacetTree li ul li :link { 
	color: #CC0099;
	text-decoration: none;
	} 
/* for visited links */
ul.HGUS_FacetTree li ul li :visited { 
	color: #0fa7e6;
	text-decoration: none;
	}
/* when link is clicked */	
ul.HGUS_FacetTree li ul li a:active { 
	color: #CC0000;
	text-decoration: none;	
	}
/* when mouse is over link */
ul.HGUS_FacetTree li ul li a:hover { 
	color: #0033FF;
	text-decoration: none;	
	}

ul.HGUS_FacetTree li ul li ul li { 
	font-size: x-small;
	}
	
ul.HGUS_FacetTree li ul li ul li ul li { 
	font-size: xx-small; 
	}
	
	
/*------------------------------ COE Trees --------------------------------- */
/* Turn off list bullets */
ul.HGUS_ChainOfEvidenceTree li {
	list-style: none;
} 

/* Control how "spaced out" the tree is */
ul.HGUS_ChainOfEvidenceTree, ul.HGUS_ChainOfEvidenceTree ul , ul.HGUS_ChainOfEvidenceTree li { 
	margin-left:10px;
	padding:0px;
	color: #0e72c0;
}

/* Provide space for our own "bullet" inside the LI */
ul.HGUS_ChainOfEvidenceTree li .bullet {
	padding-left: 15px;
}

/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.HGUS_ChainOfEvidenceTree li.liOpen .bullet {
	cursor: pointer;
	background: url(reduce.png) center left no-repeat;
}

ul.HGUS_ChainOfEvidenceTree li.liClosed .bullet {
	cursor: pointer;
	background: url(expand.png) center left no-repeat;
}

ul.HGUS_ChainOfEvidenceTree li.liBullet .bullet {
	cursor: default;
	background: url(bullet_gold.png) center left no-repeat;
	color: #CC9900;
}

/* Sublists are visible or not based on class of parent LI */
ul.HGUS_ChainOfEvidenceTree li.liOpen ul {
	display: block;
}
ul.HGUS_ChainOfEvidenceTree li.liClosed ul {
	display: none;
}

/* Format menu items differently depending on what level of the tree they are in */
ul.HGUS_ChainOfEvidenceTree li {
	font-size: 12px;
}
ul.HGUS_ChainOfEvidenceTree li ul li {
	font-size: 10px;
}


/*------------------------------ Vertical Themes --------------------------------- */
/* Turn off list bullets */
ul.HGUS_VerticalThemeTree li {
	list-style: none;
} 

/* Control how "spaced out" the tree is */
ul.HGUS_VerticalThemeTree, ul.HGUS_VerticalThemeTree ul , ul.HGUS_VerticalThemeTree li { 
	margin-left:10px;
	padding:0px;
	color: #0e72c0;
}

/* Provide space for our own "bullet" inside the LI */
ul.HGUS_VerticalThemeTree li .bullet {
	padding-left: 15px;
}

/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.HGUS_VerticalThemeTree li.liOpen .bullet {
	cursor: pointer;
	background: url(reduce.png) center left no-repeat;
}

ul.HGUS_VerticalThemeTree li.liClosed .bullet {
	cursor: pointer;
	background: url(expand.png) center left no-repeat;
}

ul.HGUS_VerticalThemeTree li.liBullet .bullet {
	cursor: default;
	background: none;
}

/* Sublists are visible or not based on class of parent LI */
ul.HGUS_VerticalThemeTree li.liOpen ul {
	display: block;
}
ul.HGUS_VerticalThemeTree li.liClosed ul {
	display: none;
}

/* Format menu items differently depending on what level of the tree they are in */
ul.HGUS_VerticalThemeTree li a{
	background: none;
	padding-top: 2px;	
	padding-bottom: 2px;
	font-size: 12px;
	font-weight:bold;
	color: #585858;
	text-decoration:none;	
}

ul.HGUS_VerticalThemeTree li ul li a{
	background: none;
	padding-top: 2px;	
	padding-bottom: 2px;
	font-size: 10px;
	color: #2d94c3;
	text-decoration:none;	
}

/* when mouse is over link */
ul.HGUS_NewsVerticals a:hover { 
	color: #0e72c0; 
}
/* HGUS-NavigationTabs.css */
/* HotGrinds Canada Inc. - February 2008 */
* { 
	padding:0; 
	margin:0;
} 

body {
	margin:0;
	border:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:70%;
	color: #330033; 
	background: #FFF;
	overflow: auto;
	text-align:center;
	min-width:1013px;
}

#HGUS_wrapper {
	width: 1013px;
	margin: 0 auto;
	text-align: left;
}


/*
.dragme{position:relative;}
*/

#HGUS_Background {
	position: absolute;
	background: url(bg1680.png);
	left: 0px;
	height: 1350px;
	width: 100%;
}

#HGUS_HeadBar {
	position: absolute;
	background-color: transparent;
	background: url(topbg.png);
	left: 0px;
	height: 98px;
	width: 1011px;
}

#HGUS_HeadBarLeft {
	position: absolute;
	background-color: transparent;
	background: url(headbar_left.png);
	left: 0px;
	height: 98px;
	width: 14px;
}

#HGUS_HeadBarRight {
	position: absolute;
	background-color: transparent;
	background: url(headbar_right.png);
	left: 1002px;
	height: 98px;
	width: 9px;
}

#HG_Logo {
	position: absolute;
	left: 14px;
	height: 98px;
	width: 141px;
}

#HGUS_DebatingSocietyLogo {
	position: absolute;
	top: 0px;
	left: 155px;
	height: 62px;
	width: 289px;
}

#HGUS_RegisterWrite {
	position:absolute;
	top: 0px;
	left: 675px;
	height: 98px;
	width: 180px;
	z-index:10;
}

/* link style*/
#HGUS_RegisterWrite a {
	color: #FFFFFF;
	text-decoration:none;
	font-size:11px;
}

/* when mouse is over link */
#HGUS_RegisterWrite a:hover { 
	color: #0e72c0; 
}

div.HGUS_LoggedImageTopBar {
	position:absolute;
	height: 98px;
	width: 180px;
	
}

/* link style*/
div.HGUS_LoggedImageTopBar a {
	color: #FFFFFF;
	text-decoration:none;
	font-size:11px;
}

/* when mouse is over link */
div.HGUS_LoggedImageTopBar a:hover { 
	color: #0e72c0; 
}

#HGUS_LoggedImageTopBarNews {
	left: 775px;
	top: -57px;
}

#HGUS_LoggedImageTopBarCOE {
	left: 775px;
	top: -57px;
}

#HGUS_LoggedImageTopBarDebate {
	left: 760px;
	top: -59px;
}

#HGUS_LoggedImageTopBarProfile {
	left: 760px;
	top: -73px;
}

#HGUS_Login {
	position: absolute;
	left: 860px;
	height: 98px;
	width: 150px;
	top: 7px;
	font-size:11px;
	z-index:10;
}

/* link style*/
#HGUS_Login a {
	color: #FFFFFF;
	font-size:10px;
	text-decoration:none;
}

/* when mouse is over link */
#HGUS_Login a:hover { 
	color: #0e72c0; 
}

#HGUS_Logout {
	position: absolute;
	left: 640px;
	height: 98px;
	width: 365px;
	top: 14px;
	font-size:10px;
	color: #FFFFFF;	
}

/* link style*/
#HGUS_Logout a {
	color: #FFFFFF;
	font-size:10px;
}

/* when mouse is over link */
#HGUS_Logout a:hover { 
	color: #0e72c0; 
}

#HGUS_Booktop {
	position: absolute;
	background: url(booktop.png);
	left:1013px;
	height: 13px;
	width: 20px;
}

#HGUS_Bookborder {
	position: absolute;
	background: url(bookbg.png);
	left:1013px;
	top: 13px;
	height: 1255px;
	width: 20px;
}

#HGUS_TabContent {
	position: absolute;
	left: 0px;
	height: 1206px;
	top: 62px;
	background-color: transparent;
	width: 913px;
}

#HGUS_ReportContent {
	position: absolute;
	left: 0px;
	height: 1171px;
	top: 97px;
	background-color: transparent;
	width: 913px;
}

#HGUS_TabContentProfile {
	position: absolute;
	left: 0px;
	height: 1171px;
	top: 97px;
	background-color: transparent;
	width: 913px;
}

ol#toctop {
    height: 35px;
    list-style: none;
    margin: 0;
    padding-left: 159px;
}

ol#toctop li {
    float: left;
    margin: 0 5px 0 0;
}

ol#toctop a {
    background: url(main-tabs-blue.png);
	color: #a59a53;	
    display: block;
    float: left;
    height: 35px;
    padding-left: 20px;
	font-size: 18px;
    text-decoration: none;
}

ol#toctop a:hover {
    background-color: #006699;
    background-position: 0 -70px;
}

ol#toctop a:hover span {
    background-position: 100% -70px;
}

ol#toctop li.current a {
    background-color: #006699;
    background-position: 0 -35px;
    color: #868686;
    font-size:19px;
}

ol#toctop li.current span {
    background-position: 100% -35px;
}

ol#toctop span {
    background: url(main-tabs-blue.png) 100% 0;
    display: block;
    line-height: 35px;
    padding-right: 20px;
}

ol#tocPP {
    height: 20px;
    list-style: none;
    margin: 0;
	padding-left: 5px;
}

ol#tocPP li {
    float: left;
    margin: 0 5px 0 0;
}

ol#tocPP a {
    background: url(tabs_profile.png);
	color: #0e72c0;	
    display: block;
    float: left;
    height: 20px;
    padding-left: 20px;
	font-size: 14px;
    text-decoration: none;	
}

ol#tocPP a:hover {
    background-color: #006699;
    background-position: 0 -40px;
}

ol#tocPP a:hover span {
    background-position: 100% -40px;
}

ol#tocPP li.current a {
    background-color: #006699;
    background-position: 0 -20px;
    color: #0e72c0;
    font-size:15px;
	font-weight: bold;
}

ol#tocPP li.current span {
    background-position: 100% -20px;
}

ol#tocPP span {
    background: url(tabs_profile.png) 100% 0;
    display: block;
    line-height: 20px;
    padding-right: 20px;
}

div.contentTop {
	position:absolute;
	width: 100%;    
	border: none;
    clear: left;
}

div.contentSR {
	position:absolute;	
	border: none;
	padding-top: 40px;
    clear: left;
	height: 100%;
	width: 100%;
}

#HGUS_NewsVerticals {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 157px;
	height: 1132px;
	border-top: solid 1px;
	border-bottom: none;
	border-right: solid 2px;
	border-left: none;
	border-color: #CCCCCC;
}

/* list style */
#HGUS_NewsVerticals ul {
	list-style: none;
	margin-top: 5px;
	margin-left: -5px;
	padding-left: 0px;
}

div.HGUS_Theme {
	position: absolute;
	left: 159px;
	width: 854px;
	height: 350px;
	border-top: solid 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;	
	border-color: #CCCCCC;
}

div.HGUS_ThemeVA {
	position: absolute;
	left: 159px;
	width: 854px;
	height: 1093px;
	border-top: solid 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;	
	border-color: #CCCCCC;
}

div.HGUS_ThemeHP {
	position: absolute;
	left: 159px;
	width: 854px;
	height: 1093px;
	border-top: solid 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;	
	border-color: #CCCCCC;
}

div.HGUS_ThemeProfile {
	position: absolute;
	left: 5px;
	width: 1011px;
	height: 1093px;
	border-color: #CCCCCC;
	border-top: solid 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;	
}

div.HGUS_OtherPages {
	position: absolute;
	top: 37px;
	height: 1093px;
	overflow-x: hidden;
	overflow-y: auto;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	border-left: solid 1px;
	border-color: #CCCCCC;
	scrollbar-3d-light-color: #FCFCFC;
	scrollbar-highlight-color: #FCFCFC;
	scrollbar-face-color: #F8F8F8;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797;
	scrollbar-dark-shadow-color: #3C3C3C;
}

#HGUS_Help {
	left: 80px;
	width: 746px;
	padding-left:10px;
}

#HGUS_FAQ {
	left: 80px;
	width: 754px;
	padding-left:10px;	
}

#HGUS_TermsOfUse {
	left: 80px;
	width: 754px;
	padding-left:10px;	
}

#HGUS_AboutTeam {
	left: 80px;
	width: 757px;	
}

#HGUS_Report {
	left: 90px;
	width: 733px;
}

#HGUS_Feedback {
	left: 90px;
	width: 733px;
}

#HGUS_Theme1 {
	position:absolute;
	top: 37px;
}

#HGUS_ThemeP {
	position:absolute;
	top: 37px;
}

#HGUS_Theme2 {
	position:absolute;
	top: 412px;	
}

#HGUS_Theme3 {
	position:absolute;
	top: 785px;
}

div.Theme_Bar {
	position: absolute;
	background: url(theme_bar_middle.png) top repeat-x;
	top: 0px;
	left: 0px;
	width: 854px;
	height: 12px;
	border: 0px;	
}

div.Theme_BarProfile {
	position: absolute;
	background: url(theme_bar_middle.png) top repeat-x;
	top: 0px;
	left: 0px;
	width: 1008px;
	height: 12px;
	border: 0px;
}

div.Theme_BarHP1 {
	position: absolute;
	top: 340px;
	left: 0px;
	width: 270px;
	height: 12px;
	border: 0px;
}

div.Theme_BarHP2 {
	position: absolute;
	top: 353px;
	left: 0px;
	width: 270px;
	height: 12px;
	border: 0px;	
}

div.Theme_Top {
	position: absolute;
	top: 13px;
	left: 2px;
	width: 854px;
	height: 25px;
	border: 0px;
}

div.ThemeVA_Sort {
	position: absolute;
	top: 33px;
	left: 7px;
	width: 754px;
	height: 34px;
	border: 0px;
}

div.ThemeVA_Sort a {
	color: #78797a;
	text-decoration: none;
	font-size: 11px;
}

div.ThemeVA_Bottom {
	position: absolute;
	top: 1100px;
	left: 450px;
}

div.Theme_Main {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 270px;
	height: 333px;
	border-top: none;
	border-bottom: none;
	border-right: solid 2px;
	border-left: none;
	border-color: #CCCCCC;
}

div.Theme_MainHP {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 270px;
	height: 1081px;
	border-top: none;
	border-bottom: none;
	border-right: solid 2px;
	border-left: none;
	border-color: #CCCCCC;
}

div.Theme_MainTitle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 270px;
	height: 220px;
}

div.Theme_MainTitleHP {
	position: absolute;
	left: 0px;
	width: 270px;
	height: 220px;
}

#HGUS_Theme_MainTitleHP1 {
	position:absolute;
	top: 0px;
}

#HGUS_Theme_MainTitleHP2 {
	position:absolute;
	top: 361px;	
}

#HGUS_Theme_MainTitleHP3 {
	position:absolute;
	top: 734px;	
}

div.Theme_MainArticle {
	position: absolute;
	left: 0px;
	width: 270px;
	height: 111px;
}

div.Theme_MainVA {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 600px;
}

div.Theme_MainPictureVA {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 270px;
	height: 220px;
}

div.Theme_MainArticleVA {
	position: absolute;
	left: 270px;
	width: 270px;
	height: 111px;
}

#Theme_ArticleList {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 600px;
	height: 1092px;
}

div.Theme_Article {
	position: absolute;
	left: 0px;
	height: 80px;
	width: 670px;	
}

li.ArticleList {
	list-style: none;
	height: 80px;
	width: 600px;	
}

div.Theme_ProfileDisplayID {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 710px;
	height: 30px;
}

div.Theme_MainProfile {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 222px;
	height: 467px;
	border-top: none;
	border-bottom: none;
	border-right: solid 2px;
	border-left: none;
	border-color: #CCCCCC;
}

div.Theme_MainTitleProfile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 222px;
	height: 220px;
}

#Profile_MakeFriendFoeInput {
	position: absolute;
	top: 132px;
	left: 3px;
	width: 222px;
	height: 19px;
}

#Profile_FriendedOrFoed {
	position: absolute;
	top: 8px;
	left: 3px;
	width: 222px;
	height: 40px;
}

div.Theme_MainArticleProfile {
	position: absolute;
	left: 0px;
	width: 222px;
	height: 111px;
}

div.ProfileFriendContributionsTitle {
	position: absolute;
	top: 0px;	
	left: 230px;
	width: 217px;
	height: 27px;		
}

div.ProfileFriendContributions {
	position: absolute;
	top: 30px;	
	left: 228px;
	width: 217px;
	height: 202px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-3d-light-color: #FCFCFC;
	scrollbar-highlight-color: #FCFCFC;
	scrollbar-face-color: #F8F8F8;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797;
	scrollbar-dark-shadow-color: #3C3C3C;		
}

div.ProfileFoeContributionsTitle {
	position: absolute;
	top: 239px;	
	left: 230px;
	width: 217px;
	height: 27px;		
}

div.ProfileFoeContributions {
	position: absolute;
	top: 269px;	
	left: 228px;
	width: 217px;
	height: 202px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-3d-light-color: #FCFCFC;
	scrollbar-highlight-color: #FCFCFC;
	scrollbar-face-color: #F8F8F8;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797;
	scrollbar-dark-shadow-color: #3C3C3C;		
}

div.Theme_NewsProfile {
	position: absolute;
	top: 20px;
	left: 451px;
	height: 475px;
	width: 525px;
}

div.Theme_News {
	position: absolute;
	top: 40px;
	left: 300px;
	height: 150px;
	width: 342px;
}

div.Theme_News ul li {
	color: #0e72c0;
	list-style:square;
	padding-top:3px; 
	padding-bottom:3px;
	margin-left: -10px;
}

div.Theme_News a {
	color:#0e72c0; 
	text-decoration:none;
}

div.Theme_DebCOE {
	position: absolute;
	top: 192px;
	left: 272px;
	height: 188px;
	width: 390px;
}

div.Theme_DebCOEBar {
	position: absolute;
	background:url(related_headbar_middle.png);
	top: 0px;
	left: 1px;
	height: 28px;
	width: 388px;	
}

div.Theme_DebCOEBarLeft {
	position: absolute;
	background-color: transparent;
	background: url(related_headbar_left.png);
	left: 1px;
	height: 28px;
	width: 4px;
}

div.Theme_DebCOEBarRight {
	position: absolute;
	background-color: transparent;
	background: url(related_headbar_right.png);
	left: 384px;
	height: 28px;
	width: 4px;
}

div.Theme_Debate {
	position: absolute;
	background:url(theme_bg.png);
	top: 22px;
	left: 2px;
	height: 159px;
	width: 386px;
}

div.Theme_Debate a {
	color:#CC9900; 
	text-decoration:none;
}

div.Theme_DebateVotes {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 60px;
	height: 159px;
}

div.Theme_DebateList {
	position: absolute;
	top: 5px;
	left: 61px;
	width: 318px;
	height: 159px;	
}

div.Theme_DebateList ul li {
	list-style:none;
}

div.Theme_DebateList ul li ul li {
	list-style: url(chainlinkofevidence.png);
}

div.HomePage_HottestDeb {
	position: absolute;
	top: 13px;
	left: 272px;
	height: 530px;
	width: 390px;
}

div.HomePage_HottestDebMiddle {
	position: absolute;
	background:url(launchanewdebate_bg.png);
	top: 0px;
	left: 1px;
	height: 41px;
	width: 382px;	
}

div.HomePage_HottestDebLeft {
	position: absolute;
	background-color: transparent;
	background: url(launchanewdebate_left.png);
	left: 0px;
	height: 41px;
	width: 10px;	
}

div.HomePage_HottestDebRight {
	position: absolute;
	background-color: transparent;
	background: url(launchanewdebate_right.png);
	left: 378px;
	height: 41px;
	width: 10px;	
}

div.HomePage_HottestDebates {
	position: absolute;
	background:url(bgdebates.png);
	top: 36px;
	left: 3px;
	height: 489px;
	width: 387px;	
}

div.HomePage_HottestDebates a {
	color:#9e9e9e;
	text-decoration:none;
}

div.HomePage_HottestDebatesVotes {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 65px;
	height: 489px;
}

div.HomePage_HottestDebatesList {
	position: absolute;
	top: 25px;
	left: 61px;
	width: 318px;
	height: 489px;	
}

div.HomePage_HottestDebatesList ul li {
	list-style:none;
}

div.HomePage_TopUsers {
	position: absolute;
	top: 537px;
	left: 272px;
	height: 400px;
	width: 390px;
}

div.HomePage_TopUsersMiddle {
	position: absolute;
	background:url(topusers_bg.png);
	top: 0px;
	left: 1px;
	height: 41px;
	width: 380px;	
}

div.HomePage_TopUsersLeft {
	position: absolute;
	background-color: transparent;
	background: url(topusers_left.png);
	left: 0px;
	height: 41px;
	width: 10px;	
}

div.HomePage_TopUsersRight {
	position: absolute;
	background-color: transparent;
	background: url(topusers_right.png);
	left: 378px;
	height: 41px;
	width: 10px;
}

div.HomePage_TopUsersList {
	position: absolute;
	top: 42px;
	left: 3px;
	height: 359px;
	width: 385px;
}

div.HomePage_MostWanted {
	position: absolute;
	top: 1000px;
	left: 272px;
	height: 141px;
	width: 390px;
}

div.HomePage_MostWantedMiddle {
	position: absolute;
	background:url(launchanewdebate_bg.png);
	top: 0px;
	left: 1px;
	height: 41px;
	width: 380px;
}

div.HomePage_MostWantedLeft {
	position: absolute;
	background-color: transparent;
	background: url(launchanewdebate_left.png);
	left: 0px;
	height: 41px;
	width: 10px;
}

div.HomePage_MostWantedRight {
	position: absolute;
	background-color: transparent;
	background: url(launchanewdebate_right.png);
	left: 378px;
	height: 41px;
	width: 10px;
}

div.HomePage_MostWantedList {
	position: absolute;
	background:url(bgdebates1px.png);
	top: 36px;
	left: 2px;
	height: 95px;
	width: 388px;
}

div.Theme_Advertisement {
/*	position: absolute;
	top: 40px;
	left: 662px;
	width: 95px;
	height: 333px;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: solid 2px;
	border-color: #CCCCCC;
*/	
}

div.Theme_AdvertisementVA {
	position: absolute;
	top: 40px;
	left: 662px;
	width: 95px;
	height: 1093px;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: solid 2px;
	border-color: #CCCCCC;
}

div.Theme_AdvertisementHP {
/*	position: absolute;
	top: 50px;
	left: 662px;
	width: 95px;
	height: 1081px;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: solid 2px;
	border-color: #CCCCCC;
*/	
}

#Theme_SiteActivityHP {
	position: absolute;
	top: 50px;
	left: 662px;
	width: 175px;
	height: 1081px;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: solid 2px;
	border-color: #CCCCCC;	
}

#Theme_SiteActivityHPThemes {
	position: absolute;
	top: 40px;
	left: 662px;
	width: 175px;
	height: 333px;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: solid 2px;
	border-color: #CCCCCC;	
}

#COE_SiteActivity {
	position: absolute;
	top: 37px;
	left: 820px;
	width: 190px;
	height: 1132px;
	border-top: solid 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-color: #CCCCCC;	
}

#SA_Recent_CommentsHP {
	position: absolute;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;	
	border-color: #CCCCCC;	
}

#SA_Currently_ActiveHP {
	position: absolute;
	top: 340px;	
	width: 190px;	
	border-top: solid 2px;
	border-bottom: none;
	border-right: none;
	border-left: none;	
	border-color: #CCCCCC;	
}

#SA_Recently_ActiveHP {
	position: absolute;
	top: 685px;	
	width: 190px;	
	border-top: solid 2px;
	border-bottom: none;
	border-right: none;
	border-left: none;	
	border-color: #CCCCCC;	
}

#SA_Currently_ActiveCOE {
	position: absolute;
	width: 190px;	
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;	
	border-color: #CCCCCC;	
}

#SA_Recently_ActiveCOE {
	position: absolute;
	top: 385px;	
	width: 190px;	
	border-top: solid 2px;
	border-bottom: none;
	border-right: none;
	border-left: none;	
	border-color: #CCCCCC;	
}

#HGUS_COEFacets {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 226px;
	height: 1132px;
	border-top: solid 1px;
	border-bottom: none;
	border-right: solid 2px;
	border-left: none;
	border-color: #CCCCCC;
}

#HGUS_facetTitle {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 24px;
}

div.HGUS_facetTreeControl {
	position: absolute;
	top: 30px;
	left: 7px;
	font-size: 10px;
}

/* for unvisited links */
div.HGUS_facetTreeControl :a { 
	color: #CC0099; 
} 
/* for visited links */
div.HGUS_facetTreeControl :visited { 
	color: #3399CC;
}
/* when link is clicked */	
div.HGUS_facetTreeControl a:active { 
	color: #CC0000;
}
/* when mouse is over link */
div.HGUS_facetTreeControl a:hover { 
	color: #0033FF; 
}

div.HGUS_facetNavigation {
	position: absolute;
	left: 1px;	
}

div.HGUS_facetscrollable {
	position:absolute;
	top: 50px;
	left: 1px;
	width: 224px;
	height: 1085px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-3d-light-color: #e8f6f7;
	scrollbar-highlight-color: #f7feff;
	scrollbar-face-color: #f3fdfe;
	scrollbar-arrow-color: #1bcde2;
	scrollbar-shadow-color: #cdeaf0;
	scrollbar-dark-shadow-color: #99d4e2;
}

#HGUS_COEResults {
	position: absolute;
	top: 37px;
	left: 228px;
	width: 592px;
	height: 1132px;
	border-top: solid 1px;
	border-bottom: none;
	border-right: solid 2px;
	border-left: none;
	border-color: #CCCCCC;
}

#HGUS_facetPath {
	position: absolute;
	top: 50px;
	left:5px;
	z-index: 1;
}

div.HGUS_BackToResults {
	position: absolute;
	top: 50px;
	left:5px;
}

ol#HGUS_facetPathElement{
    height: 1.65em;
    list-style: none;
    margin: 0;
}

ol#HGUS_facetPathElement li {
    float: left;
    margin: 0 -5px 0 0;
}

ol#HGUS_facetPathElement a {
    background: url(Path_OffandOver_x_165.png);
    color: #047698;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
	font-size: 12px;
    text-decoration: none;
}

ol#HGUS_facetPathElement a:hover {
	background-color: transparent;
    background-position: 0 -24px;
}

ol#HGUS_facetPathElement a:hover span {
    background-position: 100% -24px;
}

ol#HGUS_facetPathElement li.current a {
    background-color: #48f;
    background-position: 0 0px;
    color: #0649C6;
    font-weight: bold;	
}

ol#HGUS_facetPathElement li.current span {
    background-position: 100% 0px;
}

ol#HGUS_facetPathElement span {
	background: url(Path_OffandOver_x_165.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 5px;
}

#COEResults_Top {
	position: absolute;
	top: 0px;
	left: 1px;
	width: 592px;
	height: 25px;
	border: 0px;
}

div.HGUS_Results {
	position:absolute;
	top: 25px;
	left: 4px;
	width: 587px;
	/*height: 455px;*/
	height:365px;
}

div.HGUS_WriteArticle {
	position:absolute;
	top: 0px;
	left: 1px;
	width: 587px;
	height: 455px;
}

#HGUS_AlertOnNewPrivateDebate {
	position:absolute;
	top: 40px;
	left: 175px;
	width: 675px;
	/*height: 510px;*/
	height:645px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	border-left: solid 1px;	
	border-color: #CCCCCC;	
}

#HGUS_AlertOnNewDebate {
	position:absolute;
	top: 100px;
	left: 175px;
	width: 675px;
	/*height: 440px;*/
	height:575px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	border-left: solid 1px;	
	border-color: #CCCCCC;	
}

div.HGUS_resultscrollable {
	position:absolute;
	top: 55px;
	left: 1px;
	width: 586px;
	/*height: 400px;*/
	height:310px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-3d-light-color: #e8f6f7;
	scrollbar-highlight-color: #f7feff;
	scrollbar-face-color: #f3fdfe;
	scrollbar-arrow-color: #1bcde2;
	scrollbar-shadow-color: #cdeaf0;
	scrollbar-dark-shadow-color: #99d4e2;
}

div.HGUS_cachescrollable {
	position:absolute;
	top: 80px;
	left: 5px;
	width: 586px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-3d-light-color: #e8f6f7;
	scrollbar-highlight-color: #f7feff;
	scrollbar-face-color: #f3fdfe;
	scrollbar-arrow-color: #1bcde2;
	scrollbar-shadow-color: #cdeaf0;
	scrollbar-dark-shadow-color: #99d4e2;
}

div.HGUS_evidencescrollable {
	position:absolute;
	top: 240px;
	left: 5px;
	width: 554px;
	height: 165px;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-3d-light-color: #EEE399;
	scrollbar-highlight-color: #EEE399;
	scrollbar-face-color: #EEE399;
	scrollbar-arrow-color: #663300;
	scrollbar-shadow-color: #663300;
	scrollbar-dark-shadow-color: #663333;
}

div.HGUS_evidencescrollableCOE2 {
	position:absolute;
	top: 55px;
	left: 9px;
	width: 576px;
	height: 175px;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-3d-light-color: #EEE399;
	scrollbar-highlight-color: #EEE399;
	scrollbar-face-color: #EEE399;
	scrollbar-arrow-color: #663300;
	scrollbar-shadow-color: #663300;
	scrollbar-dark-shadow-color: #663333;
}

div.HGUS_evidencescrollableCOE3 {
	position:absolute;
	top: 55px;
	left: 15px;
	width: 562px;
	height: 423px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-3d-light-color: #EEE399;
	scrollbar-highlight-color: #EEE399;
	scrollbar-face-color: #EEE399;
	scrollbar-arrow-color: #663300;
	scrollbar-shadow-color: #663300;
	scrollbar-dark-shadow-color: #663333;
}

div.COE_ResultSelect {
	position: absolute;
	left: 1px;
	height: 80px;
	width: 35px;
}

div.COE_Result {
	position: absolute;
	left: 37px;
	height: 80px;
	width: 556px;
}

div.COE_EvidenceCandidate{
	position: absolute;
	left: 5px;
	height: 35px;
	width: 531px;
}

div.COE3_EvidenceCandidate{
	position: absolute;
	left: 15px;
	height: 30px;
	width: 500px;
}

div.COE_ImageResult {
	position: absolute;
	left: 37px;
	height: 80px;
	width: 556px;
}

li.COEResultList {
	list-style: none;
	height: 80px;
	width: 556px;
}

li.COEEvidenceList {
	list-style: none;
	height: 35px;
	width: 531px;
}

li.COE3EvidenceList {
	list-style: none;
	height: 30px;
	width: 500px;
}

#HGUS_COESeparator {
	position: absolute;
	top: 491px;
	left: 6px;
	background:url(COE_Separator.png) no-repeat;
	height: 10px;
	width: 580px;
}

#HGUS_COESeparator2 {
	position: absolute;
	top: 245px;
	left: 0px;
	background:url(COE_Separator.png) no-repeat;
	height: 10px;
	width: 580px;
}

#HGUS_CaseBuilder {
	position: absolute;
	/*top: 486px;*/
	top:396px;
	left: 1px;
	/*height: 383px;*/
	height:473px;
	width: 585px;
}

#HGUS_CaseBuilderCOE1 {
	position: absolute;
	top: 370px;
	left: 1px;
	height: 425px;
	width: 585px;
}

#HGUS_CaseBuilderMain{
	position: absolute;
	/*top: 255px;*/
	top:375px;
	left: 0px;
	height: 383px;
	width: 585px;
}

#HGUS_COEAdvertisement {
/*	position: absolute;
	top: 37px;
	left: 818px;
	width: 95px;
	height: 1132px;
	border-top: solid 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-color: #CCCCCC;
*/	
}

#HGUS_DebatePage {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 703px;
	height: 1132px;
	border-top: solid 1px;
	border-bottom: none;
	border-right: solid 2px;
	border-left: none;
	border-color: #CCCCCC;
}

#HGUS_DebateMainArticle {
	position: absolute;
	top: 47px;
	left: 0px;
	width: 680px;
	height: 350px;
}

#HGUS_DebateMainEvidence {
	position: absolute;
	top: 265px;
	left: 14px;
	width: 680px;
	height: 95px;
}

div.HGUS_DebateArticlescrollable {
	position:absolute;
	top: 40px;
	left: 285px;
	width: 386px;
	height: 165px;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-3d-light-color: #FCFCFC;
	scrollbar-highlight-color: #FCFCFC;
	scrollbar-face-color: #F8F8F8;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797;
	scrollbar-dark-shadow-color: #3C3C3C;
}

div.HGUS_DebateArticlescrollableNoPic {
	position:absolute;
	top: 40px;
	left: 21px;
	width: 650px;
	height: 165px;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-3d-light-color: #FCFCFC;
	scrollbar-highlight-color: #FCFCFC;
	scrollbar-face-color: #F8F8F8;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797;
	scrollbar-dark-shadow-color: #3C3C3C;
}

div.HGUS_DebateEvidencescrollable {
	position:absolute;
	top: 5px;
	left: 0px;
	width: 657px;
	height: 89px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-3d-light-color: #EEE399;
	scrollbar-highlight-color: #EEE399;
	scrollbar-face-color: #EEE399;
	scrollbar-arrow-color: #663300;
	scrollbar-shadow-color: #663300;
	scrollbar-dark-shadow-color: #663333;
}

div.HGUS_DebateEvidencescrollable a {
	color:#CC9900; 
	text-decoration:none;
}

#HGUS_DebateWrapper {
	position: absolute;
	top: 380px;
	left: 0px;
	width: 703px;
	height: 391px;
}

#HGUS_WallWrapper {
	position: absolute;
	top: 700px;
	left: 5px;
	width: 906px;
	height: 200px;
}

#HGUS_DebateYourOpinion {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 703px;
	height: 73px;
}

#HGUS_WallYourOpinion {
	position: absolute;
	top: 0px;
	left: 81px;
	width: 906px;
	height: 73px;
}

#HGUS_DebateForAgainst {
	position: absolute;
	top: 265px;
	left: 0px;
	width: 703px;
	height: 487px;
	overflow-x: hidden;
	overflow-y: auto;
	border-top: solid 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;	
	border-color: #CCCCCC;
	scrollbar-3d-light-color: #FCFCFC;
	scrollbar-highlight-color: #FCFCFC;
	scrollbar-face-color: #F8F8F8;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797 ;
	scrollbar-dark-shadow-color: #3C3C3C;	
	z-index:4;
}

#HGUS_WallForAgainst {
	position: absolute;
	top: 240px;
	left: 85px;
	width: 826px;
	height: 229px;
	overflow-x: hidden;
	overflow-y: auto;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;	
	border-color: #CCCCCC;
	scrollbar-3d-light-color: #FCFCFC;
	scrollbar-highlight-color: #FCFCFC;
	scrollbar-face-color: #F8F8F8;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797 ;
	scrollbar-dark-shadow-color: #3C3C3C;	
}

#HGUS_DebateFor {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 342px;
	height: 4000px;
	border-top: none;
	border-bottom: none;
	border-right: solid 2px;
	border-left: none;	
	border-color: #CCCCCC;
}

#HGUS_WallFor {
	position: absolute;
	top: 0px;
	left: 19px;
	width: 391px;
	height: 4000px;
	border-top: none;
	border-bottom: none;
	border-right: solid 2px;
	border-left: none;	
	border-color: #CCCCCC;
}

#HGUS_VoteBarFor {
	position: absolute;
	top: 87px;
	left: 0px;
	width: 283px;
	height: 31px;
}

#HGUS_WallBarFor {
	position: absolute;
	top: 78px;
	left: 0px;
	width: 437px;
	height: 33px;
}

#HGUS_VoteButtonFor {
	position: absolute;
	top: 54px;
	left: 283px;
	width: 59px;
	height: 64px;	
	border-top: none;
	border-bottom: none;
	border-right: solid 2px;
	border-left: none;	
	border-color: #CCCCCC;
}

#HGUS_WallButtonFor {
	position: absolute;
	top: 46px;
	left: 437px;
	width: 58px;
	height: 65px;	
	border-top: none;
	border-bottom: none;
	border-right: solid 2px;
	border-left: none;	
	border-color: #CCCCCC;
}

#HGUS_ForNewComment {
	position:absolute;
	top: 119px;
	left: 0px;
	width: 342px;
	border-top: none;
	border-bottom: none;
	border-right: solid 2px;
	border-left: none;	
	border-color: #CCCCCC;
	z-index:5;
}

#HGUS_WallForNewComment {
	position:absolute;
	top: 111px;
	left: 105px;
	width: 390px;
	border-top: none;
	border-bottom: none;
	border-right: solid 2px;
	border-left: none;	
	border-color: #CCCCCC;
	z-index:5;
}

#HGUS_ForComments {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 344px;	
}

#HGUS_WallForComments {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 390px;	
}

#HGUS_DebateFor textarea {
	scrollbar-3d-light-color: #DDFFDD;
	scrollbar-highlight-color: #DDFFDD;
	scrollbar-face-color: #DDFFDD;
	scrollbar-arrow-color: #008080;
	scrollbar-shadow-color: #663300;
	scrollbar-dark-shadow-color: #663333;
	overflow: auto;	
}

#HGUS_WallFor textarea {
	scrollbar-3d-light-color: #DDFFDD;
	scrollbar-highlight-color: #DDFFDD;
	scrollbar-face-color: #DDFFDD;
	scrollbar-arrow-color: #008080;
	scrollbar-shadow-color: #663300;
	scrollbar-dark-shadow-color: #663333;
	overflow: auto;	
}

#HGUS_DebateFor ul li {
	list-style: none;
}

#HGUS_WallFor ul li {
	list-style: none;
}

#HGUS_DebateAgainst {
	position: absolute;
	top: 0px;
	left: 344px;
	width: 343px;
	height: 4000px;	
}

#HGUS_WallAgainst {
	position: absolute;
	top: 0px;
	left: 413px;
	width: 375px;
	height: 4000px;	
}

#HGUS_VoteBarAgainst {
	position: absolute;
	top: 87px;
	left: 402px;
	width: 283px;
	height: 31px;
}

#HGUS_WallBarAgainst {
	position: absolute;
	top: 78px;
	left: 555px;
	width: 435px;
	height: 33px;
}

#HGUS_VoteButtonAgainst {
	position: absolute;
	top: 54px;
	left: 344px;
	width: 58px;
	height: 64px;
}

#HGUS_WallButtonAgainst {
	position: absolute;
	top: 46px;
	left: 497px;
	width: 58px;
	height: 65px;
}

#HGUS_AgainstNewComment {
	position:absolute;
	top: 119px;
	left: 344px;
	width: 344px;
	z-index:5;
}

#HGUS_WallAgainstNewComment {
	position:absolute;
	top: 112px;
	left: 497px;
	width: 375px;
}

#HGUS_AgainstComments {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 344px;	
}

#HGUS_WallAgainstComments {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 390px;	
}

#HGUS_DebateAgainst textarea {
	scrollbar-3d-light-color: #FFEAF4;
	scrollbar-highlight-color: #FFEAF4;
	scrollbar-face-color: #FFEAF4;
	scrollbar-arrow-color: #800080;
	scrollbar-shadow-color: #663300;
	scrollbar-dark-shadow-color: #663333;
	overflow: auto;	
}

#HGUS_WallAgainst textarea {
	scrollbar-3d-light-color: #FFEAF4;
	scrollbar-highlight-color: #FFEAF4;
	scrollbar-face-color: #FFEAF4;
	scrollbar-arrow-color: #800080;
	scrollbar-shadow-color: #663300;
	scrollbar-dark-shadow-color: #663333;
	overflow: auto;	
}

#HGUS_DebateAgainst ul li {
	list-style: none;
}

#HGUS_WallAgainst ul li {
	list-style: none;
}

#HGUS_DebateAds {
/*	position: absolute;
	top: 37px;
	left: 704px;
	width: 201px;
	height: 200px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-right: none;
	border-left: none;
	border-color: #CCCCCC;
*/	
}

#HGUS_DebateSocialLinks {
	position: absolute;
	top: 37px;
	left: 704px;
	width: 309px;
	height: 1132px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-right: none;
	border-left: none;	
	border-color: #CCCCCC;
}

div.NextPage {
	position: absolute;
	top: 1069px;
	left: 839px;
	height: 102px;
	width: 74px;
}

div.HGUS_Search {
	position: absolute;
	left: 7px;
	top: 6px;
	height: 36px;
	width: 513px;
}

div.HGUS_HelpIcon {
	position: absolute;
	left: 700px;
	top: 6px;
	height: 36px;
	width: 350px;
}

div.Profile_MyStatsHotDesc {
	position: absolute;
	top: 289px;
	left: 0px;
	height: 218px;
	width: 545px;
}

div.Profile_MyGlobalSettings {
	position: absolute;
	top: 289px;
	left: 0px;
	height: 218px;
	width: 545px;
}

div.Profile_MyStatsHotDescBar {
	position: absolute;
	background:url(stats_headbar_middle.png);
	top: 0px;
	left: 1px;
	height: 28px;
	width: 544px;
}

div.Profile_MyStatsHotDescBarLeft {
	position: absolute;
	background-color: transparent;
	background: url(stats_headbar_left.png);
	left: 1px;
	height: 28px;
	width: 4px;
}

div.Profile_MyStatsHotDescBarRight {
	position: absolute;
	background-color: transparent;
	background: url(stats_headbar_right.png);
	left: 541px;
	height: 28px;
	width: 4px;
}

div.Profile_StatHot {
	position: absolute;
	top: 18px;
	left: 2px;
	height: 189px;
	width: 515px;	
}

div.Profile_MySettings {
	position: absolute;
	top: 22px;
	left: 2px;
	height: 189px;
	width: 515px;	
}

div.Profile_MyContributions {
	position: absolute;
	top: 33px;
	left: 2px;
	width: 544px;
	height: 245px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-3d-light-color: #FCFCFC;
	scrollbar-highlight-color: #FCFCFC;
	scrollbar-face-color: #F8F8F8;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797;
	scrollbar-dark-shadow-color: #3C3C3C;	
}

div.Profile_MyDebates {
	position: absolute;
	top: 33px;
	left: 2px;
	width: 544px;
	height: 247px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-3d-light-color: #FCFCFC;
	scrollbar-highlight-color: #FCFCFC;
	scrollbar-face-color: #F8F8F8;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797;
	scrollbar-dark-shadow-color: #3C3C3C;	
}

div.Profile_MyDebatesInvites {
	position: absolute;
	top: 33px;
	left: 2px;
	width: 542px;
	height: 437px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-3d-light-color: #FCFCFC;
	scrollbar-highlight-color: #FCFCFC;
	scrollbar-face-color: #F8F8F8;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797;
	scrollbar-dark-shadow-color: #3C3C3C;
}

div.Profile_MyDebatesNotepad {
	position: absolute;
	top: 33px;
	left: 2px;
	width: 542px;
	height: 437px;
}

div.Profile_MyStats {
	position: absolute;
	top: 15px;
	left: 2px;
	width: 225px;
	height: 170px;
}

div.Profile_SettingsGlobal {
	position: absolute;
	top: 15px;
	left: 2px;
	width: 225px;
	height: 170px;
}

div.Profile_HottestContributions {
	position: absolute;
	top: 15px;
	left: 235px;
	width: 305px;
	height: 170px;
}

div.Profile_VerticalAndUserAlerts {
	position: absolute;
	top: 12px;
	left: 2px;
	width: 530px;
	height: 170px;
}

#ProfileVerticalAlerts {
	position: absolute;
	top: 0px;
	left: 0px;
	/*width: 380px;*/
	width: 340px;
	height: 148px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-3d-light-color: #FCFCFC;
	scrollbar-highlight-color: #FCFCFC;
	scrollbar-face-color: #F8F8F8;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797;
	scrollbar-dark-shadow-color: #3C3C3C;
}

#ProfileUserAlerts {
	position: absolute;
	top: 0px;
	left: 340px;
	/*width: 149px;*/
	width: 189px;
	height: 148px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-3d-light-color: #FCFCFC;
	scrollbar-highlight-color: #FCFCFC;
	scrollbar-face-color: #F8F8F8;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797;
	scrollbar-dark-shadow-color: #3C3C3C;
}

#Profile_MyClubs {
	position: absolute;
	top:561px;
	left: 5px;
	width: 496px;
	height: 152px;
	border-top: none;
	border-bottom: solid 2px;
	border-right: solid 2px;
	border-left: none;
	border-color: #CCCCCC;
}

#Profile_FoesClubs {
	position: absolute;
	top:561px;
	left: 503px;
	width: 496px;
	height: 152px;	
	border-top: none;
	border-bottom: solid 2px;
	border-right: none;
	border-left: none;
	border-color: #CCCCCC;
}

div.Profile_MyClubsBar {
	position: absolute;
	background: url(headbar_clubs.png) top repeat-x;
	top: 0px;
	left: 0px;
	width: 496px;
	height: 12px;
	border: 0px;
}

div.Profile_FoesClubsBar {
	position: absolute;
	background: url(headbar_foes.png) top repeat-x;
	top: 0px;
	left: 0px;
	width: 496px;
	height: 12px;
	border: 0px;
}

#MyClubs {
	position: absolute;
	top: 157px;
	left: 2px;
	width: 382px;
	height: 311px;
}

#FoesClubs {
	position: absolute;
	top: 157px;
	left: 2px;
	width: 370px;
	height: 311px;	
}

#FriendsList {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 490px;
	height: 175px;	
}

#FriendsListScroll {
	position: absolute;
	top: 18px;
	left: 2px;
	width: 483px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-3d-light-color: #FCFCFC;
	scrollbar-highlight-color: #FCFCFC;
	scrollbar-face-color: #F8F8F8;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797;
	scrollbar-dark-shadow-color: #3C3C3C;	
}

#FriendsListScroll a {
	text-decoration:none;	
}

#FoesList {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 490px;
	height: 175px;
}

#FoesListScroll {
	position: absolute;
	top: 18px;
	left: 2px;
	width: 483px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-3d-light-color: #FCFCFC;
	scrollbar-highlight-color: #FCFCFC;
	scrollbar-face-color: #F8F8F8;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-shadow-color: #979797;
	scrollbar-dark-shadow-color: #3C3C3C;	
}

#FoesListScroll a {
	text-decoration:none;	
}

#FriendsInvitations {
	position: absolute;
	top: 175px;
	left: 2px;
	width: 382px;
	height: 75px;
}

#FoesChallenges {
	position: absolute;
	top: 175px;
	left: 2px;
	width: 370px;
	height: 75px;	
}

.hiddenPic {display:none;}

.rating {
      width:80px;
      height:16px;
      margin:0;
      padding:0;
      list-style:none;
      clear:both;
      position:relative;
      background: url(star-matrix1.png) no-repeat 0 0;
      }


ul.rating li a {
	 cursor: pointer;
      /*ie5 mac doesn't like it if the list is floated but ie6 does\*/
      float:left;
      /* end hide*/
      text-indent:-999em;/* hide text*/
      position:absolute;
      left:0;
      top:0;
      width:16px;
      height:16px;
      text-decoration:none;
      z-index: 200;
      }


ul.rating li.hate a {left:0;}
ul.rating li.dislike a {left:16px;}
ul.rating li.indifferent a {left:32px;}
ul.rating li.like a {left:48px;}
ul.rating li.love a {left:64px;}


.hate {background-position:0 -48px;}
.dislike{background-position:0 -32px;}
.indifferent {background-position:0 -16px;}
.like {background-position:0 -64px;}
.love {background-position:0 -80px;}



ul.rating li a:hover{
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;
	background: url(star-matrix1.png) no-repeat 0 0
}



ul.rating li.hate a:hover {background-position:0 -48px;}
ul.rating li.dislike a:hover {background-position:0 -32px;}
ul.rating li.indifferent a:hover {background-position:0 -16px;}
ul.rating li.like a:hover{background-position:0 -64px;}
ul.rating li.love a:hover{background-position:0 -80px;}

.hate {background-position:0 -48px;}
.dislike{background-position:0 -32px;}
.indifferent {background-position:0 -16px;}
.like {background-position:0 -64px;}
.love {background-position:0 -80px;}

.rating-hate
{ 
	width:80px;
	background: url(star-matrix1.png) no-repeat 0 0;
	height:16px;
	margin:0;
    padding:0;
    list-style:none;
    clear:both;
    position:relative;
    background-position:0 -96px;
}

.rating-dislike
{ 
	width:80px;
	background: url(star-matrix1.png) no-repeat 0 0;
	height:16px;
	margin:0;
    padding:0;
    list-style:none;
    clear:both;
    position:relative;
    background-position:0 -112px;
}

.rating-indifferent
{ 
	width:80px;
	background: url(star-matrix1.png) no-repeat 0 0;
	height:16px;
	margin:0;
    padding:0;
    list-style:none;
    clear:both;
    position:relative;
    background-position:0 -128px;
}

.rating-like
{ 
	width:80px;
	background: url(star-matrix1.png) no-repeat 0 0;
	height:16px;
	margin:0;
    padding:0;
    list-style:none;
    clear:both;
    position:relative;
    background-position:0 -144px;
}

.rating-love
{ 
	width:80px;
	background: url(star-matrix1.png) no-repeat 0 0;
	height:16px;
	margin:0;
    padding:0;
    list-style:none;
    clear:both;
    position:relative;
    background-position:0 -160px;
}

.rating-unrated
{ 
	width:80px;
	background: url(star-matrix1.png) no-repeat 0 0;
	height:16px;
	margin:0;
    padding:0;
    list-style:none;
    clear:both;
    position:relative;
    background-position:0;
}    

#sharemessage
{
	padding-top:46px; 
	padding-left:25px;
}

#sharemessage textarea
{	
	height:69px;
	width:427px;
}

#externalshare
{
	margin-top:-95px;
	padding-left:470px;
}

.viewall-poster
{
	width:150px;
	align:left;
}

.viewall-share
{
	width:84px; 
	align:left; 
}

.viewall-alertmsg
{
	align:left;
	width:135px;
	valign:middle;
}

.viewall-report
{
	width:65px; 
	align:left;
}

.viewall-debatetitle
{
	width:505px;
}

#homepage-activity
{
	position:relative; 
	left:662px; 
	top:-35px; 
	width:187px; 
	height:35px; 
	background-image:url(activity.png);
}

#homepage-viewallusers
{
	position:relative; 
	top:-10px; 
	left:90px;
}

#homepage-viewalldebates
{
	position:relative; 
	left:185px; 
	top:-6px;
}

.progbardl
{
	padding:0;
	margin:0;
}

.progbardd
{
	padding:0; 
	margin:0; 
	width:550px; 
	height:7px; 
	position:relative; 
	top:5px;
}

.progbarspan
{
	position:absolute; 
	background:url(progbarback.png); 
	width:550px; 
	height:7px; 
	display:block; 
	overflow:hidden; 
	text-indent:-8000px;
}

.progbarem
{
	position:absolute; 
	height:7px; 
	width:550px; 
	background:url(progline.png) repeat-x; 
	display:block
}

div.HGUS_IncorrectPage {
	position: absolute;
	top: 37px;
	left: 45px;
	width: 911px;
	height: 700px;
	border-top: solid 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-color: #CCCCCC;
}

#IncorrectForm {
	position: absolute;
	top: 37px;
	left: 92px;
	height: 400px;
	width: 730px;
}

span.bubbletip{
    position:relative; 
    z-index:24; background-color:#b9e8f0;
/*    color:#000;*/
    text-decoration:none}

span.bubbletip:hover{z-index:25; background-color:#ff0}

span.bubbletip span{display: none}

span.bubbletip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}

.registerText{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	color:#e8aa24;
}


span.anonymous{
    position:relative; 
    z-index:24; }
    
span.anonymous:hover{position:relative; z-index:25;}/* background-color:#ff0}*/

span.anonymous div{
	display:block;
	position:absolute;
	top:-100px; left:-140px; height:150px; width:340px;
	border: 1px solid #0cf;
	background-color:#50ebff; color:#0097ac;
}

/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}
#HGUS_ContentBackGround {
	position: absolute;
	background: #FFFFFF;
	top: 16px;
	/* top needs to be 51px; for bridge compliant versions */
	width: 1013px;
	height: 1268px;
}

#HGUS_Copyright {
	position:absolute;
	top: 1295px;
	/* top needs to be 1330px; for bridge compliant versions */
	width: 1013px;
	height:50px;
	overflow:hidden;
}