/*
	Author	:	B.K. Rho
	Email	:	rho@dynasig.com
	Website	:	http://www.dynasig.com/
	
	(T B L R)
	background:#b484da;
*/

/* General *****************************************************************************************/
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}

a {
	color:#0082C8;  /*#0000FF;*/
	text-decoration:underline;
}

a:hover {
	color:#b484da;
	text-decoration:underline;
}

blockquote {
	background:#f1f1f1;
	border-left:2px solid #7534aa;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* Basic Text *****************************************************************************************/	
.default	{ 
	color:#1A1A1A;
	font-family:"arial";
	font-size:12px; 
	line-height:17px;
	}
.default a { 
	color:#0082C8;  /*0000FF*/
	text-decoration: underline;
	}
.default a:hover { 
	color:#b484da;
	text-decoration: underline;
	}	
	
/* body *****************************************************************************************/
body {
	/*background-image: url(image/bg.jpg);*/
	/*background-color:#ffffff;*/
	/*background-repeat: repeat-x;*/
	height:100%;
	width:100%;
	position:absolute;
}

/* page *****************************************************************************************/
div.pageN{
	background-color:#fff;
	margin:0 auto;
	position:static;
	/*float:center;*/
	width:980px;
	color:#1A1A1A;
	font-family:"verdana";
	font-size:12px; 
}

div.pageN p
{
	/*left: 20px;*/
	color:#1A1A1A;
	font-family:"verdana";
	font-size:12px; 
	line-height:17px;
	margin:0 auto;
	position:static;
	width:100%;
}

div.pageN h1 {
	/*aborder-bottom:2px solid #7534aa;*/
	font-family:"arial";
	color:#E7651A;
	font-size:17px;
	font-weight:bold;
	line-height:17px;
	padding:3px;
}

div.page{
	background-color:#fff;
	margin:0 auto;
	position:relative;
	/*float:center;*/
	width:796px;
	color:#1A1A1A;
	font-family:"verdana";
	font-size:12px; 
}

div.page p
{
	/*left: 20px;*/
	color:#1A1A1A;
	font-family:"verdana";
	font-size:12px; 
	line-height:17px;
	margin:0 auto;
	position:static;
	width:100%;
}

div.page h1 {
	/*aborder-bottom:2px solid #7534aa;*/
	font-family:"verdana";
	color:#E7651A;
	font-size:17px;
	font-weight:bold;
	line-height:17px;
	padding:3px;
}

/* top *****************************************************************************************/
.top 
{
	position:relative;
	text-align:left;
	vertical-align:bottom;
	top:10px;
	width:800px;
	height:40px;
	color:#585958;
	font-family:"verdana";
	font-size:12px;
	left: 2px;
}

.topleft 
{
	background:#fff;
	position:relative;
	float:left;
	width:450px;
	height:30px;
	text-align:left;
}

.topleftlinks 
{
	background:#fff;
	position:relative;
	float:left;
	width:100%;
	height:40px;
	text-align:left;
}

.topright
{
	background:#fff;
	position:relative;
	float:right;
	width:350px;
	height:30px;
	text-align:right;
}

.toplogo
{
	position:relative;
	top:50px;
	width:100%;
	height:115px;
	vertical-align:bottom;
	color:#585958;
	font-family:"verdana";
	font-size:11px;	
}

/* footer */
.footer 
{
	position:relative;
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:20px;
	color:#585958;
	font-family:"verdana";
	font-size:12px;	
	float:left;
	margin-top:20px; 
	margin-bottom:10px;
}

.dMenuCategory 
{
	background:#fff;
	position:relative;
	float:left;
	width:200px;
	height:30px;
	text-align:left;
}

.dMenuPersonType
{
	background:#fff;
	position:relative;
	float:left;
	width:200px;
	height:30px;
	text-align:left;
}

.dMenuItemType
{
	background:#fff;
	position:relative;
	float:right;
	width:200px;
	height:30px;
	text-align:left;
}


.menu 
{
    background-color:#006699;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    color:white;
    text-decoration: none;
}
.menu a:link
{
    color:#333333;
    text-decoration: none;
}

.menu a:visited
{
    color:#333333;
    text-decoration: none;
}

.menu a:hover
{
    color:#333333;
    font-weight:bold;
    text-decoration: none;
}

.menu a:active
{
    color:#333333;
    text-decoration: none;
}

.StaticMenuStyle
{
	background:#EEF6FF;
	position:relative;
	width:115px;
	height:100px;
	font-family:"arial";
	color:#333333;
	font-size:13px;
	line-height:20px;
	padding:5px;
	border:solid 1px #0069B3;
}

.DynamicMenuStyle
{
	background:#FFFFFF;
	position:relative;
	width:140px;
	max-height:500px;
	padding:0px;
	overflow:auto;
}

.DynamicMenuStyle a
{
	color:#333333;
    text-decoration: none;
}

.DynamicMenuItemStyle
{
	background:#F4FAFF;
	text-decoration: none;
	height:20px;
	width:130px;
	font-family:"arial";
	color:#333333;
	font-size:12px;
	padding:3px;
	border:solid 1px #0069B3;
	border-bottom-style:none;
}

/* general left & right *****************************************************************************************/
.genleft 
{
	position:relative;
	float:left;
	width:300px;
	height:30px;
	text-align:left;
}

.genright
{
	position:relative;
	float:right;
	width:300px;
	height:30px;
	text-align:right;
}

/* general small size left & right *****************************************************************************************/
.gensmleft 
{
	position:relative;
	float:left;
	width:200px;
	height:20px;
	text-align:left;
}

.gensmright
{
	position:relative;
	float:right;
	width:200px;
	height:20px;
	text-align:right;
}

/* Content *****************************************************************************************/
div.content {
	position:relative;
	margin:auto;	/*100px 0 0 150px;*/
	width:100%;
}
div.content p {
	line-height:20px;
	padding:3px;
	color:#585958;
	font-family:"verdana";
	font-size:11px; 
}
div.content h1 {
	/*aborder-bottom:2px solid #7534aa;*/
	font-family:"arial";
	color:#E7651A;
	font-size:17px;
	font-weight:bold;
	line-height:17px;
	padding:3px;
}

/* menu */
div.menu {
	position:absolute;
	width:296px;
	height:100px;
	left:40px;
}

div.menu a {
	color:#fff;
	font-size:14px;
	line-height:14px;
	margin:0 auto;
	padding:0px;
	font-family:"Arial";
	font-weight: bold;
	height: 100px;
}

div.menu a:hover{
	border-top:4px solid #ea6b48;
	color:#ea6b48;
	margin:0 auto;
	padding:0px;
}

/* search engine */
div.search {
	position:absolute;
	width:400px;
	height:100px;
	top:30px;
	left:380px;
}

/* header */
div.header {
	background-image: url(image/banner_index.gif);
	width:780px;
	height:200px;
	margin:0 auto;
	position:static;
}
div.header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
div.header h1 {
	color:#2943C2;
	font-size:25px;
	font-weight:bold;
	left:100px;
	letter-spacing:0px;
	position:relative;
	top:40px;
}
div.header p {
	color:#808080;
	font-size:20px;
	line-height:30px;
	padding:10px;
	text-align:center;
	margin:0px 0 100px 0;
}
div.header ul {
	list-style:none;
	position:absolute;
	top:100px;
}
div.header ul li {
	list-style:none;
}
div.header ul li a {
	color:#fff;
	display:block;
	font-size:1.2em;
	font-weight:700;
	height:20px;
	padding:10px;
	width:190px;
}
div.header ul li a:hover {
	background:#b484da;
	color:#eee;
	text-decoration:none;
}

div.headerService {
	background-image: url(image/headerService.gif);
	width:1100px;
	height:150px;
	position:absolute;
	left:0px;
	top:65px;
}

div.headerDelivery {
	background-image: url(image/headerDelivery.gif);
	width:1100px;
	height:150px;
	position:absolute;
	left:0px;
	top:65px;
}

div.headerContact {
	background-image: url(image/headerContact.gif);
	width:1100px;
	height:150px;
	position:absolute;
	left:0px;
	top:65px;
}

div.headerCoupon {
	background-image: url(image/headerCoupon.gif);
	width:1100px;
	height:150px;
	position:absolute;
	left:0px;
	top:65px;
}

/* sidebar */
div.sidebar {
	margin:0 auto;
	position:relative;
	float:left;
	width:150px;
	height:363px;
	line-height:0px;
}
div.sidebar h1 {
	border-bottom:2px solid #7534aa;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
div.sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
div.sidebar p {
	/*background:#f1f1f1;*/
	color:#fff;
	/*display:block;*/
	font-size:70%;
	line-height:20px;
	margin:0 0;
	padding:5px;
	font-family:"Arial Black";
}
div.sidebar p a.more {
	display:block;
	text-align:right;
}
div.sidebar ul {
	margin:10px;
}
div.sidebar ul li {
	border-bottom:1px solid #b484da;
	list-style:none;
	padding:5px 2px;
}
div.sidebar ul li a {
	color:#333;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
div.sidebar ul li a:hover {
	color:#000;
}

/* sidebar page */
div.sidebarPage {
	margin:0 auto;
	position:relative;
	float:left;
	width:150px;
	height:150px;
	top:70px;
	border:4px solid #F1F1F1;
}
div.sidebarPage h1 {
	border-bottom:2px solid #7534aa;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
div.sidebarPage p {
	color:#000;
	/*display:block;*/
	font-size:80%;
	line-height:20px;
	margin:0 0;
	padding:7px;
	font-family:"Arial";
	font-weight:bold;
}

/* Ajax *****************************************************************************************/
.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:500px;
	height:400px;
}

.modalPopupStarEdit {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;	
}

.modalPopupNameView {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:600px;
	height:400px;	
	color:#000000;
	font-size:medium;
	font-family:"Ariel";
}

.modalPopupNameEdit {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:600px;
	height:570px;	
}

.modalPopupAddressView {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:600px;
	height:400px;	
	color:#000000;
	font-size:medium;
	font-family:"Ariel";
}

.modalPopupAddressEdit {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:600px;
	height:570px;	
}

.modalPopupItemEdit {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:800px;
	height:600px;	
}

.modalPopupCategoryTypeNew {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:500px;
	height:300px;	
}

.modalPopupOwnershipTransfer {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:600px;
	height:250px;	
	color:#000000;
	font-size:medium;
	font-family:"Ariel";
}

.modalPopupNameNote {
	background-color:#ffffff;
	padding:10px;
	width:600px;
	height:300px;	
	color:#000000;
	font-size:medium;
	font-family:"Ariel";
}

.modalPopupTransferView {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:600px;
	height:400px;	
	color:#000000;
	font-size:medium;
	font-family:"Ariel";
}

.modalPopupQuestion {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:400px;
	height:150px;	
}

.modalBackgroundWhatIsEscrow {
	background-color:Silver;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopupWhatIsEscrow 
{
	background-color:#FFF799;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	line-height: 17px;
	padding:5px;
	width:300px;
	height:185px;	
	z-index: 99999;
}

.modalBackgroundNotForSale {
	background-color:Silver;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopupNotForSale 
{
	background-color:#FFF799;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	line-height: 17px;
	padding:5px;
	width:200px;
	height:60px;	
	z-index: 99999;
	font-size: 13px;
}

/* Table class **************************************************************************************/
.myTableClass tr th { padding: 5px;}

.myTableClass tr td  
{
	padding: 3px;
	color:#585958;
	font-family:"verdana";
	font-size:11px; 
	line-height:15px;
}

.myTableClass tr td a  
{
	color:#D66816;
	font-weight: bold;
    /*text-decoration:underline;*/
}

.myTableClass tr td a:hover  
{
	color:#F09450;
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	width: 31px;
	height: 31px;
}

/* Acc ******************************************************************************************/
.txtNote 
{
	width:600px;
	height:270px;
	border:0px;
	line-height:20px;
	color:#595959;
	margin:0 0;
	padding:3px;
	font-size:12px; 
	font-family:"verdana";
	overflow:auto;
}
.tableCelInfo
{
	/*background-image: url(image/bg_PersonInfo.gif);*/
	width:590px;
	height:125px;
	border:solid 2px #54B948;
	color:#000000;
	font-family:"verdana";
	font-size:12px; 
	line-height:13px;
	border-collapse:collapse;
}

.tableCelInfo tr td
{  
	height:13px;
	border:solid 0px black;
	padding:3px;
	border-collapse:collapse;
}

/* account creation */
.accountCreateClass  
{
	padding: 3px;
	color:#585958;
	font-family:"verdana";
	font-size:11px; 
	line-height:15px;
}

/* create */
.tableCreate  
{
	width:750px;
}
.tableCreate tr td 
{
	padding:3px;
	text-align:left;
	vertical-align:top;
	color:#585958;
	font-family:"verdana";
	font-size:11px; 
	line-height:15px;
}

/* star edit */
.tableStarEdit  
{
	width:700px;
	height:600px;
}
.tableStarEdit tr td 
{
	padding:3px;
	text-align:left;
	vertical-align:top;
	color:#585958;
	font-family:"verdana";
	font-size:11px; 
	line-height:15px;
}

/* Name view */
.tableName
{
	width:600px;
	border:0px solid #fff;
}
.tableName tr td 
{
	padding:4px;
	text-align:left;
	vertical-align:top;
	color:#000000;
	font-family:"verdana";
	font-size:12px; 
	line-height:17px;
}

/* Name edit */
.tableNameEdit
{
	width:600px;
	height:600px;
}
.tableNameEdit tr td 
{
	padding:0px;
	text-align:left;
	vertical-align:top;
	color:#585958;
	font-family:"verdana";
	font-size:11px; 
	line-height:15px;
}

/* Address view */
.tableAddress
{
	width:600px;
	border:0px solid #fff;
}
.tableAddress tr td 
{
	padding:4px;
	text-align:left;
	vertical-align:top;
	color:#000000;
	font-family:"verdana";
	font-size:12px; 
	line-height:17px;
}

/* Address edit */
.tableAddressEdit
{
	width:600px;
	height:600px;
}
.tableAddressEdit tr td 
{
	padding:0px;
	text-align:left;
	vertical-align:top;
	color:#585958;
	font-family:"verdana";
	font-size:11px; 
	line-height:15px;
}

/* Question */
.tableQuestion
{
	width:400px;
	height:150px;
}
.tableQuestion tr td 
{
	padding:0px;
	text-align:center;
	vertical-align:top;
	color:#585958;
	font-family:"verdana";
	font-size:13px; 
	line-height:19px;
}

/* Item */
.tableItem
{
	width:800px;
	vertical-align:top;
	text-align:left;
}
.tableItem tr td 
{
	padding:0px;
	text-align:left;
	vertical-align:top;
	color:#585958;
	font-family:"verdana";
	font-size:12px; 
	line-height:20px;
}

/* Item */
.tableItemPrint
{
	width:680px;
	height:500px;
}
.tableItemPrint tr td 
{
	padding:0px;
	text-align:left;
	vertical-align:top;
	color:#585958;
	font-family:"verdana";
	font-size:12px; 
	line-height:20px;
}

/* Link edit */
.tableLinkEdit
{
	width:600px;
	height:400px;
}
.tableLinkEdit tr td 
{
	padding:5px;
	text-align:left;
	vertical-align:top;
	color:#585958;
	font-family:"verdana";
	font-size:11px; 
	line-height:20px;
}

/* Table (MyAccount) */
.tblMyAccount
{
	width:900px;
}
.tblMyAccount tr td 
{
	padding:0px;
	vertical-align:top;
	color:#585958;
	font-family:"verdana";
	font-size:12px; 
	line-height:15px;
}

/* Table (Password Change) */
.tblPwChange
{
    width: 150px;
}
.tblPwChange tr td 
{
	padding:2px;
	vertical-align:top;
	color:#585958;
	font-family:"verdana";
	font-size:12px; 
	text-align: center;
}

/* Category & type (New) */
.tableCategoryTypeNew
{
	width:500px;
	height:300px;
}
.tableCategoryTypeNew tr td 
{
	padding:5px;
	text-align:left;
	vertical-align:top;
	color:#585958;
	font-family:"verdana";
	font-size:11px; 
	line-height:15px;
}

/* Ownership Transfer */
.tableOwnershipTransfer
{
	width:590px;
}
.tableOwnershipTransfer tr td 
{
	background-color:White;
	padding:3px;
	text-align:left;
	vertical-align:top;
	color:#000000;
	font-family:"verdana";
	font-size:12px; 
	line-height:15px;
}

/* Gridview Style *******************************************************************************************************/
.tableGv
{
	border:0px solid #E7DEDE;
	border-bottom:1px solid #E7DEDE;
	padding:0px;
	border-collapse:collapse;
	color:#585958;
	font-family:"verdana";
	font-size:11px; 
	line-height:13px;
}

.tableGv a
{
	color:#0046BC;
	/*font-weight: bold;*/
}

.tableGv tr td
{
	vertical-align:middle;
	height:35px;
}

/* Table: GridView of Provenance */
.tableGvProvenance
{
	width:550px;
	overflow:auto;
	vertical-align:top;
	border:solid 0px #E7DEDE;
	padding:0px;
	border-collapse:collapse;
	color:#000;
	font-family:"verdana";
	font-size:11px; 
	line-height:12px;
}

.tableGvProvenance a
{
	color:#0046BC;
	font-weight: bold;
}

.tableGvProvenance tr td
{
	vertical-align:middle;
	height:12px;
}

.tblGvRowProvenance
{
	border:solid 0px #E7DEDE;
	padding:0px;
	color:#000;
	font-family:"verdana";
	font-size:11px; 
	line-height:12px;
}

.tableGvSigners
{
	border:solid 1px #E7DEDE;
	padding:0px;
	border-collapse:collapse;
	color:#585958;
	font-family:"verdana";
	font-size:11px; 
	line-height:15px;
}

.tableGvSigners a
{
	color:#0046BC;
	font-weight: bold;
}

.tableGvSigners tr td
{
    font-size:12px;
	vertical-align:middle;
	line-height:15px;
	padding:3px;
}

.tblCellClear
{
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    border:0px;
    text-align:center;
    vertical-align:middle;
}

.tblCellClearBorder
{
    width:120px;
    height:120px;
    display:block;
    border:0px solid #ddd;

    padding:0px;
    margin:0px;
    text-align:center;
    vertical-align:middle;
}

/* Gridview Header Style *******************************************************************************************************/
.gvHeader
{
	height:30px;
	background-image:url(image/bg_GvHeader.gif);
	background-repeat:repeat;
	color:Black;
    font-family:"verdana";
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.gvHeader a
{
	color:Black;
}

.gvHeaderShort
{
	height:25px;
	background-image:url(image/bg_GvHeader.gif);
	background-repeat:repeat;
	color:Black;
    font-family:"verdana";
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.gvHeaderShort a
{
	color:Black;
}

.gvRow
{
	height:25px;
	background-color:White;
	color:#333333;
	/*border:solid 1px #E7DEDE;*/
	padding: 3px;
	/*border-collapse:collapse;*/
}

.gvItemRow
{
	padding: 0px;
	margin:0px;
}

.itemstyleItemPic
{
    width:120px;
    height:120px;
    border:solid 1px #E7DEDE;
	padding: 0px;
	margin:0px;
}

.gvItemStyle
{
    padding-left:5px;
}

.HiddenColumn
{
	display:none;
}

.imgItemShow
{
	margin:0 auto;
	width:260px; /* 256 x 256 */
	height:260px;
	border:solid 1px Black;
	background-color:#F4F4F4;
	padding:0px;
	position:relative;
	text-align:center;
	vertical-align:middle;
}

.imgPic
{
	background-color:Gray;
	text-align:center;
	vertical-align:middle;
	margin:0px;	
}

.imgThumbnail
{
    background-color:Silver;
	text-align:center;
	vertical-align:middle;
	height:100px;
}

/* gridview Signer */
.gvSigner
{
	width:550px;
	height:20px;
	background-image:url(image/bg_GvHeader.gif);
	background-repeat:repeat;
	color:Black;
	font-family:Arial;
	font-size:small;
}

/* Auto Complete *******************************************************************************************************/
.autoCom
{
	margin:0px;
	padding:5px;
	color:#332A29;
	font-family:Arial;
	font-size:13px; 
	line-height:15px;
}

.autoComHighlighted
{
	background-color:#ACBEE3;
	padding:5px;
	color:#332A29;
	font-family:Arial;
	font-size:13px; 
	font-weight:bold;
	line-height:15px;
}

/* Item Style */
.itemstyleID
{
	padding-left:10px;
}

/* image with no border */
.imgNoBorder
{
	float:left;
	width:77px;
	height:18px;
}

	
/* Ad *******************************************************************************************************/
.Ad
{
    position: relative;
	background-image: url(image/Bg_Ad.gif);
	text-align:center;
	padding-top:10px;
	margin:auto;
	width:748px;
	height:100px;
}

.AdBanner{
	background-image: url(image/Bg_AdBanner.gif);
	text-align:center;
	padding-top:8px;
	margin:auto;
	width:488px;
	height:70px;
}

.AdBanner_NB{
	text-align:center;
	padding-top:8px;
	margin:auto;
	width:488px;
	height:70px;
}

/* Basic Text *****************************************************************************************/	
.betatesting	{ 
	color:#1A1A1A;
	font-family:"verdana";
	font-size:12px; 
	line-height:17px;
	padding:10px;
	}
.betatesting a { 
	color:#FF7200;
	text-decoration: none;
	}
.betatesting a:hover { 
	color:#ff6600;
	text-decoration: none;
	}
	
.fontTitle
{
	color:maroon;
	font-family:"Arial";
	font-size:17px; 
	line-height:20px;
	font-weight:bold;
}	

/* Pager *****************************************************************************************/	
.pager	 
{
    position:relative;
    float:left;
    text-align:center;
    vertical-align:middle;
    padding:0px;
    
	width:100%;
	height:40px;
	
	color:#404040;
	font-family:"verdana";
	font-size:20px; 
	line-height:20px;
	
	margin-top:10px;
	margin-bottom:10px;
}

.pagerButton	 
{
	padding:0px;
	/*border:solid 1px silver;*/
}

.pagerButtonCurrent	 
{
	font-weight:bold;
	color:#1A1A1A;
	padding:0px;
	/*border:solid 1px silver;*/
}

.pagerButtonNumeric 
{
	padding:0px;
	/*border:solid 0px silver;*/
}	

.pagerButtonNumeric a
{
    color:#F09450;
    font-size:18px; 
    text-decoration: none;
}	

/* Box *******************************************************************************************/
.boxPasswordRecovery
{
	color:#333333;
	width:375px;
	height:200px;
	text-align:center;
	background-color:#F7F6F3;
	border:solid 1px #E6E2D8;
	font-size:14px; 
	line-height:20px;
}

/* Accordion *******************************************************************************************/
.bullet
{
	float:left;
	position:relative;
	padding:0px;
	margin-left:5px;
	list-style-type:none;
	font-size:13px; 
	line-height:20px;
    top: 0px;
    left: 0px;
}

.bullet a:hover
{
    background-color:#FFD700;
	border:1px dotted gray;
}

.bulletSelected
{
    color:Black;
    font-weight:bold;
    text-decoration: none;
}

.accordionHeaderLinkbutton
{
	color:#fff;
	width:150px;
	height:15px;
	text-decoration:none;
	font-size:11px;
}

.accordionHeaderLinkbutton a:hover
{
	color:#fff;
	width:150px;
	height:15px;
	text-decoration:none;
	font-size:11px;
}

.accordionHeaderLinkbutton a
{
	color:#fff;
	width:150px;
	height:15px;
	text-decoration:none;
	font-size:11px;
}

.accordionHeaderMenu
{
	color:#54B948;
	width:140px;
	height:17px;
	background-color:#ffffff; /*#2E4D7B*/
	border:solid 1px #0F3977;
	font-size:15px; 
	line-height:15px;
	font-weight:bold;
	cursor:hand;
	padding:0px;
	margin-bottom:0px;
}

.accordionHeaderMenuSelected
{
	color:#54B948;
	width:140px;
	height:18px;
	background-color:#ffffff;
	border:solid 0px #0F3977;
	font-size:15px; 
	line-height:15px;
	font-weight:bold;
	cursor:hand;
	padding:0px;
	margin-bottom:0px;
}

.accordionContentMenu
{
	color:Blue;
	width:142px;
	background-color:#ffffff;
	border:solid 1px #E6E2D8;
	font-size:12px; 
	line-height:14px;
	padding:3px;
	margin-bottom:0px;
}

.accordionContentMenu a
{
    text-decoration:none;
} 

.accordionHeaderMessageMenu
{
	color:#fff;
	width:150px;
	height:17px;
	background-color:#F26521;
	border:solid 1px #D2CEC5;
	font-size:12px; 
	line-height:15px;
	font-weight:bold;
	cursor:hand;
	padding:3px;
	margin-bottom:0px;
}

.accordionHeaderMessageMenuSelected
{
	color:#fff;
	width:150px;
	height:18px;
	background-color:#F26521;
	border:solid 1px #D2CEC5;
	font-size:12px; 
	line-height:15px;
	font-weight:bold;
	cursor:hand;
	padding:3px;
	margin-bottom:0px;
}

.accordionContentMessageMenu
{
	color:Blue;
	width:150px;
	background-color:#F7F6F3;
	border:solid 1px #E6E2D8;
	font-size:12px; 
	line-height:14px;
	padding:3px;
	margin-bottom:0px;
}

.accordionContentMessageMenu a
{
    text-decoration:none;
} 


.accordionHeader
{
	color:White;
	width:140px;
	height:17px;
	background-color:#5078B3; /*#2E4D7B*/
	border:solid 1px #0F3977;
	font-size:11px; 
	line-height:15px;
	cursor:hand;
	padding:3px;
	margin-bottom:1px;
}

.accordionHeaderSelected
{
	color:White;
	width:140px;
	height:18px;
	background-color:#5078B3;
	border:solid 1px #0F3977;
	font-size:11px; 
	line-height:15px;
	cursor:hand;
	padding:3px;
	margin-bottom:1px;
}

.accordionContent
{
	color:Blue;
	width:140px;
	background-color:#F7F6F3;
	border:solid 1px #E6E2D8;
	font-size:11px; 
	line-height:13px;
	padding:2px;
	margin-bottom:0px;
}

.accordionHeaderType
{
	color:White;
	width:140px;
	height:17px;
	background-color:#003371;
	border:solid 1px #0F3977;
	font-size:11px; 
	line-height:15px;
	cursor:hand;
	padding:3px;
	margin-bottom:0px;
}

.accordionHeaderTypeSelected
{
	color:White;
	width:140px;
	height:18px;
	background-color:#003371;
	border:solid 1px #0F3977;
	font-size:11px; 
	line-height:15px;
	cursor:hand;
	padding:3px;
	margin-bottom:0px;
}

.accordionHeaderStatus
{
	color:White;
	width:140px;
	height:17px;
	background-color:#F26521;
	border:solid 1px #0F3977;
	font-size:11px; 
	line-height:15px;
	cursor:hand;
	padding:3px;
	margin-bottom:0px;
}

.accordionHeaderStatusSelected
{
	color:White;
	width:140px;
	height:18px;
	background-color:#F26521;
	border:solid 1px #0F3977;
	font-size:11px; 
	line-height:15px;
	cursor:hand;
	padding:3px;
	margin-bottom:0px;
}

.accordionHeaderItemMode
{
	color:White;
	width:140px;
	height:17px;
	background-color:#C69C6D;
	border:solid 1px #0F3977;
	font-size:11px; 
	line-height:15px;
	cursor:hand;
	padding:3px;
	margin-bottom:0px;
}

.accordionHeaderItemModeSelected
{
	color:White;
	width:140px;
	height:18px;
	background-color:#C69C6D;
	border:solid 1px #0F3977;
	font-size:11px; 
	line-height:15px;
	cursor:hand;
	padding:3px;
	margin-bottom:0px;
}

.accordionHeaderSort
{
	color:White;
	width:100px;
	height:15px;
	background-color:#C69C6D;
	border:solid 1px #0F3977;
	font-size:11px; 
	line-height:15px;
	cursor:hand;
	padding:3px;
	margin-bottom:0px;
	margin-top:5px;
}

.accordionHeaderSortSelected
{
	color:White;
	width:100px;
	height:15px;
	background-color:#C69C6D;
	border:solid 1px #0F3977;
	font-size:11px; 
	line-height:15px;
	cursor:hand;
	padding:3px;
	margin-bottom:0px;
	margin-top:5px;
}

.accordionContentSort
{
	color:Black;
	width:140px;
	background-color:#fff;
	border:solid 1px #000;
	font-size:11px; 
	line-height:13px;
	padding:2px;
	margin-bottom:2px;
	z-index:9999;
}

.accordionHeaderMyPrice
{
	color:White;
	width:150px;
	height:17px;
	background-color:#855FA8;
	border:solid 1px #0F3977;
	font-size:11px; 
	line-height:15px;
	cursor:hand;
	padding:3px;
	margin-bottom:0px;
}

.accordionHeaderMyPriceSelected
{
	color:White;
	width:150px;
	height:18px;
	background-color:#855FA8;
	border:solid 1px #0F3977;
	font-size:11px; 
	line-height:15px;
	cursor:hand;
	padding:3px;
	margin-bottom:0px;
}

.accordionHeaderAccountList
{
	color:White;
	width:100px;
	height:15px;
	background-color:#790000;
	border:solid 1px #0F3977;
	font-size:11px; 
	line-height:15px;
	cursor:hand;
	padding:3px;
	margin-bottom:0px;
	margin-top:5px;
}

.accordionHeaderAccountListSelected
{
	color:White;
	width:100px;
	height:15px;
	background-color:#790000;
	border:solid 1px #0F3977;
	font-size:11px; 
	line-height:15px;
	cursor:hand;
	padding:3px;
	margin-bottom:0px;
	margin-top:5px;
}

.accordionContentAccountList
{
	color:Blue;
	width:150px;
	background-color:#fff;
	border:solid 1px #E6E2D8;
	font-size:11px; 
	line-height:13px;
	padding:2px;
	margin-bottom:2px;
}

/* myAccount top menu */
.myAccountMenu 
{
	position:relative;
	text-align:center;
	vertical-align:middle;
	width:980px;
	height:30px;
	color:#585958;
	font-family:"verdana";
	font-size:12px;
	border:0px solid silver; 
    background-image:url(image/bg_GvHeader.gif);
    background-color:#ddd;
    padding:0px;
    float:left;
    text-decoration:none;
}

.myAccountMenu a
{
	color:Black;
}

.menuMyAccount
{
    width:100%;
    height:30px;
    border:1px solid silver; 
    vertical-align:middle;
    
}

.menuMyAccount a:hover
{
    width:100%;
    height:23px;
    background-color:#eee;
}

.menuComp
{
    vertical-align:middle;
    text-decoration:none;
    padding-top:7px;
}

.myPrice
{
    padding:10px;
    text-align:right;
}

/* My Account Page format(Page) width(796px) */
.myAccountMenuLeft 
{
	position:relative;
	width:150px;
	color:#585958;
	font-size:12px;
	border:0px solid silver; 
    padding:0px;
    float:left;
    text-align:left;
    text-decoration:none;
}

.myAccountMenuLeft a
{
	color:Black;
}

.myAccountBody 
{
	position:relative;
	float:right;
	text-align:left;
	width:625px;
}

.myAccountMenuBody a
{

}

.accordionContentMyPrice
{
	color:Blue;
	width:150px;
	background-color:#F7F6F3;
	border:solid 1px #E6E2D8;
	padding:3px;
	margin-bottom:3px;    
    text-align:right;
}

/* Message view */
.modalBackgroundMessage {
	background-color:Silver;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopupMessage {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:600px;
	height:300px;
}

.tableMessage
{
    background-color:White;
	width:600px;
}

/* Public profile view */
.modalBackgroundPublicProfile {
	background-color:Silver;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopupPublicProfile {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:600px;
	height:150px;
}

/* Item Registration view */
.modalBackgroundItemRegister {
	background-color:Silver;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopupItemRegister {
	padding:0px;
	width:386px;
	height:149px;
}

.tablePublicProfile
{
    background-color:White;
	width:600px;
}

.tablePublicProfile tr td 
{
	padding:0px;
	text-align:left;
}

.txtMsg
{
    width:100%;
    border:1px solid black;
}

.csslblTotalValue
{
    float:left;
    position:relative;
    width:90%;
	color:Green;
	font-size:11px;
	font-weight:bold;
	margin-top:3px;
	margin-left:10px;
	margin-bottom:5px;
}

/* popupMenu */
.popupMenu 
{
    width: 270px;
	background-color:White; /*#FFF799*/
	display:block;
	margin:0 auto;
	position:relative;
	text-align:left;
	float:left;
	padding:5px;
	border:1px solid #A6A6A6;
	/* for IE */
	filter:alpha(opacity=99);
	/* CSS3 standard */
	opacity:0.99;
	z-index:99999;
  
	color:#000000;
	font-family:"verdana";
	font-size:12px; 
	line-height:20px;
	text-decoration:none;
	
	display:none;
}

.popupMenu a {
	color:#000000;
	text-decoration:none;
}

.popupMenu a:hover {
	color:#F26C4E;
	text-decoration:none;
}

/* popupMenu (Item) */
.popupMenuItem
{
    width: 250px;
    background-color: White;
    /*background-image: url(image/bg/Menu_White_200x200.gif);*/
	display:block;
	margin:0 auto;
	position:relative;
	text-align:left;
	float:left;
	padding:3px;
	border:1px solid #7DA7D9;
	z-index:99999;
  
	color:red;
	font-family:"verdana";
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	text-decoration:none;
	
	display:none;
}

.popupMenuItem a {
	color:#000000;
	text-decoration:none;
}

.popupMenuItem a:hover {
	display:block;
	color:#000000;
	text-decoration:none;
	background-color: #FDB813;
}

.popupItemThumbExpand 
{
	background-color:#EEEEEE;
	display:block;
	margin:0 auto;
	position:relative;
	text-align:left;
	float:left;
	padding:5px;
	border:1px solid #A6A6A6;
	/* for IE */
	filter:alpha(opacity=99);
	/* CSS3 standard */
	opacity:0.99;
	z-index:99999;
  
	font-family:"verdana";
	font-size:12px; 
	line-height:20px;
	text-decoration:none;
	
	display:none;
}

.popupItemThumbExpand a {
	/*color:#0000FF;
	text-decoration:none;*/
}

.popupItemThumbExpand a:hover {
	color:#b484da;
}

/* popupMenuCelNote (Celebrity Notes) */
.popupMenuCelNote 
{
    width: 625px;
	background-color:White; /*#FFF799*/
	display:block;
	margin:0 auto;
	position:relative;
	text-align:left;
	float:left;
	padding:5px;
	border:1px solid #A6A6A6;
	/* for IE */
	filter:alpha(opacity=99);
	/* CSS3 standard */
	opacity:0.99;
	z-index:99999;
  
	color:#000000;
	font-family:"verdana";
	font-size:12px; 
	line-height:20px;
	text-decoration:none;
	
	display:none;
}

.popupMenuCelNote a {
	color:#000000;
	text-decoration:none;
}

.popupMenuCelNote a:hover {
	color:#F26C4E;
	text-decoration:none;
}

.rows
{
    padding:5px;
    margin:5px;
}

.ddl
{
    width:100px;
    overflow:hidden;
}

.ddlClick
{
    width:150px;
    overflow:hidden;
}

/* Analytics *****************************************************************************************/	

.AnalyticsContainer
{
    width:300px;
    height:150px;
	border:solid 1px #898989;
	background-color:#FFFFFF;
	padding:0px;
	border-collapse:collapse;
	color:#585958;
	font-family:"verdana";
	font-size:11px;
	line-height:13px;
}

.AnalyticsTitle
{
    width:292px;
    height:20px;
	border:solid 1px #E7DEDE;
	background-color:#9CB7D8;
	padding:3px;
	border-collapse:collapse;
	color:#FFFFFF;
	font-family:"arial";
	font-size:15px;
	font-weight:bold;
	vertical-align:middle;
	line-height:20px;
}

.tableGvAnalytics
{
    width:300px;
	border:solid 0px #E7DEDE;
	padding:5px;
	color:#585958;
	font-family:"verdana";
	font-size:11px; 
	line-height:13px;
}

.tableGvAnalytics a
{
	color:#0046BC;
	font-weight: bold;
}

.tableGvAnalytics tr td
{
    padding:3px;
	vertical-align:middle;
	height:24px;
	line-height:24px;
	color:#585958;
	font-family:"verdana";
	font-size:11px; 
}

.tableGvAnalyticsHeader
{
	height:20px;
	background-color:#F3F3F3;
	color:Black;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.AnalyticsView
{
    width:294px;
    height:16px;
	border-left:solid 1px #898989;
	border-right:solid 1px #898989;
	border-bottom:solid 1px #898989;
	background-color:#E1E1E1;
	padding:3px;
	border-collapse:collapse;
	color:#FFFFFF;
	font-family:"arial";
	font-size:12px;
	vertical-align:middle;
	line-height:16px;
}

/* Analytics (Detail View) *****************************************************************************************/	
.AnalyticsDetailTitle
{
    width:292px;
    height:20px;
	border:solid 1px #E7DEDE;
	background-color:#9CB7D8;
	padding:3px;
	border-collapse:collapse;
	color:#FFFFFF;
	font-family:"arial";
	font-size:15px;
	font-weight:bold;
	vertical-align:middle;
	line-height:20px;
}

.tableGvAnalyticsDetail
{
    width:100%;
	border:solid 0px #E7DEDE;
	padding:3px;
	border-collapse:collapse;
	color:#585958;
	font-family:"verdana";
	font-size:11px; 
	line-height:13px;
}

.tableGvAnalyticsDetail a
{
	color:#0046BC;
	font-weight: bold;
}

.tableGvAnalyticsDetail tr td
{
	vertical-align:middle;
	height:20px;
	line-height:20px;
	padding:3px;
}

.tableGvAnalyticsDetailHeader
{
	height:23px;
	background-color:#F3F3F3;
	color:Black;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

.analyticsCount
{
    margin-right:30px;
    padding-right:30px;
    text-align:center;
}

.btnBirthday
{
    cursor:pointer;cursor:hand;
    background-image:url('/BioPage/image/button/BirthDay.jpg'); 
    text-decoration:underline;
}

.signerControl
{
    text-align:center;
}

/* Wizard (Item) */
.WizardItem
{
    position:relative;
    width:100%;
    min-height:400px;
    border:1px solid gray;
    vertical-align:top;
    text-align:center;
    top: 0px;
    left: 0px;
}

.WizardNavigationStyle
{
    border-top:1px solid Gray; 
}

.WizardItemStep
{
    position:relative;
    float:left;
    min-height:400px;
    vertical-align:top;
    padding:10px;
}

/************************************************************* NEW FACE ***********************************************************************/
/* Main Colors
Blue: #0082C8
Yellow: #FDB813
Green: #54B948
Orange: #FDB813
Purple: #855FA8
Silver: #898989
Border: #E6E2D8
*/

.hd	{ 
	color:#898989;
	font-family:"arial";
	font-size:17px; 
	font-weight:bold;
	}
	
.hd-blue	{ 
	color:#0082C8;
	font-family:"arial";
	font-size:14px; 
	font-weight:bold;
	}
	
.hd-blue a	{ 
	color:#0082C8;
	font-family:"arial";
	font-size:10px; 
	font-weight:bold;
	}	
	
.hdtitle-blue	{ 
	color:#0082C8;
	font-family:"arial";
	font-size:16px; 
	font-weight:bold;
	}	
	
.hdtitlesub-blue	{ 
	color:#0082C8;
	font-family:"arial";
	font-size:15px; 
	font-weight:bold;
	}	

.hdtitlesub-green	{ 
	color:#54B948;
	font-family:"arial";
	font-size:15px; 
	font-weight:bold;
	}
		
.hdtitlesub-orange	{ 
	color:#FDB813;
	font-family:"arial";
	font-size:15px; 
	font-weight:bold;
	}	
	
.hdtitlesub-purple	{ 
	color:#855FA8;
	font-family:"arial";
	font-size:15px; 
	font-weight:bold;
	}					
	
.hdsub-silver	 
{
    position:relative;
    float:left;
	color:#898989;
	font-family:"arial";
	font-size:13px; 
	line-height:16px;
	font-weight:bold;
	vertical-align:middle;
	top:-3px;
	}
	
.hdsub-blue	{ 
	color:#0082C8;
	font-family:"arial";
	font-size:11px; 
	font-weight:bold;
	}	
	
.hdsub-blue a:hover	{ 
	color:#b484da;
    text-decoration: underline;
	}				
	
.hdsub-green	{ 
	color:#54B948;
	font-family:"arial";
	font-size:12px; 
	font-weight:bold;
	}
	
.hdsub-orange	{ 
	color:#FDB813;
	font-family:"arial";
	font-size:12px; 
	font-weight:bold;
	}	
		
.hdsub-purple	{ 
	color:#855FA8;
	font-family:"arial";
	font-size:12px; 
	font-weight:bold;
	}
	
.hdsubsubtitle-black	{ 
	color:#000000;
	font-family:"arial";
	font-size:13px; 
	font-weight:bold;
	}	
	
.hdsub	{ 
	font-family:"arial";
	font-size:11px; 
	font-weight:bold;
	}	

/* Hover Cascade Menu */
table.navbar
{
    font-size: 13pt;
    margin: 0px;
    padding: 0px; 
    border: 0px; 
}

table.menuCategory
{
    background-color:#F2F2F2;
    margin: 0px;
    padding: 0px;
    /*border:1px solid gray;*/
    vertical-align:top;
    margin-top:0px;
    
	font-family:"verdana";
	font-size:13px; 
	line-height:20px;
	border:0 solid silver;
}

td.menuBox
{
    background-color:#F2F2F2;
    position:relative;
    width:168px;
    padding: 0px;
    
    color: black;
    vertical-align: top;
    text-align:left;
}

td.menuNormal
{
    background-color:#F2F2F2;
    position:relative;
    float:left;
    display:inline;
    width:100%;
    padding: 0px;
    
    vertical-align: top;
    text-align:left;
    line-height:20px;
    border-bottom:1px solid #DBDBDB;
}

td.menuHover
{
    background-color:White;
    position:relative;
    float:left;
    display:inline;
    z-index:99999;
    padding: 0px;
    
    vertical-align: top;
    text-align:left;
    line-height:20px;
    border-bottom:1px solid White;
}

div.menuNormal
{
    display: none;
    position:static;
}

div.menuHover
{
    position:absolute;
    display:inline;
    z-index:99999;
    border: 1px solid gray;
}

a.menuitem:link
{text-decoration: none;
color: black;
display: block;
}

a.menuitem:visited
{text-decoration: none;
color: black;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: black;
background-color: white;
display: block;}

a.menuitem:active
{text-decoration: none;
color: black;
background-color: silver;
display: block;}

.menuSub
{
    margin-left:3px;
}

/* footer (NEW) */
.footer a
{
	color:#0082C8;
	font-weight:bold;
}

/* AJAX TabContainer  */
.FinderTab .ajax__tab_header { 
      background:url(/image/tab/tab-line.gif) repeat-x bottom; 
} 

.FinderTab .ajax__tab_outer    { 
      background:url(/image/tab/tab-right.gif) no-repeat right; 
} 

.FinderTab .ajax__tab_inner    { 
     background:url(/image/tab/tab-left.gif) no-repeat; 
} 

.FinderTab .ajax__tab_tab { 
     background:url(/image/tab/tab.gif) repeat-x; 
} 

.FinderTab .ajax__tab_hover .ajax__tab_outer { 
     background:url(/image/tab/tab-hover-right.gif) no-repeat right; 
} 

.FinderTab .ajax__tab_hover .ajax__tab_inner { 
     background:url(/image/tab/tab-hover-left.gif) no-repeat; 
} 

.FinderTab .ajax__tab_hover .ajax__tab_tab { 
     background:url(/image/tab/tab-hover.gif) repeat-x; 
} 

.FinderTab .ajax__tab_active .ajax__tab_outer { 
     background:url(/image/tab/tab-active-right.gif) no-repeat right; 
} 

.FinderTab .ajax__tab_active .ajax__tab_inner { 
     background:url(/image/tab/tab-active-left.gif) no-repeat; 
} 

.FinderTab .ajax__tab_active .ajax__tab_tab { 
     background:url(/image/tab/tab-active.gif) repeat-x; 
}

.FinderTab .ajax__tab_header { 
     font-family:arial; 
     font-size:11px; 
} 

.FinderTab .ajax__tab_outer { 
     height:29px;
} 

.FinderTab .ajax__tab_inner    { 
     padding-left:3px; 
} 

.FinderTab .ajax__tab_tab { 
     padding:8px 27px;
     margin:0; 
} 

.FinderTab .ajax__tab_body  
{
    position:relative;
    float:left;
    width:798px;
    min-height:400px;
    font-family:verdana,tahoma,helvetica; 
    font-size:10pt; 
    border:1px solid #999999; 
    border-top:0; 
    padding:0px; 
    background-color: #FFFFFF; 
} 

/* Accordion (Introduction) */
.accordionHeaderIntro
{
	width:700px;
	height:25px;
	font-size:14px; 
	color:#898989;
	line-height:15px;
	font-weight:bold;
	cursor:pointer;cursor:hand;
	padding:3px;
}

.accordionHeaderIntroSelected
{
	width:700px;
	height:25px;
	color: #0082C8;
	font-size:14px; 
	line-height:15px;
	font-weight:bold;
	cursor:pointer;cursor:hand;
	padding:3px;
}

.accordionContentIntro
{
	width:700px;
	font-size:12px; 
	line-height:14px;
	padding:10px;
}

/* Tab Sample Container */
.tabSample .ajax__tab_header { 
      background:url(/image/tab/tab-line.gif) repeat-x bottom; 
} 

.tabSample .ajax__tab_outer    { 
      background:url(/image/tab/tab-right.gif) no-repeat right; 
} 

.tabSample .ajax__tab_inner    { 
     background:url(/image/tab/tab-left.gif) no-repeat; 
} 

.tabSample .ajax__tab_tab { 
     background:url(/image/tab/tab.gif) repeat-x; 
} 

.tabSample .ajax__tab_hover .ajax__tab_outer { 
     background:url(/image/tab/tab-hover-right.gif) no-repeat right; 
} 

.tabSample .ajax__tab_hover .ajax__tab_inner { 
     background:url(/image/tab/tab-hover-left.gif) no-repeat; 
} 

.tabSample .ajax__tab_hover .ajax__tab_tab { 
     background:url(/image/tab/tab-hover.gif) repeat-x; 
} 

.tabSample .ajax__tab_active .ajax__tab_outer { 
     background:url(/image/tab/tab-active-right.gif) no-repeat right; 
} 

.tabSample .ajax__tab_active .ajax__tab_inner { 
     background:url(/image/tab/tab-active-left.gif) no-repeat; 
} 

.tabSample .ajax__tab_active .ajax__tab_tab { 
     background:url(/image/tab/tab-active.gif) repeat-x; 
}

.tabSample .ajax__tab_header { 
     font-family:arial; 
     font-size:12px; 
} 

.tabSample .ajax__tab_outer { 
     height:29px;
} 

.tabSample .ajax__tab_inner    { 
     padding-left:3px; 
} 

.tabSample .ajax__tab_tab { 
     padding:8px 20px;
     margin:0; 
} 

.tabSample .ajax__tab_body  
{
    position:relative;
    text-align:center;
    width:798px;
    height:175px;
    font-family:arial; 
    font-size:12pt; 
    border:1px solid #999999; 
    border-top:0; 
    padding:0px; 
    background-color: #FFFFFF; 
} 




