/* Controls the page background colors and margings */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	BACKGROUND-COLOR: #f2fbfd;
	MARGIN: 0px;
}

/* The Guest book welcome message */
.MainTitle{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
}

/* The main table in Guest book page which contatin the whole contents of page */
.MainTable {
	background-image:url(images/BodyBG.jpg);
	background-repeat:repeat-y;
	width:760px;
	}
	
/* The Side Panal Roleover Buttons*/
#HomeBtn{
	margin-left:3px;	
	width:200px;
	height:53px;
}
#BuyBtn{
	margin-left:3px;	
	width:200px;
	height:53px;
}
#ContactBtn{
	margin-left:3px;	
	width:200px;
	height:53px;
}

/* The font format for the sub titles in post table */
.DateTimeEmail {
	PADDING-BOTTOM: 8px; PADDING-LEFT: 8px; PADDING-RIGHT: 8px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND: url(http://192.168.1.8/gblus_Demo/guestbook/cp/images/HeaderBg.jpg); COLOR: #07657c; FONT-SIZE: 12px; FONT-WEIGHT: bold; PADDING-TOP: 8px;
}

/* The font format for the message in the post table */
.Message {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
}

/* The main links in the Guest book page */
a:link {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #07657c;
}
a:active {
	color: #003366;
}

/* The font format for the titles in the post table */
.TitleNamePost {FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; FONT-SIZE: 12px; FONT-WEIGHT: bold; }


/* The format of the message table */
.PostTabel {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid;
}
/* The format of the Rows conatin the bg color and font dormat for the copyright */
#RowBg{
	background-color:#f5fdfd;
}

/* The format of the footer conatin the bg color and font dormat for the copyright */
.Fotter{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	background-image:url(http://websitekit.us/demo/cp/images/Footer.jpg);
	height:28px;
}


/* The table in sign in page which contatin the form of signing in */
.SigninTable {
    BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #f5fdfd; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid;
}

/* The main table in sign in page which contatin the whole contents of page */
.Table {
    background-image:url(http://websitekit.us/demo/cp/images/BodyBG.jpg);
	background-repeat:repeat-y;
	width:760px;
	}

.signinfont {
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; FONT-SIZE: 11px; FONT-WEIGHT: normal;
}

.textarea {
	BORDER-BOTTOM: #666666 1px solid; BORDER-LEFT: #666666 1px solid; WIDTH: 150px; FONT: 11px Verdana, Arial, Helvetica, sans-serif; HEIGHT: 13px; COLOR: #000000; BORDER-TOP: #666666 1px solid; BORDER-RIGHT: #666666 1px solid;
}
	
	.textarea2 {
	BORDER-BOTTOM: #666666 1px solid; BORDER-LEFT: #666666 1px solid; FONT: 11px Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; BORDER-TOP: #666666 1px solid; BORDER-RIGHT: #666666 1px solid;
	}
	.button{
	BORDER-BOTTOM: #666666 1px solid; BORDER-LEFT: #666666 1px solid; WIDTH: 75px; FONT: 11px Verdana, Arial, Helvetica, sans-serif; BACKGROUND: url(../head2.gif); HEIGHT: 18px; COLOR: #000000; BORDER-TOP: #666666 1px solid; BORDER-RIGHT: #666666 1px solid;
	}
#slogan{
font-family:Verdana, Geneva, sans-serif; color:#0a515f; font-size:12px; background-color: #b7e1f7; width: 530px; border-style:solid; border-width:thin; border-color:#6fc6f4;
}