/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	background-image: url( "../images/background.jpg" );
}

.roundborder
{
	background-image: url( "../images/form.gif" );
	background-repeat: no-repeat;
}

.login
{
	background-image: url( "../images/login.gif" );
	background-repeat: no-repeat;
}

.smartphone
{
		background-image: url( "../images/smartphone.gif" );
	background-repeat: no-repeat;
	width: 440px;
	height: 800px;
	vertical-align:top;
}
.mdiv
{
	height:1300px;
	width:300px;
	position:relative;
		top:2px;
		padding: 0px;
		

	background-color:White;
	text-align:center;
}
.register
{
	background-image: url( "../images/register.gif" );
	background-repeat: no-repeat;
}

.MainPanel
{
	width: 640px;
	background-color: White;
	border: 1px solid gray;
	position: relative;
}

a
{
	color: Navy;
}

td
{
	font-family: Verdana;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
}

.frontpageddl
{
	font-family: Verdana;
	font-size: 11px;
	width: 163px;
}

.text
{
	font-family: Verdana;
	font-size: 11px;
}

.whitetext
{
	font-family: Verdana;
	font-size: 11px;
	color: White;
}
.tdheader
{
	font-family: Verdana;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	border: 1px solid silver;
	background-color: Black;
	color: White;
}

.oblong
{
	background-image: url( '../images/search.gif' );
	background-position:center;
	background-repeat: no-repeat;
	text-align: center;
	height:200px;
}
.oblongmain
{
	background-image: url( '../images/search.gif' );
	background-position:top;
	background-repeat: no-repeat;
	text-align: center;
	height:200px;
}



.youtubemobilediv
{
	position: absolute;
	top: 20px;
	left: 30px;
	visibility: hidden;
	background-color: white;
	width: 295px;
	height: 330px;
	border: 1px solid black;
	z-index: 999;
	
}

.youtubediv
{
	position: absolute;
	top: 20px;
	left: 30px;
	visibility: hidden;
	background: white;
	width: 430px;
	height: 350px;
	border: 1px solid black;
	z-index: 999;
	
}
.youtube
{
	font-family: Verdana;
	font-size: 11px;
 background-color:Transparent;
 padding: 3px 3px 3px 3px;
}
.tdbodyodd
{
	font-family: Verdana;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	background-color: White;
	background-image: url( '../images/odd.gif' );
}

.tdbodyeven
{
	font-family: Verdana;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	background-image: url( '../images/even.gif' );
	
	
}


.tdbodytoday
{
	font-family: Verdana;
	font-size: 11px;
	color: White;
	padding: 5px 5px 5px 5px;
	border-bottom: 2px solid silver;
	border-right: 1px solid silver;
	background-image: url( '../images/title.gif' );
	font-weight: bold;
}

input
{
	font-family: Verdana;
	font-size: 11px;
}

textarea
{
	font-family: Verdana;
	font-size: 11px;
}

.rightbold
{
	text-align: right;
	font-weight: bold;
}

.smalltext
{
	font-size: 9px;
}
.PostPanel
{
	border: 1px solid silver;
	background-color: #ccffff;
	position: absolute;
	top: 50px;
	left: 100px;
	height: 400px;
	width: 520px;
	padding: 4px 4px 4px 4px;
}
.CreatePost
{
	color: black;
	background-color: White;
	border: 1px solid gray;
	font-weight: bold;
	height: 40px;
	width: 200px;
}

.button
{
	color: black;
	background-color: White;
	border: 1px solid silver;
	font-weight: normal;
	height: 20px;
}



.ErrorClass
{
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: Red;
}

.taillight
{
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	background-image: url( "../images/blur.jpg" );
}
