/**
 *	BANNER
 */
#banner{
	margin:20px;
	padding-bottom:10px;
	text-align:left;
}
#banner *{
	color:#232121;
	font-family:Georgia, Palatino, Times New Roman;
	font-size:30px;
	font-style:normal;
	font-weight:400;
	margin:0;padding:0;
}
#banner h1{
	display:block;
	float:left;
}
#banner h1 em{
	color:#669933;
}
#banner h2{
	float:right;
	font-size:12px;
	margin:10px 10px -10px -10px;
}
#banner h3{
	clear:both;display:block;
	font-size:12px;
	margin-top:-20px;
}
#banner img{
	border:0px;
}
#banner a{
	display:inline;
	font-size:12px;
	margin:5px 0 0;
	padding:10px 0 0;
	width:auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
/**
 * HTML TAG
 */
div .code {
	font-family: "Courier New", Courier, monospace;
	background-image: url(../images/CodeBlock.png);
	background-repeat: repeat-y;
	padding-left: 15px;
	background-color: #FFFFCC;
	font-size: 12px;
}
/**
 * HTML TAG
 */
h1{
	font-size:large;
	font-weight:400;
	margin:0;
}
h2{
	color:#333;
	font-size:small;
	font-weight:400;
	margin:0;
}
body, div, h1{
	font-family:'trebuchet ms', verdana, arial;
	margin:0;
	padding:0;
}
/**
 * PLUGIN INFO
 **/
.plugin-info li {
	list-style:none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left;
}
/**
 *	MAIN
 */
#main{
	margin:0 20px 20px;
	padding:0 15px 15px 0;
}
#main h1{
	border-bottom:1px solid #CDCDCD;
	display:block;
	margin-top:20px;
	padding:10px 0 2px;
}

/**
 *	DEMO
 */
.demo {
	border: 1px solid #666666;

}
.demo th {
	background-image: url(../images/table_th.png);
	line-height: 26px;
	height: 26px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.demo td{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding: 10px;
}
/**
 *	TABLEPAGER
 */
.tablepager {
	border: 1px solid #666666;
	width: 100%;

}
.tablepager thead th {
	background-image: url(../images/tablepager_th.gif);
	line-height: 32px;
	height: 32px;
}
.tablepager tbody td{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
/**
 *	BIGBUTTON
 */
 .download a{
	width: 150px;
	font-size: xx-large;
	display: inline;
	background-image: url(../images/download.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	color: #000000;
	text-decoration: none;
 }
 .download a:hover {
	width: 150px;
	font-size: xx-large;
	display: inline;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	background-image: url(../images/download-hover.png);
	text-decoration: none;
 }
