/*-- 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-color: #FFFFFF;
}

/*========================================================*/
/* Backgrounds                                            */
/*========================================================*/

.bgmain		{ background: url(bg-main.gif) center top repeat-x #FFFFFF; height:159px; }
.logopad	{ padding:0 0 0 26px; }

.loginL	{ background:url(login-l.gif) left top no-repeat; width:10px; height:35px; }
.loginM	{ background:url(login-m.gif) left top repeat-x; height:35px; line-height:35px; padding:0 5px; }
.loginR	{ background:url(login-r.gif) left top no-repeat; width:10px; height:35px; }

.bgsearch	{ background: url(bg-search.gif) right center no-repeat; width:350px; height:19px; padding:0; FONT-WEIGHT:normal; FONT-SIZE:11px; COLOR:#797979; FONT-FAMILY:Arial, Tahoma, Verdana; }

.paddingLR	{ padding:0 7px; }

.menuL	{ background:url(menu-l.gif) left top no-repeat; width:21px; height:37px; }
.menuM	{ background:url(menu-m.gif) left top repeat-x; height:21px; vertical-align:middle; }
.menuR	{ background:url(menu-r.gif) left top no-repeat; width:21px; height:37px; }

.bg_breadcrumb	{ background:#F0F0F0; border:1px solid #D7D7D7; height:26px; vertical-align:middle; }

.bg_links	{ background:#29272A; height:34px; vertical-align:middle; padding:0 10px; }

.copyrightL	{ background:url(copyrightL.gif) left top no-repeat; width:13px; height:47px; }
.copyrightM	{ background:url(copyrightM.gif) left top repeat-x; width:218px; height:47px; vertical-align:middle; }
.copyrightR	{ background:url(copyrightR.gif) left top no-repeat; width:13px; height:47px; }

.linksL	{ background:url(linksL.gif) left top no-repeat; width:15px; height:47px; }
.linksM	{ background:url(linksM.gif) left top no-repeat #E7E7E7; height:47px; vertical-align:middle; }
.linksR	{ background:url(linksR.gif) left top no-repeat; width:15px; height:47px; }



.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 {
	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                                     */
/*========================================================*/

.youare  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #5A5A5A;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
}

.textgrey, a.textgrey  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #949494;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textgrey:hover {
	text-decoration: underline;
}

.textgreyd, a.textgreyd  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #7C7C7C;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textgreyd:hover {
	text-decoration: underline;
}


.textblack, a.textblack  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.3;
}
a.textblack:hover {
	text-decoration: underline;
}


.textblue, a.textblue  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #4B5F7D;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textblue:hover {
	text-decoration: underline;
}


.textskyblue, a.textskyblue  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #47A8A6;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textskyblue:hover {
	text-decoration: underline;
}


.textred, a.textred  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #C90101;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textred:hover {
	text-decoration: underline;
}


.textyellow, a.textyellow  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FF9600;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textyellow:hover {
	text-decoration: underline;
}


.readmore, a.readmore  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FF9600;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
	background:url(bullet.gif) left 4px no-repeat;
	padding:0 0 0 12px;
}
a.readmore:hover {
	text-decoration: underline;
	background:url(bullet.gif) left 4px no-repeat;
}


/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Headings CSS                                          */
/*========================================================*/


.H1, A.H1, A.H1:link, A.H1:visited, A.H1:active  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #C94C03;
	FONT-FAMILY: Arial;
	text-decoration: none;
	line-height:normal;
}
a.H1:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #C94C03;
	FONT-FAMILY: Arial;
	text-decoration: underline;
	line-height:normal;
}


.H2, A.H2, A.H2:link, A.H2:visited, A.H2:active  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #757A7E;
	FONT-FAMILY: Arial;
	text-decoration: none;
	line-height:normal;
}
a.H2:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #757A7E;
	FONT-FAMILY: Arial;
	text-decoration: underline;
	line-height:normal;
}


.H3, A.H3, A.H3:link, A.H3:visited, A.H3:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #C94C06;
	font-family: Trebuchet MS;
	text-transform:uppercase;
	text-decoration: none;
	line-height:normal;
}
a.H3:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #C94C06;
	font-family: Trebuchet MS;
	text-transform:uppercase;
	text-decoration: underline;
	line-height:normal;
}


.H4, A.H4, A.H4:link, A.H4:visited, A.H4:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 18px;
	COLOR: #0764C1;
	font-family: Trebuchet MS;
	text-decoration: none;
	line-height:normal;
}
a.H4:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 18px;
	COLOR: #0764C1;
	font-family: Trebuchet MS;
	text-decoration: underline;
	line-height:normal;
}


/*------------------------  End  -------------------------*/



/*========================================================*/
/*  Padding CSS                                           */
/*========================================================*/

.pad_topright {
	padding:0 0 0 18px;
}

.pad_left {
	padding:0 0 0 28px;
}

.pad_right {
	padding:0 28px 0 0;
}

/*------------------------  End  -------------------------*/















