/*-- Import CSS --*/
@import "admin.css";
@import "menu.css";

/*========================================================*/
/*  Default CSS                                           */
/*========================================================*/

/* ======= HTML BODY CSS  =======*/
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#FFFFFF;
}



/*-- textfield --*/
.textfield {
	background-color: #FFFFFF;
	border-top: 2px solid #646464;
	border-right: 2px solid #D9D9D9;
	border-bottom: 2px solid #D9D9D9;
	border-left: 2px solid #646464;
	width: 442px;
	height: 22px;
	padding-left: 4px;
	padding-top: 3px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #171717;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
}

/*------------------------  End  -------------------------*/



/*========================================================*/
/* Search Button                                          */
/*========================================================*/

/*-- SearchButton --*/
.SearchButton {
	background-color: #E9E9E9;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 55px;
	height: 19px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #666666;
	FONT-FAMILY: Tahoma;
	text-align: center;
	text-decoration: none;
}

/*------------------------  End  -------------------------*/



/*========================================================*/
/*  Text For Contents                                     */
/*========================================================*/


/* --text_grey-- */
.text_grey, A.text_grey, A.text_grey:link, A.text_grey:visited, A.text_grey:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #616161;
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:1.5;
}
a.text_grey:hover {
	text-decoration: underline;
}


/* --text_grey2-- */
.text_grey2, A.text_grey2, A.text_grey2:link, A.text_grey2:visited, A.text_grey2:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #404040;
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:1.5;
}
a.text_grey2:hover {
	text-decoration: underline;
}



/* --text_black-- */
.text_black, A.text_black, A.text_black:link, A.text_black:visited, A.text_black:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:1.5;
}
a.text_black:hover {
	text-decoration: underline;
}



/* --text_blue-- */
.text_blue, A.text_blue, A.text_blue:link, A.text_blue:visited, A.text_blue:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #07B4F4;
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:1.5;
}
a.text_blue:hover {
	text-decoration: underline;
}


/* -- READ MORE -- */
.readmore1, a.readmore1  {
	FONT-WEIGHT:normal;
	FONT-SIZE: 12px;
	COLOR: #2A398F;
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height:1.5;
	background:url(images/bullet.gif) left 5px no-repeat;
	padding:0 0 0 15px;
}
a.readmore1:hover {
	text-decoration: underline;
}

/* -- READ MORE -- */
.readmore2, a.readmore2  {
	FONT-WEIGHT:normal;
	FONT-SIZE: 12px;
	COLOR: #2A398F;
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:1.5;
}
a.readmore2:hover {
	text-decoration: underline;
}


/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Headings CSS                                          */
/*========================================================*/

H1 { FONT-WEIGHT: normal; FONT-SIZE: 24px; COLOR: #7B671D; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0; margin:0; }
H2 { FONT-WEIGHT: bold;   FONT-SIZE: 12px; COLOR: #616161; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0; margin:0; }
H3 { FONT-WEIGHT: bold;   FONT-SIZE: 14px; COLOR: #000000; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0; margin:0; }
H4 { FONT-WEIGHT: normal; FONT-SIZE: 24px; COLOR: #7B671D; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0; margin:0; }
H5 { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #7B671D; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0; margin:0; }

/*------------------------  End  -------------------------*/



/*========================================================*/
/*  Padding CSS                                           */
/*========================================================*/

.pad_left     	{ padding:0 0 0 40px; }
.pad_right    	{ padding:0 40px 0 0; }

.padBrd_left    { padding:0 0 0 40px; border-left:3px solid #f7f4ee; }
.padBrd_mid     { padding:0 40px; }
.padBrd_right   { padding:0 40px 0 0; border-right:3px solid #f7f4ee; }


/*------------------------  End  -------------------------*/

form { padding:0; margin:0; background:none; }



.tableform { padding:5px; }
.tableform td { padding:5px; }

.formtable { padding:5px 5px 5px 5px; width:500px; }
.formtable td { padding:5px 5px 5px 5px; }

.formtable2 { padding:2px 2px 2px 2px; width:180px; }
.formtable2 td { padding:2px 2px 2px 2px; }


.clr{clear:both;}