@charset "utf-8";
/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
background: #333 url(http://www.jaileadesign.com.au/images/JD333_background.jpg) repeat;
}

#drop_bg {
width: 940px;
background: url(http://www.jaileadesign.com.au/cms/images/drop_bg.png) repeat-y;
margin: auto !important;
}

/*Main Page Setting__________________________________________________________*/
td,tr,p,div {
        font-family:      Verdana, Geneva, Arial, Helvetica, serif;
        font-size:        10px;
        color:            #515252;
        }

h1 {
        font-family      : Verdana, Arial, Helvetica, sans-serif;
        font-size        : 22px;
        font-weight      : bold;
        color            : #403b38;
        text-align       : left;

        }
h2 {
        color:            #6D736F;
        font-family:      Verdana, Geneva, Arial, Helvetica, serif;
        font-size:        14px;

        }

h3 {
        color:            #6D736F;
        font-family:      Verdana, Geneva, Arial, Helvetica, serif;
        font-size:        14px;
		font-weight:      bold;
        }


h4 {
        color:            #6D736F;
        font-family:      Verdana, Geneva, Arial, Helvetica, serif;
        font-size:        16px;
		font-weight:      bold;
        }

h5 {
        color:            #6D736F; 
		font-family:      Verdana, Geneva, Arial, Helvetica, serif;
        font-size:        14px; 
		font-weight:      bold;
        }

h6 {
        color:            #6D736F; 
		font-family:      Verdana, Geneva, Arial, Helvetica, serif;
        font-size:        12px; 
		font-weight:      bold;
        }
		  


/*Active Links________________________________________________________________*/
a:link, a:visited {
        font-size:        12px; 
	     color:            #515252; 
	     font-family:      Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
	     text-decoration:  underline;
}

a:hover {
        color:            #6b4423;        
		text-decoration:  underline;
}
		

/*Main Menu Links______________________________________________________________*/

a.mainlevel  {
        font-family      : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
        text-align       : center;
        display          : block;
        line-height      : 22px;
        height			 : 20px;
        font-size        : 11px;
        color			 : #cfcfcf;
        width            : auto;
        text-decoration	 : none;
}

a.mainlevel:link, a.mainlevel:visited {
        font-family      : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
        text-align       : center;
        display          : block;
        font-size        : 11px;
        font-weight      : bold;
        padding          : 0px 0px 0px 0px;
        color			 : #515252;
        width            : auto;
        text-decoration	 : none;
}

a.mainlevel:hover {
        text-align       : center;
        display          : block;
        font-size        : 11px;
        font-weight      : bold;
        text-decoration  : underline;
}

a.sublevel:hover {
        color            : #666666; 
        text-decoration  : none;
}

a.sublevel:link, a.sublevel:visited {
        color            : #333333;
		font-family      : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
        font-weight      : normal;
}

/* Module Tables_________________________________________________________________________________ */
table.moduletable {
	text-decoration  : none;
	}

/*Module Headers*/
table.moduletable th {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 15px;
	font-weight      : bold;
	color            : #515252;
	height           : 34px;
	line-height      : 22px;
	width            : 186px;
	background-image : url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	}

/*Module Text*/	
table.moduletable td {
	font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size        : 12px;
	font-weight      : normal;
	color            : #515252;
	/*padding          : 1px 1px 1px 5px;*/
	
	}

/*Content__________________________________________________________________________*/
  
.contentpane {
        font-weight      : normal;


}

.contentpaneopen {
        font-weight      : normal;

}

.contentheading, .componentheading {
        font-family      : Verdana, Arial, Helvetica, sans-serif;
        font-size        : 22px;
        font-weight      : bold;
        color            : #403b38;
        text-align       : left;
}

.createdate {
        font-family      : Arial, Helvetica, sans-serif;
        font-size        : 10px;
        color            : #999999;
        text-align       : left;
}


/* Form Styles_______________________________________________________________________ */
.button {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-style       : normal;
	font-weight      : bold;
	font-size        : 13px;
	text-align       : center;
	color            : #282828;
	border-style     : solid;
	border-top-width : 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	}

.inputbox {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 13px;
	font-weight      : bold;
	color            : #282828;
	background       : #dedede;
	/*border           : 1px thin;*/
	border-width     : 1px;
	
	}