html, body
{
	height: 100%;
	margin: 0px;
	width: 100%;
}
body
{
	background-color: #CCCCCC;
}
img
{
	border-width: 0px;
}
td,th,span,div,a, input, select, textarea
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*font-weight: normal;*/
}
select
{
	border: 1px solid #666699;
}
textarea
{
	border: 1px solid #666699;
}
.button
{
	border: 1px solid #666666;
}
.textbox
{
	border: 1px solid #666699;
}

a
{
	color: #0000CC;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}


#topTable
{
	height: 100%;
	width: 100%;
}

.noSpacingTable
{
	border-collapse: collapse;
}

.errMess
{
	color: #FF0000;
}


/* ========= index.php ======================================= */

#centerTable
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 400px;
}
#centerTopTd
{
	background-image: url('../images/webmail.doosen.com.jpg');
	background-repeat: no-repeat;
	height: 75px;
	width: 400px;
}
#centerBannerTd
{
	background-image: url('../images/blue_wave.jpg');
	background-repeat: no-repeat;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 30px;
	width: 400px;
}

#doosenImgLink
{
	text-align: right; 
	font-size: 20px; 
	font-weight: bold; 
	padding-top: 5px; 
	padding-bottom: 3px;
}
#webmail
{
	text-align: left; 
	font-size: 23px; 
	padding-left: 10px; 
	/*border-bottom: 1px solid #cccccc;*/
}
#version
{
	text-align: center; 
	font-size: 9px; 
	/*border-bottom: 1px solid #cccccc;*/
}
#headingTable
{
	background-image: url('../images/grey_wave.jpg');
	background-repeat: repeat-y/*no-repeat*/;
	height: 45px;
}
#poweredById
{
	background-color: #eeeeee; 
	border-bottom: 1px solid #cccccc;
	color: #bbbbbb; 
	font-size: 9px; 
	text-align: right;
}
#copyrightTd
{
	border-top: 1px solid #cccccc; 
	padding-bottom: 10px;
	padding-top: 10px; 
	text-align: center; 

	background-image: url('../images/grey_wave.jpg');
	background-repeat: repeat-y/*no-repeat*/;
}
/* ====== // index.php ======================================= */


/* ========= inbox.php ======================================= */
#centerTableBig
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-collapse: collapse;
	margin-top: 30px;
	width: 800px;
}
#centerBannerTdBig
{
	background-image: url('../images/blue_wave_wide.jpg');
	background-repeat: repeat-x;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 5px;
	width: 800px;
}
/* ====== // inbox.php ======================================= */


/* ========= showmail.php ==================================== */
#headingTableBig
{
	background-image: url('../images/grey_wave_wide.jpg');
	background-repeat: repeat-y/*no-repeat*/;
	height: 45px;
}
#copyrightTdBig
{
	border-top: 1px solid #cccccc; 
	padding-bottom: 10px;
	padding-top: 10px; 
	text-align: center; 

	background-image: url('../images/grey_wave_wide.jpg');
	background-repeat: repeat-y/*no-repeat*/;
}
/* ====== // showmail.php ==================================== */

.red
{
	color: #FF0000;
}