body{
	background: #1e2225; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#1e2225, #2d3134); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1e2225, #2d3134); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1e2225, #2d3134); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1e2225, #2d3134); /* Standard syntax */
	font-family: sans-serif;
	font-size: 16px;
}


h3{
	margin-bottom:0px;

}

a:visited { 
    color: blue;
}

.main
{   
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 300px;
	height: 150px;
	background-color: #f3f3f3;
	padding: 35px;
	border-radius: 25px;
	}
	
.wrong{
	color:#f11000;
    text-align: center;
    margin-top: 20px;
	
}
	
.row{
	margin:0px;
	
}


.col-1{
	width:200px;
	float:left;

	
}

.entry_but{
	margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 70px;
	
}

input[type=submit] {
	padding: 15px 25px;
    background: #d6d4d4;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 6px;
}

input[type=button] {
	padding: 15px 25px;
    background: #d6d4d4;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 6px;
}

button{
    padding: 15px 25px;
    background: #d6d4d4;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 6px;
}

.container{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	padding:10px;
}

.container_forms {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    padding: 10px;
}

.header{
	text-align:center;
	padding: 5px;
	background-color: #f3f3f3;
	border-radius: 7px;
}

.header_text{
	height: 100px;
}

.logo{
	float: left;
    width:150px;
}

.menu{
	display: -webkit-box;
	list-style-type: none;
	background-color: #f3f3f3;
	margin-top: 20px;
	}
	
.menu li{
	background-color: #f3f3f3;
    padding: 0px;
	
}

.menu li a{
	background-color: #f3f3f3;
	padding: 22px;
	color:#000;
}


.menu li a:hover, .dropdown:hover .dropbtn{
	background-color: #03A9F4;
    color: #f3f3f3;
	
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 15px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}


.top_container{
	background-color: #f3f3f3;
	padding: 20px 20px;
	border-radius: 7px;
	min-height: 460px;
}


.page_title{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}



.search_form td{
	padding:10px;
}



table {
	margin-bottom: -15px;
    border-collapse: collapse;

}

.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 0px 7px 7px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.CSSTableGenerator tr:hover td{
	background-color:#ffffff;
		

}
.CSSTableGenerator td{
	vertical-align:middle;
	
	background-color:#becbd9;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
	text-align:center;
}.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 td{
		background:-o-linear-gradient(bottom, #d0deed 5%, #2d3134 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d0deed), color-stop(1, #2d3134) );
	background:-moz-linear-gradient( center top, #d0deed 5%, #2d3134 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0deed", endColorstr="#2d3134");	background: -o-linear-gradient(top,#d0deed,003f7f);

	background-color:#d0deed;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #d0deed 5%, #2d3134 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d0deed), color-stop(1, #2d3134) );
	background:-moz-linear-gradient( center top, #d0deed 5%, #2d3134 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0deed", endColorstr="#2d3134");	background: -o-linear-gradient(top,#d0deed,003f7f);

	background-color:#d0deed;
}
.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;
}



/*2os pinakas css table generator*/

.CSSTableGeneratordate {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 0px 7px 7px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.CSSTableGeneratordate table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	margin:0px;padding:0px;
}.CSSTableGeneratordate tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.CSSTableGeneratordate table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.CSSTableGeneratordate table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.CSSTableGeneratordate tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}
.CSSTableGeneratordate td{
	vertical-align:middle;
	
	background-color:#becbd9;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
	text-align:center;
}.CSSTableGeneratordate tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGeneratordate tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGeneratordate tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGeneratordate tr:first-child td{
		background:-o-linear-gradient(bottom, #d0deed 5%, #2d3134 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d0deed), color-stop(1, #2d3134) );
	background:-moz-linear-gradient( center top, #d0deed 5%, #2d3134 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0deed", endColorstr="#2d3134");	background: -o-linear-gradient(top,#d0deed,003f7f);

	background-color:#d0deed;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGeneratordate tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #d0deed 5%, #2d3134 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d0deed), color-stop(1, #2d3134) );
	background:-moz-linear-gradient( center top, #d0deed 5%, #2d3134 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0deed", endColorstr="#2d3134");	background: -o-linear-gradient(top,#d0deed,003f7f);

	background-color:#d0deed;
}
.CSSTableGeneratordate tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGeneratordate tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/* 3os pinakas table generator */
.CSSTableGeneratorAccount {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 0px 7px 7px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.CSSTableGeneratorAccount table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	margin:0px;padding:0px;
}.CSSTableGeneratorAccount tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.CSSTableGeneratorAccount table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.CSSTableGeneratorAccount table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.CSSTableGeneratorAccount tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.CSSTableGeneratorAccount tr:hover td{
	background-color:#ffffff;
		

}
.CSSTableGeneratorAccount td{
	vertical-align:middle;
	
	background-color:#becbd9;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
	text-align:left;
}.CSSTableGeneratorAccount tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGeneratorAccount tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGeneratorAccount tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
/*.CSSTableGeneratorAccount tr:first-child td{
		background:-o-linear-gradient(bottom, #d0deed 5%, #2d3134 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d0deed), color-stop(1, #2d3134) );
	background:-moz-linear-gradient( center top, #d0deed 5%, #2d3134 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0deed", endColorstr="#2d3134");	background: -o-linear-gradient(top,#d0deed,003f7f);

	background-color:#d0deed;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGeneratorAccount tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #d0deed 5%, #2d3134 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d0deed), color-stop(1, #2d3134) );
	background:-moz-linear-gradient( center top, #d0deed 5%, #2d3134 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0deed", endColorstr="#2d3134");	background: -o-linear-gradient(top,#d0deed,003f7f);

	background-color:#d0deed;
}*/
.CSSTableGeneratorAccount tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGeneratorAccount tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.CSSTableGeneratorAccount input[type=text], input[type=email] {
width:370px;
}


.trans_line{
	width:100%;
	text-align:center
}

.trans_line td{
	padding:5px;
}

.right_div{
    width: 30%;
    text-align: center;
    float: right;
}

.left_div{
    width: 65%;
    height: 380px;
    border-right: 1px solid black;
}


.copyrights{
	padding-top:10px;
	color:azure;	
	
}

.copyrights a{
	color: dodgerblue;
	
}