*{margin: 0; padding: 0; outline: 0;}
a{text-decoration: none;}

body {
	width: 1350px;
	height: auto;
	background-image:  url(../img/crosstexture.jpg);
	margin: 0 auto 20px auto;
	text-align: center;
	padding: 20px 0 30px 0;
}

.loginbox {
	position: absolute;
	width: 280px;
	text-align: center;
	background: #fff;
	margin: 20px 0 0 30px;
	padding-bottom: 10px;
	
	border-radius: 10px;
	-moz-box-shadow: 0px 2px 2px 0px; /* Firefox */
	-webkit-box-shadow: 0px 2px 2px 0px; /* Safari, Chrome */
	box-shadow: 0px 2px 2px 0px; /* CSS3 */
}

.forgetpassword_box {
	
	position: absolute;
	width: 280px;
	text-align: center;
	background: #fff;
	padding-bottom: 10px;
	
	border-radius: 10px;
	-moz-box-shadow: 0px 2px 2px 0px; /* Firefox */
	-webkit-box-shadow: 0px 2px 2px 0px; /* Safari, Chrome */
	box-shadow: 0px 2px 2px 0px; /* CSS3 */
}

	
.header {
	width: 1080px;
	background: #fc1717;
	background: -webkit-gradient(linear, left top, right bottom, from(#addde9), to(#011125));
	background: -moz-linear-gradient(left,  #addde9,  #011125);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#addde9', endColorstr='#011125');
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-left:-10px;
	padding: 5px 0 35px 0;
}

.navigation {
	position: static;
	background: #011125;
	-moz-box-shadow: 0px 2px 3px 0px; /* Firefox */
	-webkit-box-shadow: 0px 2px 3px 0px; /* Safari, Chrome */
	box-shadow: 0px 2px 3px 0px; /* CSS3 */
	width: 1090px;
	position: relative;
	margin-left:-15px;
	border-top-left-radius:5px;
}

.header_container {
	padding-top: 0px;
	width: 300px;
	height: 95px;
	padding-left: 10px;
}

.logo {
	height: 100px;
	width: 75px;
	position: absolute;
	margin-left: 110px;
}

.title {
	height: 85px;
	width: 780px;
	margin-left: 150px;
	color: white;
	text-transform: uppercase;
	text-shadow: #000 0px 0px 10px;
	font-size: 17pt;
	font-family: TimesNewRoman;
	padding-top: 30px;
	font-weight: 600;
}

.logintitle {
	width: 280px;
	height: 50px;
	margin: 0px 0px 0 0px;
	background: #047b1c;
	background: -webkit-gradient(linear, left top, right bottom, from(#addde9), to(#79bfaa));
	background: -moz-linear-gradient(left,  #addde9,  #79bfaa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#addde9', endColorstr='#79bfaa');
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.shadow {
	width: 12px;
	height: 10px;
	margin-left: -12px;
	background-image:  url(../img/shadow.png);
}

.shadow2 {
	position: absolute;
	width: 12px;
	height: 10px;
	margin-left: 1060px;
	background-image:  url(../img/shadow.png);
		
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}


.logininput {
	width: 260px;
	margin: 20px 5px;
	text-align: center;
	padding-bottom: 0px;
}

form.forgot {
	width: 260px;
	margin: 30px auto 0 auto;
}

h1.logtitle {
	color: #fff;
	text-align: center;
	padding-top: 10px; 
	font-family: TimesNewRoman;
	FONT-SIZE: 20pt;
	text-shadow: #000 0px 0px 5px;
}

input.text {
	height: 20px;
	width: 200px;
	margin-bottom: 15px;
	padding: 3px;
	font: 16px 'Lucida Grande', arial, sans-serif;
}

input.login {
	background: url(../img/icons/login_icon.png) no-repeat #011125;
	background-position:left;
	width: 80px; 
	height: 35px;
	padding-left: 10px;

	color: #fff;
	font-size: 15px;
	border: 1px solid #015401;
	font-weight: bold;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

input.login:hover {
	background-color:#1666c5;
	border:1px solid #1666c5;
	color:#ffffff;
}

input.forgot {
	border: 1px solid red;
	background:#06172b;
	width: 110px; 
	height: 30px;
	color: #fff;
	margin-top:10px;
	font-size: 10pt;
	border: 1px solid #015401;
	font-weight: bold;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

input.forgot:hover {
	background-color:#1666c5;
	border:1px solid #1666c5;
	color:#ffffff;
}

div.error {
	background: #eeeeee; 
	border: 1px solid red;
	padding: 7px; 
	color:red; 
	margin-top: 0px;
	width: 300px;
}

/*/ ANNOUNCEMENT BLOCKS /*/
.announce {
	width: 260px;
	margin: 10px auto;
}

.announce > ul {
	list-style: none;
	text-align: left;
}

.announce > ul > li {
	border-bottom: 1px dashed rgb(225, 225, 225);
	width: 240px;
	padding: 10px 5px 10px 5px;
}

.announce > ul > li > a:hover {
	color:rgb(92, 92, 92);
	text-decoration: underline;
}

.announce > ul > li > a {
	color: rgb(1, 72, 135);
}

a.viewmore {
	font-size: 14pt;
	color: rgb(1, 72, 135);
}

a.viewmore:hover {
	color: rgb(92, 92, 92);
	text-decoration: underline;
}
	
/*/ MAIN CONTENT /*/
.container {
	padding-bottom: 30px;
	min-height: 420px;
	width: 1060px;
	background:#fff;
	margin: 0px auto 0;
	z-index: -50;
	
	-moz-box-shadow: 0px 2px 5px 0px; /* Firefox */
	-webkit-box-shadow: 2px 5px 5px 0px; /* Safari, Chrome */
	box-shadow: 0px 2px 5px 0px; /* CSS3 */
}

.content {
	width: 700px;
	height: auto;
	position: relative;
	margin: 20px 0 0 330px;
	padding-bottom: 30px;
	background: #fff;
	
	border-radius: 10px;
	-moz-box-shadow: 0px 2px 2px 0px; /* Firefox */
	-webkit-box-shadow: 0px 2px 2px 0px; /* Safari, Chrome */
	box-shadow: 0px 2px 2px 0px; /* CSS3 */
}

.content_password {
	width: 700px;
	height: auto;
	position: relative;
	background: #fff;

	margin: 60px 0 0 130px;
}

.content_password td {
	font-size:15px;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
}

.content_login {
	width: 700px;
	height: auto;
	position: relative;
	background: #fff;

	margin: 60px 0 0 180px;
}

.content_login td {
	font-size:15px;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 1000px;
	height: auto;
	min-height: 470px;
	position: relative;
	margin: 20px 0 0 30px;
	padding-bottom: 30px;
	background: #fff;
	
	border-radius: 10px;
	-moz-box-shadow: 0px 2px 2px 0px; /* Firefox */
	-webkit-box-shadow: 0px 2px 2px 0px; /* Safari, Chrome */
	box-shadow: 0px 2px 2px 0px; /* CSS3 */
}

/*/ ARTICLES AND LINKS /*/
.photo {
	width: 600px;
	height: 320px;
	margin: auto;
}

login {
	text-align: left;
	width: 650px;
	margin: 0px auto;
	color:#494949;
}

article {
	text-align: left;
	width: 650px;
	margin: 0px auto;
	color:#494949;
}

article.desc {
	text-align: left;
	width: 620px;
	margin: 0px auto;
	color:#494949;
	font-size:14pt;
}

article.about {
	text-align: left;
	width: 730px;
	margin: 0px auto;
	color:#494949;
}

p.art {
	margin-top: 35px;
	border-top: 1px solid black;
	text-indent: 50px; 
	padding-top: 10px;
	font-size: 14pt;
	line-height: 25px;
}

p.art2 {
	text-indent: 50px; 
	font-size: 14pt;
	line-height: 25px;
}
	
h1.article {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid black; 
	margin-bottom: 20px;
}

h4.input {
	font-size: 10pt;
	color: #333333;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}	

#forget_password_p  a {
	color:#000
}

#forget_password_p: a hover {
	color:#666;
}

#content_login_table a{
	color:#000
}
	
#content_login_table a:hover{
	color:#666
}
	

/*/ FOOTER /*/
.footer {
	width: 330px;
	height: 20px;
	border-top: 1px solid #333333;
	margin-top: 10px;
	margin-left:50px;
	text-align: center;
	color: #333333;
	font-size: 8pt;
	padding: 0;
}

.footer2 {
	width: 330px;
	height: 20px;
	border-top: 1px solid #333333;
	margin-top: 72px;
	margin-left:50px;
	text-align: center;
	color: #333333;
	font-size: 8pt;
	padding: 0;
}

.msg {
	margin: 10px 0 0 90px;
	text-align: center;
	color:red; 
}

table.footer_container {
	padding: 10px;
	margin: 5px 0 0 0;
	/* background: #f0ffeb;
	-moz-box-shadow: 0px 0px 10px #d9e6f0; 
	-webkit-box-shadow: 0px 10px 10px #d9e6f0;
	box-shadow: 0px 0px 10px #d9e6f0; */
	font-size:8pt;
	font-family:Verdana, Geneva, sans-serif;
}

td.footer {
	margin: 0px auto;
	border-collapse: collapse;
}