﻿
.inputlogin
{
	background: url(       "img_assets/login_txtarea.png" ) no-repeat 0px 0px;
	width: 172px;
	height: 20px;
	border: 0px;
	padding: 4px 0 0 4px;
	margin: 0 0 0 0;
	font-size: 14px;
}
.inputlogin:hover
{
	background: url(       "img_assets/login_txtarea.png" ) no-repeat 0px -25px;
	border: 0px;
}

.inputtopsearch
{
	border-color: #aaaaaa;
	border: 1px;
	background-color: #fefbd2;
	color: #000080; /*background: url(     "img_assets/search_txtarea.png" ) no-repeat 0px 0px;*/
	width: 180px;
	height: 22px;
	line-height: 22px;
	padding: 4px 5px 0 5px;
	margin: 0;
}
.inputtopsearch:hover
{
	/*background: url(     "img_assets/search_txtarea.png" ) no-repeat 0px -28px; */
	border: 1px;
}

.checkboxrememberme
{
	background-color: Transparent;
	color: #000;
}

.checkboxlist, .checkboxlist li
{
	background-color: Transparent;
	color: #000;
	padding: 0;
}

.buttonlogin
{
	background: url(       "img_assets/login_btn.png" ) 0px 0px;
	width: 92px;
	height: 31px;
	border: 0px;
	float: left;
	margin-right: 3px;
	margin-top: 0px;
}
.buttonlogin:hover
{
	background: url(       "img_assets/login_btn.png" ) 0px -31px;
}
.buttonlogin:active
{
	background: url(       "img_assets/login_btn.png" ) 0px -62px;
}

.buttontopsearch
{
	background: url(       "img_assets/search_top.png" );
	width: 36px;
	height: 30px;
	border: 0px;
}

.button2style
{
	background: url(       "img_assets/login_btn.png" ) 0px 0px;
	width: 92px;
	height: 31px;
	border: 0px;
	float: left;
	margin-right: 3px;
	margin-top: 0px;
}
.button2style:hover
{
	background: url(       "img_assets/login_btn.png" ) 0px -31px;
}

/* ////////////////////////////////////////////////////////////////////////////////////////*/
.buttonstyle
{
	background: url(       "img_assets/bg_button1.png" ) repeat-x top left;
	padding: 0 5px; /*min-width: 80px;	*/
	height: 22px;
	line-height: 22px;
	color: #fff;
	border: solid 1px #277a2e;
}
.buttonstyle:hover
{
	/*background: url(     "img_assets/bg_button2.png" ) repeat-x top left;  */
}
/* ////////////////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////// begin services.aspx page /////////////////////////*/
.leftlistbackground
{
	width: 305px;
	height: 169px;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 10px 0px;
	background: url(    "img_assets/services_list_left.png" ) top left no-repeat;
	vertical-align: top;
	text-align: left;
}

.rightlistbackground
{
	width: 315px;
	height: 169px;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 10px 0px;
	background: url(    "img_assets/services_list_right.png" ) top left no-repeat;
	vertical-align: top;
	text-align: left;
}

/*//////////////////////////////////// end services.aspx page  /////////////////////////*/

.list_members
{
	width: 600px;
	height: 117px;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px 5px 10px;
	background: url(                 "img_assets/member_bg.jpg" ) repeat-x;
}

/*//////////////////////////////////// asp:Label /////////////////////////*/

.boldlabel
{
	color: #777;
	font-weight: bold;
}

.description
{
	text-align: justify;
}


.welcometext
{
}

/*//////////////////////////////////// asp:HyperLink /////////////////////////*/

.blocklink
{
	display: block;
	padding: 4px 0px;
	margin: 2px 0;
}

.arrowblocklink
{
	display: block;
	padding: 0 0px 0 18px;
	margin: 5px 0 10px 2px;
	background: url(img_assets/arrow-more.gif) top left no-repeat;
}

.readmorelink
{ 
	padding: 0 0px 0 18px;
	margin: 4px 0 4px 2px;
	background: url(img_assets/arrow-more.gif) top left no-repeat;
} 

.logoutlink
{
	font-size: 14px;
}

.articleheaderlink
{
	display: block;
	padding: 0 0 5px 0;
	font-size: 12px;
}

a.homefeaturelink, a.homefeaturelink:over
{
	/*display: block;*/
	padding: 0;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

/*//////////////////////////////////// asp:LinkButton /////////////////////////*/
 
.edit_item
{ 
	height: 30px; 
	text-decoration: none; 
	margin: 5px 5px 15px 5px;
	padding: 5px 5px 5px 25px;
	background: url(img_assets/icon_edit.gif) top left no-repeat;
}

.save_item
{ 
	height: 30px; 
	text-decoration: none; 
	margin: 5px 5px 15px 5px;
	padding: 5px 5px 5px 25px;
	background: url(img_assets/icon_save.gif) top left no-repeat;
}

.cancel_item
{ 
	height: 30px; 
	text-decoration: none; 
	margin: 5px 5px 15px 5px;
	padding: 5px 5px 5px 25px;
	background: url(img_assets/icon_cancel.gif) top left no-repeat;
}

/*//////////////////////////////////// asp:GridView /////////////////////////*/

.gvwpagerstyle
{
	padding: 10px;
	margin: 10px 0 0 0;
	font-size: 14px;
}

.gvwpagerstyle a
{
	display: block;
	background-color: #aaa;
	padding: 3px 6px;
	margin: 0 3px;
	color: #fff;
}

.gvwpagerstyle a:hover
{
}
