/** aMember-specific styles here */

/* properties for entire page and text inside tables */

body, th {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
    margin: 0px auto 0px;
    padding: 0px;
    background: #FFF;
    color: #222;	
}

th {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
    margin: 0px auto 0px;
    padding: 0px;
    background: #FFF;
    color: #222;	
}



/* ----------- Taken From Main Page Styles ------ 
-------------------------------------- */


a:link {
	color:#A47F00;
}

a:visited {
	color:#A47F00; 
}

a:hover { 
	color: #000000;
}

a:active {
	color:#A47F00; 
}



/*------------ Basic layout outline ------------ */





/* =A D D E D [01-01-10] -------- */

#top-header{
	width: 100%; 
	height: 90px;  
	float:left;
	background:#fff url('http://www.2webvideo.com/otherpage/images/headerbg.png') no-repeat top left;
	position:relative;
	margin-bottom:1px;
	margin-top:0px;
        padding-bottom:1px;
	border-bottom: 2px dotted #333;
}

#logo  {
	display:block;
	padding:0;
	float:left;
}

#login  {
	display:block;
	padding:0;
	float:right;
	position:absolute;
	right:0; top:0;
}

#wrapper {
	width: 1050px;
	margin: 0 auto;
}

#footer1 {
	padding: 10px 0;
	margin:0 auto;
	width: 1050px;
	border-top:1px solid #333; 
	text-align:center;
}

#footer1 p{
	color:#000;
	margin-bottom: 0;
        font-size: 10px;
}

/* =A D D E D ENDS -------- */






#page{
	line-height: 20px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.wrap-middle-static p{
	width:82%; padding:5px; text-align:justify; margin:0 auto; color:#444; font:normal 1.15em arial; line-height:140%;
}

.wrap-middle-static h2{
	width:82%;	
	font-family:arial,helvetica;
	text-align:center;
	margin: 10px auto;
	padding:0;
	font:normal 1.9em verdana,arial;
	color:#900;
	letter-spacing:0;
}

.wrap-middle-static div.list {
	background:#CFFFCF url(http://www.2webvideo.com/otherpage/images/homepage-splash.png) repeat-y top left;
	color:#050; 
	margin: 10px auto; 
	position: relative;
	width:580px;
	left: 50%;
	margin-left: -300px;
	padding:10px;
	border:4px double #099;
}

.wrap-middle-static p.list {
	width:560px;margin:0 auto;
	font:bold 14px verdana,arial;
	line-height:125%;
	color:#044;
	display:block;
}

.wrap-middle-static p.list a{
	text-decoration: none;
}



/*-------------Header------------ */

.top-header{
	width: 100%; 
	height: 91px;
	float:left;
	background:#656565 url('http://www.2webvideo.com/otherpage/images/headerbg.png') no-repeat top left;
	position:relative;
	margin-bottom:0px;
}

#logo  {
	display:block;
	padding:0px;
	float:left;
}

.topmenu1{
	position:absolute;
	top:0px;
	right: 25px;
}



/* Navcontainer Used from http://css.maxdesign.com.au/listamatic/horizontal02.htm ------

---------------- THIS NAV CAN BE USED, BUT TRYING DROPDOWN MENU INSTEAD ---*/


#nav {
	width:1000px; height:27px; margin:1px auto 0;
	font: normal 13px verdana;
	background-color: #C9FFC9;
}

#nav ul {
	padding: 0;
	margin: 1px auto 0;
	list-style:none;
	background-color: #C9FFC9;
	float: left;
	width: 998px;
	border:1px solid #80F080;
}

#nav ul li { display: inline; }

#nav ul li a {
	padding: 0.4em 1em;
	background-color: #C9FFC9;
	color: #090;
	text-decoration: none;
	float: left;
	border-right: 1px solid #80F080;
}

#nav ul li a:hover {
	background-color: #DFFFDF;
	color: #077;
}


/* Navigation ends */



/* FOR STATIC PAGES, e.g. HOMEPAGE */


.homepage-splash{
	width: 998px;
	float:left;
	height: 560px;
	background:#CFFFCF url(http://www.2webvideo.com/otherpage/images/homepage-splash.png) repeat-y top left;
	border:1px solid #60D060;
}

.video-production-splash{
	width: 998px;
	float:left;
	height: 640px;
	background:#CFFFCF url(http://www.2webvideo.com/otherpage/images/homepage-splash.png) repeat-y top left;
	border:1px solid #60D060;
}

.wrap-middle-static{
	padding:0;
	margin:2px 0 1px 0;  
	float:left;
	width: 980px;
	background:#FFF;
	border: 10px solid #8FB0D9;
}



/* --------Footer------------*/

#footer{
	background:#656565; 
	padding: 10px 0;
	float:left;
	width: 100%; 
	text-align:center;
}

#footer p{
	color:#000;
	margin-bottom: 0;
        font-size: 10px;
}

#footer ul{
	list-style:none;
	margin:0;
	padding:0;
}

#footer li{
	display:inline;
}

#footer li a{
	margin-right: 10px;
}

#footer a:visited{
	color:#000;
	text-decoration:none;
}

#footer a:hover{
	color:#ccc;
}

#footer a{
	color:#000;
	text-decoration:none;
}

.footerpages{
        padding-bottom: 5px;
        margin-bottom: 5px;
	letter-spacing:1px;
	font-family:arial,tahoma,century gothic;
        font-size: 11px;
	color:#000;
}

/*--------------------*/





/* properties for all input elements */
input, textarea {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
}
hr { 
    background-color: #4479BE;
    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: #707070;
    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 #AAA;
}


/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;

    background-color: white;
    border: solid 1px #AAA;
}


/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;

    background-color: #EFEFEF;
    border: solid 1px #AAA;
}


/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #8CACBB;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #AAA;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #EEFFEE;
    border: solid 1px #AAA;
}






table.learn-complete
{
    margin-top:30px;
    width:775px;
}

table.learn-complete p
{
    margin:0 10px 10px 10px;
    line-height:1.7;
    font: normal .9em verdana,geneva,sans-serif;
}

table.learn-complete img
{
    margin:0 0 10px 0;
    border:none;
}





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;
}