/** aMember-specific styles here */



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

.checkout{
	background-image:url('http://www.nichesiteplatform.com/images/checkout.png');
	background-repeat:no-repeat;
	width:453px;
	height:190px;
	border:0;
	}

body, th, td {

    font-family: "Myriad Pro","Trebuchet MS","Helvetica Neue",Helvetica,Arial,Sans-Serif;

    font-size:18px;

	}



/* properties for all input elements */

input, textarea {

    font-family: "Myriad Pro","Trebuchet MS","Helvetica Neue",Helvetica,Arial,Sans-Serif;

    font-size:18px;

}

hr { 

    background-color: #6A5090;

    border: 0;

    width: 100%;

    height: 1px;

}

ul, li { list-style: disc; }

a { color:#000000; }

a:hover { text-decoration:none; }



.small { font-size: 16px; font-weight: normal; color:#666666; }

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

label {

	margin-bottom:10px;

	}



/*properties for headers */

/*h1,h2,h3 {

    color: #707070;

    font-weight: bold;

}



h1,h2 {

    text-align: center;

    margin: 0.5em 0.5em 0.5em 0.5em;

}



h3 { margin: 1.5em 0 0.5em 0; }



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-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;

}

/* vedit - usual column (right) */

.vedit td {

    text-align: left;

    vertical-align: middle;

    padding: 15px 10px 10px 10px;

    background-color: white;

}

/* vedit - header column (left) */

.vedit th {

    padding: 10px 15px 10px 10px;

    text-align: right;

    vertical-align: middle;

    font-weight: bold;

    background-color: #FFFFFF;

}

/* vedit - heading row */

.vedit .headrow { font-weight: bold; text-align: center; }





/* hedit - horizontal table (payments list) */

.hedit {

    border: solid 0px #6A5090;

}

/* hedit - usual column */

.hedit td {

    padding: 5px;

    background-color: #E0E0E0;

    font-size: 8pt;

    background-color: white;

    border: solid 1px #E6E6E6;

}

/* hedit - header column */

.hedit th {

    padding: 5px;

    font-weight: bold;

    text-align: center;



    background-color: #FFFFFF;

    border: solid 1px #E6E6E6;

}



table.errmsg

{    font-family: "Myriad Pro","Trebuchet MS","Helvetica Neue",Helvetica,Arial,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 div {

    padding: 5px;

    margin: 5px;

}

.newsletters div.disabled {

    color: #505050;

}



.newsletters .small {padding-left:1em;}





/* 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;

}



.menu-tabs {

    text-align:left;

    margin-bottom:1.5em;

    padding:0em;

    background:#fff;

}

    .menu-tabs > ul {

        margin:0;

        padding:0;

        border-bottom:1px solid #6A5090;

    }



    .menu-tabs > ul li {

        float:left;

        margin:0;

        padding:0 0.4em;

        list-style: none;

    }

    

    .menu-tabs > ul li.last {

        clear:both;

        float:none

    }



    .menu-tabs a {

        color: black;

        font-weight:normal;

        font-size:9pt;

        display: block;

        padding: 5px 5px 7px;

        white-space: nowrap;

    }

    

    .menu-tabs a.expandable {

        padding-right: 20px;

    }

    

    .menu-tabs > ul li.active a {

        color:#000000;

    }



    .menu-tabs div.tab {

        

        position: relative;

        

        background:#FFFFFF;

        border: 1px solid #6A5090;

        margin-top:5px;

        margin-bottom:-1px;

        z-index:5;

    }



    .menu-tabs > ul li.active div.tab {

        border-bottom-color:white;

        background:white;

    }



    .menu-tabs div.arrow {

        width: 7px;

        height: 5px;

        overflow: hidden;

        float: right;

        margin: 8px;

        background:url('./arrow.png') no-repeat left;

    }



    .menu-tabs > ul li.active div.arrow {

        background:url('./arrow.png') no-repeat right;

    }



    .menu-tabs > ul li:hover div.tab {

        background:white;

        border-bottom-color:white;

    }



    .menu-tabs > ul li:hover div.submenu {

        display:block

    }



    .menu-tabs div.submenu {

        display:none;

        position:absolute;

        border:1px solid #6A5090;

        background: white;

        padding:0;

    }



    .menu-tabs div.submenu ul {

        margin:0;

        padding:0;

    }



    .menu-tabs div.submenu li {

        display: list-item;

        float: none;

        list-style: none;

        padding: 0;

    }



    .menu-tabs div.submenu li a {

        border: none;

        padding: 5px;

        margin: 0;

        display: block;

        background: #FFFFFF;

    }



    .menu-tabs div.submenu li a:hover {

        background: white;

    }





div.backend-wrapper {

    width: 900px;

    display: inline-block;

    text-align:left

}



/* Niche Site Plaform Styles */

/* Header/Logo styles */

#header{

height:225px;

background:url(http://wizardplugins.com/images/headerbg.png) repeat-x top;

}



#logo{

height:225px;

width:1004px;

background:url(http://wizardplugins.com/images/logo.png) no-repeat top;

margin:0 auto;

}



#ticker{

font-size:26px;

font-weight: bold;

text-decoration:underline;

color:#401A76;

padding: 135px 0 0 0;

float:left;

}



#home{

width:100px;

padding: 125px 0 0 10px;

float:left;

}



#purchase{

width:300px;

padding: 125px 30px 0 0;

float:right;

}



/* Footer Styles */

#footer{

font-size:16px;

height:77px;

background:url(http://wizardplugins.com/images/footerbg.png) repeat-x;

}



#footer ul{

list-style:none;

margin-top:30px;

}



#footer ul li, #footer ul li a{

color:#FFFFFF;

display:inline;

}



.footerleft{

float:left;

margin-left:140px;

}



.footerright{

margin-right:140px;

float:right;

}



body{

	background-color:#CDCDCD;

	font-size:20px;

	}

	

#page{

width:962px;

background-color:#FFFFFF;

border-left: 1px #CCCCCC solid;

border-right: 1px #CCCCCC solid;

padding:0 20px;

margin:0 auto;

}



#page h1{

font-size:28px;

text-transform:capitalize;

text-decoration:underline;

text-align:left;

padding:10px;

margin:0;

}



#page h2{

font-size:24px;

text-transform:capitalize;

text-decoration:underline;

padding:10px;

margin:0;

}



#page h3{

font-size:22px;

padding:10px;

margin:0;

}



#page p{

font-size:20px;

text-align:justify;

padding:10px;

margin:0;

}



#page a{

font-weight:bolder;

color:#6A5090;

}
