/** aMember-specific styles here */

/* properties for entire page and text inside tables */
body {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
    background: #8F8E8E;
    color: #FFFFFF;
}
/* properties for all input elements */
input, textarea {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    
    font-size: 0.9em;
}



a {
	color: #B62723;
	text-decoration: none;
      font-weight: bold;
}

a:active,
a:visited {
	color: #B62723;
	text-decoration: none;
      font-weight: bold;
}

a:hover {
	color: #F0E80A;
	text-decoration: underline;
      font-weight: bold;
}


#wrapper {
	background: #FFFFFF url(page_bg.png) top left repeat-x;
}

hr { 
    background-color: #766666;
    border: 0;
    width: 100%;
    height: 1px;
}
ul, li { list-style: disc; }
.small { font-size: x-small; font-weight: normal; }
.powered, .powered a { font-size: x-small; color: #808080; margin: 0.5em 0em 0.5em 0em; }
strong, .strong { font-weight: bold; }
.text_disabled { color: ButtonFace; } 

/* properties for headers */
h1,h2,h3 {
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0.5em 0.5em 0.5em;
}
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }

/* other elements */
div.centered { text-align: center; }
div.centered table {
    margin: 0 auto; 
    text-align: left;
}
ul,ol { margin-left: 2em;}
.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 

/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: solid 1px #B8413D;
    width: 90%;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;
    background: #242424 url(cell.png);
    color: #FFFFFF;
    border: solid 1px #B8413D;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
    
    color: #FFFFFF;
    background-color: #766666;
    border: solid 1px #B8413D;
}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #B8413D;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 8pt;
    background: #242424 url(cell.png);
    border: solid 1px #B8413D;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #766666;

    border: solid 1px #B8413D;
}

table.errmsg
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 90%;
    background-color: red;
    border: #cc0000 1px solid;
    margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: square;
}

/* Receipt table from thanks.html */
.receipt td {
    background-color: #F0F0F0;
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
}
.receipt th {
    background-color: #C0C0C0;
    border: solid 1px black;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
.receipt td.total {
    background-color: #C0C0C0;
    border: solid 1px black;
}
.receipt {
    border-collapse: collapse;
}

/* Newsletters table on member.php */
.newsletters td {
    padding: 5px;
    margin: 5px;
}
.newsletters td.disabled {
    padding: 5px;
    margin: 5px;
    color: #505050;
}

/* Newsletters archive table on member.php */
.newsletters_archive td {
    padding: 2px;
    margin: 0px;
}
/* Error message label on signup page */
label.error {
    padding-left: 3px;
	color: red;
	font-style: italic;
	font-weight: normal;
}
input.error {
    border: 2px solid red;
}




/* Header and logo */
#maintable {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #000;
	margin: 0 auto;
}
#logorow {
	background: url(http://sandvikstraining.com/crib/styles/acidtechred/theme/images/logo_bg.gif) top left repeat-x;
	text-align: center;
	padding: 0;
}

#logo-left {
	background: url(http://sandvikstraining.com/crib/styles/acidtechred/theme/images/logo_left.jpg) top left no-repeat;
}
#logo-right {
	background: url(http://sandvikstraining.com/crib/styles/acidtechred/theme/images/logo_right.jpg) top right no-repeat;
}

#logorow, #logo-left {
	height: 190px;
	overflow: hidden;
}



/* Navigation buttons */
.navrow {
	background: #C63F3B url(http://sandvikstraining.com/crib/styles/acidtechred/theme/images/buttons.gif) top left repeat-x; 
	height: 21px;
	overflow: hidden;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	color: #F0E80A;
	text-align: center;
	font-size: 11px;
	padding: 4px;
}
* html .navrow { padding: 0; }
.navrow b, .navrow strong { font-weight: normal; }
.navrow a, .navrow a:visited {
	color: #FFF;
	text-decoration: none;
}
.navrow a:hover { 
	color: #F0E80A; 
	text-decoration: underline; 
}

a.link-new, a.link-new:visited { color: #F0E80A; }
a.link-new:hover, a.link-new:visited:hover { color: #FFF; }




/* Content and tables */
#contentrow {
	padding: 5px;
	background: #FFFFFF url(http://sandvikstraining.com/members/templates/css/page_bg.png) repeat-y;

}


.tablebg {
	border: solid 1px #000; 
	background: #313131 url(http://sandvikstraining.com/crib/styles/acidtechred/theme/images/cell.gif) top left repeat-x;
}

.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom {
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #313131 url(http://sandvikstraining.com/crib/styles/acidtechred/theme/images/cell.gif) top left repeat-x;
	padding: 4px;
}









/* Footer */
#wrapfooter {
	text-align: center;
	color: #CCC;
	padding-top: 10px;
}

.copyright {
	color: #888;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.2em;
}
.copyright a, .copyright a:visited {
	color: #AAA;
	text-decoration: underline;
}
.copyright a:hover { color: #FFF; }


#navbar {
	background: #FFFFFF;
	width: 960px;
	height: 35px;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	border-top: 0px solid #333333;
	border-bottom: 0px solid #000000;
	overflow: hidden;
	}
	
#navbar a, #navbar a:visited {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 3px;
	}
	
#navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px 0px 0px 3px;
	}
	
#navbarleft {
	background: #8F8E8E url(http://www.sandvikstraining.com/crib/styles/revolution_magforum-10/theme/images/navbar.png) center repeat-x;
        width: 960px;
	
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 35px;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;

}
#navbarright {
	background: #8F8E8E url(images/navbar.png) center repeat-x;
        width: 225px;
	height: 35px;
        font-size: 12px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbarright a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a, #nav a:visited {
	background: #8F8E8E url(images/navbar.png) center repeat-x;
	color: #FFFFFF;
	display: block;
    font-weight: bold;
    margin: 0px;
	padding: 8px 15px 8px 15px;
	border-left: 0px solid #000000;
	}
	
#nav a:hover {
	background: #8F8E8E url(images/navhov.png) center repeat-x;
	color: #FFFFFF;
    margin: 0px;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #333333;
	width: 160px;
	float: none;
	margin: 0px;
	padding: 7px 30px 7px 10px;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #666666;
	padding: 7px 30px 7px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

/************************************************
*	Subnavbar      								*
************************************************/


#subnavbarhold {
	background: #666666;
	width: 960px;
	height: 24px;
	margin: 0px auto 0px;
	padding: 0px 0px 6px 0px;
	border-top: 0px solid #333333;
	border-bottom: 0px solid #333333;
	}







#subnavbar {
	background: #666666;
	width: 930px;
	height: 24px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #333333;
	border-bottom: 0px solid #333333;
	}
	
#subnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#subnav a, #subnav a:visited {
	background: #666666;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
        color: #FFFFFF;
	display: block;
        font-weight: bold;
        margin: 0px;
	padding: 6px 15px 6px 15px;
	border-bottom: 0px solid #2B74B4;
	border-left: 0px solid #333333;
	border-right: 0px solid #2B74B4;
	}
	
#subnav a:hover {
	background: #888888;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0px;
	padding: 6px 15px 6px 15px;
	border-bottom: 0px solid #2B74B4;
	border-left: 0px solid #333333;
	border-right: 0px solid #2B74B4;
	}

#subnav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #FFFFFF;
	color: #2255AA;
	width: 160px;
	float: none;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	border-bottom: 0px solid #2B74B4;
	border-left: 0px solid #333333;
	border-right: 0px solid #2B74B4;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #DDDDDD;
	color: #2255AA;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	}

#subnav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#subnav li:hover ul {
	left: auto;
	display: block;
	}
	
#subnav li:hover ul, #subnav li.sfhover1 ul {
	left: auto;
	}
	




























.navtd {
	padding: 0px 0px 5px 0px;
}
.navrow-right { float: right; }
.navrow {
	width: 960px;
	background: #000000; 
	font-family: Arial, Tahoma, Verdana;
	padding: 7px 0px 8px 0px;
	margin: 0px auto 0px;
	color: #909090;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.navrow b, .navrow strong { font-weight: normal; }
.navrow a, .navrow a:visited {
    background: #222222;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px -2px 0px 0px;
	padding: 7px 20px 7px 20px;
}
.navrow a:hover { 
    background: #333333;
	color: #FFFFFF; 
	text-decoration: none; 
    margin: 0px -2px 0px 0px;
	padding: 7px 20px 7px 20px;
}
.navrow2 {
	width: 960px;
	background: #336699 url(images/navbar2.gif);
	font-family: Arial, Tahoma, Verdana;
	padding: 6px 0px 7px 0px;
	margin: 0px auto 0px;
	color: #909090;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
.navrow2 b, .navrow2 strong { font-weight: normal; }
.navrow2 a, .navrow2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
    margin: 0px -2px 0px 0px;
	padding: 6px 20px 7px 20px;
}
.navrow2 a:hover { 
	background: #EAEAEA;
	color: #2255AA; 
	text-decoration: none; 
    margin: 0px -2px 0px 0px;
	padding: 6px 20px 7px 20px;
}

/* SubNavigation buttons */
.subnavtd {
	padding: 10px 25px 5px 25px;
}
.subnavrow-right { float: right; }
.subnavrow {
	background: #F1F1F1 url(images/subnav.gif); 
	padding: 7px;
	color: #909090;
	text-align: left;
	font-size: 11px;
}
.subnavrow b, .subnavrow strong { font-weight: normal; }
.subnavrow a, .subnavrow a:visited {
	color: #202020;
	text-decoration: none;
}
.subnavrow a:hover { 
	color: #2255AA; 
	text-decoration: underline; 
}