/* 
    Document   : mystyle.css
    Created on : 06/01/2011, 12:39:50 AM
    Author     : lucas
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



root {
    display: block;
}

html, body {
    border: 0;
    margin: 0;
    font-size: 18px;
    height: 100%;
    font-family: 'Cousine', arial, serif;
}


.specialfont {
    font-family: 'Slackey', arial, serif;
}

h1 {
    margin: 0;
    font-size: 1.4em;
}

h2 {
     margin: 0;
    font-size: 1.2em;
}



.zeromargin {
    margin: 0;
}





/*
Main Sections
*/

#mainbody {
    height: 100%;
   padding-bottom: 120px;   /* Height of the footer */

}

#maincontainer {
    margin: 0;
    border: 0;
    background: url(/images/back2.png);
    background-repeat: repeat;
    min-height: 100%;
    position:relative;
}

#footer_div {
    position: absolute;
    bottom: 0;
    height: 120px;
    width: 100%;
    background: #666666;
}





ul {

    padding-left: 0px;
}



.zend_form {
    margin: 0;
}

#headercontainer {
    background: #3366CC;
    border-width: 0px 0px 2px 0px;
    border-color: #01688F;
    border-style: solid;
    padding-left: 10px;

}

#content {
    height: 100%;
}
/*
Fixed General Rules
*/


.inner980 {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}


img {
    border: 0;
}

h3, h2 {
    border: 0;
    margin: 0;
}

form {
    margin: 0;
}


.clear {
    clear: both;
}

.mainform {

    height: 100%;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.mainformtoptext {

    height: 100%;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.errors li {
    list-style: none;
    color: red;
    font-size: 11px;
}



/*
Page Layout Main Stuff
*/

.menucontainer {
    margin-top: 40px;
    width : 200px;
    float: left;
}

.contentcontainer {
     margin-top: 40px;
    width: 750px;
    float: right;
}

.frontbit {
    background-image: url(/images/front_slice1.png);
    background-repeat: repeat-y;
    background-position: top center;
    height: 100%;
}

.footercontent {
    color: white;
    padding: 10px 20px 5px 20px;
}

.footercontent a {
    color: white;
    text-decoration: none;
    font-size: 0.8em;
}

/*
Add Boxes
*/
.adbox160 {
    width: 160px;
    margin: 0 auto;
}

.adbox468 {
    width: 468px;
    margin: 0 auto;
}

.adbox336 {
    width: 336px;
    margin: 0 auto;
}



.roundedtop {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;

	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

.roundedbottom {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;

	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

.roundedall {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}





/*----------------------------
SPACERS
---------------------------*/

.s10 {
    height: 10px;
    line-height: 10px;
}
.s20 {
    height: 20px;
    line-height: 20px;
}
.s30 {
    height: 30px;
    line-height: 30px;
}
.s40 {
    height: 40px;
    line-height: 40px;
}

.p10 {
    padding: 10px;
}

.m10 {
    margin: 10px;
}



/*
Default Style Containers
*/

.boxstyle1 {

    padding: 10px;
    background: #f1f1f1;
    border-style: solid;
    border-color: #3333CC;
    border-width: 2px;

}

.underlined {
    border-bottom: 1px;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-style: solid;
}


.listcontainer {
    padding-top: 15px;
}

.listing_container {
       border-width: 0px 0px 1px 0px;
    border-style: dotted;
    border-color: #999999;
}

.searchband {
    background: #CCCCCC;
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-color: #999999;
}


/*
Colours
*/

.colr1 {
   color: #008000;
}
.colr2 {
   color: #FFFFFF;
}
.colr3 {
    color: #3333CC;
}

.colr_black {
    color: #000000;
}

.colr4 {
    color: #9933CC;
}
.colr5 {
    color: #999999;
}

.colr6 {
    color: #3366CC;
}

.colr7 {
    color: #777777;
}

.colr8 {
    color: #FFCC33;
}
/*
Menus
*/

.menulist {
   margin-left: 25px;
    list-style-image: url(/images/list1.png);
}
.menulist li a {
    text-decoration: none;
}


.desctext {
    margin: 2px 2px 0px 2px;
    font-size: 0.7em;
}

.bluelink {
    font-size: 1em;
    color: #3333CC;
}

.urllink {
    font-size: 0.7em;
    color: #999999;
    text-decoration: none;
}



.network {
	list-style:none;
	padding:10px 10px 0px 10px;
}
.network li{
	float:left;
	padding:0px 2px;
}



input, textarea {
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}




/*
Form Styles
*/

input, textarea, select {
    padding: 4px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
    width: 400px;
    background: #FFFFFF url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    }

textarea {
    width: 400px;
    max-width: 400px;
    height: 150px;
    line-height: 150%;
    }

input:hover, textarea:hover,
input:focus, textarea:focus, select:hover, select:focus {
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    }

.form label {
    margin-left: 10px;
    color: #999999;
    }

.submit input, select {
    width: auto;
    padding: 9px 15px;
    background: #617798;
    border: 0;
    font-size: 14px;
    color: #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }





a {
    color: #008000;
}
/* Table */
th {
    text-align: left;
}
td, th {
    padding-right: 5px;
}

/* style form */
form dt {
    padding-top: 7px;
    font-size: 13px;

    color: #9999FF;
    width: 100px;
    display: block;
    float: left;
    clear: left;
}
form dd {
    margin-left: 0;
    float: left;
}
form #submitbutton {
    margin-left: 0;
}






.thumbborder {
    border-width: 1px;
    border-color: #CCCCFF;
    border-style: solid;
}

.alertmessage {
    font-size: 1.1em;
    text-align: center;
}




.searchinput {
    padding: 5px 10px 5px 10px;
    border-width: 2px;
    border-color: #999999;
    border-style: solid;

    font-size: 1.5em;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.searchbutton {
    width: 120px;
    padding: 7px 12px 7px 12px;
    border-width: 2px;
    border-color: #999999;
    border-style: solid;

    font-size: 1.5em;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.searchinput:hover, .searchinput:focus {
     border-color: #FFCC33;
     background: #FFFFCC;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.searchbutton:hover {
    border-color: #FFCC33;
}



.frontoptionbox {

    width: 300px;
    margin: 0 auto;
    background-color: #FFFFFF;
    text-align: center;

    padding: 5px 10px 5px 10px;



    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.frontoptiontext {
    text-decoration: none;
    font-size: 1.2em;
}

.loginbox {
    width: 550px;
    margin: 0 auto;
}

.frontlists {
    list-style: none;
}

.frontlists li {
    padding-top: 3px;
    padding-bottom: 3px;

    border-width: 0px 0px 1px 0px;
    border-style: dotted;
    border-color: #999999;
}

.frontlists li:hover {
    background-color: #EFEFEF;
}


.graycontentbox {

    background-color:rgba(153,153,153,0.3);

    overflow: auto;
    border-color: #999999;
    border-width: 2px;
    border-style: solid;
    padding: 5px;
}

.frontinnerbox {
    z-index: 9;
overflow: auto;
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
    background-color: white;
    padding: 5px 15px 5px 15px;
}


.tinythumb {
    width: 60px;
    margin-right: 10px;
    vertical-align: middle;
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
}



.listlink {
    text-decoration: none;
    font-size: 0.9em;
}

.whylist {
    list-style: square;
}
.whylist li {
    padding-bottom: 3px;
    font-size: 1.2em;
}

.underlined {
    border-bottom: 1px;
    border-color: #EFEFEF;
    border-style: solid;
    padding-right: 20px;
}

.footerlist {
    margin: 0px;
    padding-right: 20px;
    list-style: none;
}

.verticalbackground {


    background: #3366CC;
    background-image: url(/images/vertical_back2.png);
    background-repeat: repeat-x;
}

.listinginfo {
    padding: 15px 10px 15px 10px;
    font-size: 0.8em;
}


.required {
    width: 200px;
}


.formline {
    width: 650px;
    margin: 0 auto;
    border-width: 1px 0px 0px 0px;
    border-style: dotted;
    border-color: #999999;
}

.formlinemessage {
    width: 650px;
    margin: 0 auto;
}
.labeldivmessage {
    float: left;
    text-align: right;
    width: 230px;
}

.inputdivmessage {

    float: right;
    width: 400px;
    vertical-align: middle;
}

.labeldiv {
    padding-top: 8px;
    float: left;
    text-align: right;
    width: 230px;
}

.inputdiv {
    
    float: right;
    width: 400px;
    vertical-align: middle;
}

.recapdiv {
    width: 440px;
    margin: 0 auto;
}

.buttondiv {
    text-align: center;
    width: 440px;
    margin: 0 auto;
}

.mainformdiv {
    width: 650px;
    margin: 0 auto;
}

.errors {
    margin: 2px;
}