﻿body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #061C37;
	background: #1c478e;
	background-image:url(../images/wood-tile.jpg);
	background-repeat:repeat;
}

*{
	margin: 0 auto 0 auto;
	text-align:left;
}

table,tr,td,th{
	margin:0 !important;
}

table{
	padding:10px 0 10px 0;
}

th{
	text-align:center;
}

td{
	padding:5px 20px 5px 20px;
}

label{
	display:inline-block;
	width:150px;
}

input{
	margin:0 5px 0 5px;
}

h2{
	padding-bottom:10px;
}

h3{
	font-size:16px;
	font-weight:bold;
	padding:10px 0 10px 0;
	color:#054dbc;
}

h4{
	font-size:15px;
	font-weight:bold;
	padding-bottom:0px;
	color:#000000;
}

p{
	margin:10px 0px 10px 0;
}
p2{
	margin:0 00 0 30px;
}

#container{
	width: 980px;
}


#header{
	height:65px;
	width:980px;	
}

#script{
	height:53px;
	width:980px;	
}

#header h1{
  float:left;
  padding:10px 0 0 20px;
	text-align:left;
	color:#FFFFFF;
	font-size:55px;
	color:#FFF;	

}

#script h2{
	float:left;
	padding:0 0 0 20px;
	text-align:left;
	color:#FFFFFF;
	font-size:18px;
	
}
#picture h2{
	float:center;
	padding:0 0 0 20px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	
}
#menu{
	margin-top:5px;
	margin-bottom:0px;
	width:984px;
	height:40px;
	float:left;
	background-image:url(../images/bird.jpg);
	background-color:#939282;
	border-radius:20px 20px 0 0;
	padding:0px 0px 0px 0px;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin-left:auto;
	width:980px;
}

#menu li {
	list-style: none;
	padding: 0px;	
	display: inline; 
	
}

#menu a {
	float: left;
	height: 36px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-top: 10px;
	font-size: 20px;
	padding-left:20px;
	padding-right:13px;
	
}

#menu a:hover{
	color:#e8770d;
}


.black-text{
	color:#000000;
}
.white-text{
	color:#8B2912;
}
.picture {
	border: 2px solid #000000
}
#leftmenu{
	margin-top:15px;
	width:190px;
	float:left;
	background-color:#1C478E;
	border-radius:10px;
	padding:15px 20px 5px 10px;
}

#leftmenu ul{
	list-style: none;
	padding: 0px;
	width:204px;
}


#leftmenu h3{
	list-style: none;
	padding: 0px;
	color:#FFFFFF;
	padding-bottom:7px;
	border-bottom:2px solid #fff;
}

#leftmenu ul li{
	list-style: none;
	padding:15px 0 8px 0;
	border-bottom:#fff dashed 1px;
	
}

#leftmenu ul li a, #leftmenu ul li a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

#leftmenu ul li a:hover{
	color:#87BCF8;
	
	
}

#content{
	display:block;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:956px;
	height:auto;
	background:#fff;
	padding:10px;
	border-radius:0 0 10px 10px;
	border:4px solid #5b3b1c;
	
}

#content img.float{
	float:right;
	margin:15px;
	border-radius:15px 15px 15px 15px;
}

.latest ul{
	margin:0;
	padding:0;
	list-style:none;
}

.latest .developer{
	float:right;
	width:170px;
}

.latest .developer ul{
	margin-bottom:10px;
}

.latest .developer ul li{
	line-height:1.5em;
}

#footer{
	width:inherit;
	height:auto;
}

#footer h3 a,#footer h3 a:visited{
	display:inline;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	color:#7198E1;
}

.blue-background{
	background:#2658a9;
	padding:5px;
	color:#fff;
}
ti{
	text-indent:50px;
	}

table.dev-table,table.dev-table tr,table.dev-table td,table.dev-table th{
	font-size:110%;
	border-bottom:1px dashed #000;
}
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:500px;
	height:auto;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.CSSTableGenerator tr:hover td{
	background-color:#ffffff;
		

}
.CSSTableGenerator td{
	vertical-align:top;
	
	background-color:#ffffff;

	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:4px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");	background: -o-linear-gradient(top,#ffffff,ffffff);

	background-color:#ffffff;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
td.second {
   text-align: right;
}
td.third {
   text-align: left;
}
td.middle {
   text-align: center;
}


.CSSTableGeneratorP {
	margin:0px;padding:0px;
	width:auto;
	height:auto;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGeneratorP table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.CSSTableGeneratorP tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGeneratorP table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGeneratorP table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
.CSSTableGeneratorP tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.CSSTableGeneratorP tr:hover td{
	background-color:#ffffff;
		

}
.CSSTableGeneratorP td{
	vertical-align:top;
	
	background-color:#ffffff;

	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:4px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.CSSTableGeneratorP tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.CSSTableGeneratorP tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGeneratorP tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}


.CSSTableGeneratorP tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");	background: -o-linear-gradient(top,#ffffff,ffffff);

	background-color:#ffffff;
}
.CSSTableGeneratorP tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGeneratorP tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
#links{
	display:block;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:956px;
	height:auto;
	background:#fff;
	padding:10px;
	border-radius:0 0 10px 10px;
	border:4px solid #5b3b1c;
	
}

#links img.float{
	float:right;
	margin:15px;
	border-radius:15px 15px 15px 15px;
}
#article{
	display:block;
	float:left;
	margin-top:10px;
	margin-left:0px;
	margin-bottom:10px;
	width:800px;
	height:auto;
	background:#fff;
	padding:10px;
	border-radius:0 0 10px 10px;
	
	}