﻿/* Page layout for two column page */

.PageLeftColumn
{
	vertical-align: top;
	width: 25%;
}

.PageRightColumn
{
	/*vertical-align: baseline;*/
	vertical-align: top;
	padding-left: 5px;
	width: 75%;
}

--------------
/* Header Section */


/* CSS for Breadcrumb MODIFIED AND UPDATED BY ib */

.BreadCrumbRow	
{
	
	width:100%;
	color:#8B6F04;
	text-align:left;
	height:30px;
	/*padding-left:15px;*/

}

.BreadcrumbSeperator
{
	color:#916c00;	
	font-size:10px;
	
}

ul#UserBreadcrumb
{
	list-style: none outside none;
	height: 30px;
	background-color: #e4e7eb;
}

#UserBreadcrumb li
{
	display: inline;
	
}

#UserBreadcrumb li.hub
{
	
	background-position:left;
	color: #916c00;
}

#UserBreadcrumb li.interim, #UserBreadcrumb li.terminal
{
	color: #916c00;	
}

#UserBreadcrumb li.terminal
{
	/*font-weight: bold !important;*/
	color: #916c00;
	/*color:Gray;*/
	
}

#UserBreadcrumb li a, #UserBreadcrumb li a:visited
{
	text-decoration: none;
	color: inherit;
}

#UserBreadcrumb li a:hover
{
	text-decoration: none;
}


/* selected page number */
.selectedPageNumber
{
	/*color: #fff;*/
	color: Green;
	/*border: 2px solid #a87b1c;*/
	display: block;
}

/* Model popup CSS */


.Container
{
	margin: auto;
	min-height: 400px;
	background: #ffffff;
	max-width: 500px;
	min-width: 500px;
	border: solid 1px #d4d4d4;
	padding: 0 20px 20px 20px;
}

.ToolBar
{
	border: solid 1px #d4d4d4;
	padding: 10px;
	margin-bottom: 20px;
}

.GridContainer
{
	background: #ECF5FB;
	min-height: 300px;
	border: solid 1px #d4d4d4;
}


.ModalPopupBG
{
	background-color: #666699;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.popup_Container
{
	background-color: #f0f0f0; /*#fffeb2;*/
	border: 2px solid #000000;
	padding: 0px 0px 0px 0px;
	text-align: left; /* To make content in left in IE as well */
	width:50%;
	color: #001337;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
}

.popupConfirmation
{
	width: 300px;
	height: 200px;
}

.popup_Titlebar
{
	/*background: url(Images/titlebar_bg_darkblue.png);*/ /*background: url(Images/HeaderGlassDarkBlue.png);*/
	background: #cc9c32 url("images/bkg/filter_shadow.jpg") repeat-x; /*background-color: #18315A;*/
	height: 29px;
}

.popup_Body
{
	padding: 10px 15px 15px 15px; /*font-family: Arial; 	font-weight: bold; 	font-size: 12px; 	*/
	color: #000000;
	line-height: 15pt;
	clear: both;
	text-align: left; /* To make content in left in IE as well */
}

.TitlebarLeft
{
	float: left;
	padding-left: 5px;
	padding-top: 5px; /*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.TitlebarRight
{
	background-image: url(Images/cross_icon_normal.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 15px;
	width: 16px;
	float: right;
	cursor: pointer;
	margin-right: 5px;
	margin-top: 5px;
}

.ClosePopup
{
	background-position: right;
	background-repeat: no-repeat;
	height: 15px;
	width: 16px;
	float: right;
	cursor: pointer;
	margin-right: 5px;
	margin-top: 5px;
	color: transparent;
}

.ClosePopup:Hover
{
	background-position: right;
	background-repeat: no-repeat;
	height: 15px;
	width: 16px;
	float: right;
	cursor: pointer;
	margin-right: 5px;
	margin-top: 5px;
	color: transparent;
	border: 1px outset White;
}

.popup_Buttons
{
	margin: 10px;
}

/* Error Message */

.ErrorMessage
{
	color: Red;
}

.ErrorMessageSummary
{
	color:Red;
	border:1px solid Gray;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px; /*behavior: url(/border-radius.htc);*/
	border-radius: 10px;
}

.ErrorMessageSummary li
{
	list-style-type: none;
}
.AuthorListAlternateItem
{
 background-color:#DEE2E7;
}

.AuthorListItem
{
 background-color:#EAECEF;
}
.lblShowDetail
{
    width: 95%;
    text-align: right;
    font-weight: bold;
    padding-left:600px;
    color: Black;
}
.lblEmail
{
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}
.lab
{
    padding-left: 20px;
    font-size: 12px;
    font-family: 'BitBold , Arial, Helvetica, sans-serif';
}
.lblBiography
{
    padding-left:5px;
    font-weight:bold; 
    font-size:12px;
    font-family: 'BitBold , Arial, Helvetica, sans-serif';
    }    
    
    
/* Tool tip css to display description/short description */

#tooltip
{
    padding: 3px;
    background: #D2D2D2; /*#f9f9f9;*/
    border: 1px solid #eee;
    text-align: center;
    font-size: smaller;
    color:Black;
    position:absolute;
}

span.tip
{
    border-bottom: 1px solid #eee;
    color:Black;
}

/*For div modal popup by PiyushR*/
.divPopup
{
	font-size: 12px;
	background-color: #F2F2F3; /*#EAECEF;*/
	width: 500px;
	left: 393px; /*	top: 456px;*/
	z-index: 1000;
	vertical-align: middle;
	position: absolute;
	display: none;
	height: auto;
	border: solid 1px #c1c1c1;
	color: Black;
	margin:10px;
	padding:5px;
}
.tblheader
{
	color: White;
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana,arial,lucida sans regular;
	background-color: #DF0003;
	height: 25px;
}

.ModalPopupBG
{
	background-color: gray;
	filter: alpha(opacity=40);
	opacity: 0.4;
}


.ModalWindow
{
	/* border: solid 1px #c1c1c1;*/ /*       background:white;      padding: 0px10px10px10px;      position: relative;      display:inline-block;      -moz-border-radius: 7px;  	border:solid 1px #white;	  	height:auto;*/
	background-color: white;
	border: solid 1px #white;
	border-radius: 7px;
	padding: 3px;
	position: absolute;
	z-index: 10000;
}
.hidecol
{
	display: none;
}


.statename td
{
	background: #F2F2F2;
	border: solid 1px #ccc;
	font-size: 18px;
	padding: 8px;
}
.ReceiptHeader
{
	color: #860C12;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

/* Theme Button CSS  */
.ThemeButton
{
	background-image: url(Images/MaroonGlass.png);
	background-position: center;
	background-repeat: repeat-x;
	background-color: #7A7BAD;
	padding: 3px;
	color: White;
	cursor: pointer;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px; /*behavior: url(/border-radius.htc);*/
	border-radius: 10px;
}

.ThemeButton:hover
{
	/* background-color:#A2C730;*/
	background-image: url(Images/MaroonGlass_hover.png);
	background-position: center;
	background-repeat: repeat-x;
}


/* CSS for Product name if it is a link */
.ProductNameLink
{
	font-size: 12px;
	font-family: 'BitBold' , Arial, Helvetica, Sans-serif;
}

/*Product Details Css*/
.h3SinglePrice
{
    font-size: 0.8em;
    line-height: 1.3em;
    padding: 0 10px;
    text-align: center;
    font-family: 'Cabin' ,Arial,Helvetica,sans-serif;
}
.productDetailSlashed
{
    background: url("/App_Themes/UserSite/images/bkg/slash.png") no-repeat center center;
    color: #7a7d80;
    display: inline-block;
    margin-left: 15px;
    font-family: 'Cabin' ,Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.3em;
    padding: 0 10px;
}

.productDetailSecondPriceRed
{
    display: inline-block;
    color: #7e1416;
    text-align: center; /*margin-left : 25px;*/
    font-family: 'Cabin' ,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.3em;
    padding: 0 10px;
    margin-left: 14px;
}

.Jurisdicition
{
    font-size: 10px;
    line-height: 1.3em;
    color: #57595E;
    font-family: 'Cabin' ,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: center;
}
#productAttributeList label
{
    color: #57595E;
    font-family: 'Cabin' ,Arial,Helvetica,sans-serif;
    font-size: 0.79em;
}
#purchaseForm .purchase_btn
{
    /*background: url("../images/bkg/10pc-b.png") repeat scroll 0 0 #EAECEF;*/
    margin-right: 5px;
    padding: 19px 8px;
}
#product_pttribute table
{
    border-right: 1px solid #fbfbfb;
    padding-right: 10px;
    width: 580px !important;
}

#product_pttribute table thead th
{
    /*background-color: #CC9C32 !important;*/
    background-color: #E4E7EB !important;
}
#product_pttribute_table
{
    /*background: url("../images/icons/shopping_cart.png") no-repeat;*/
    border-right: 1px solid #fbfbfb;
    padding-right: 10px;
}
/* Start of shopping cart table */
#product_pttribute_table
{
    width: 100px;
    margin-bottom: 35px;
    margin-top: 20px;
}
#product_pttribute_table thead
{
    border-bottom: 20px solid #f2f2f3;
}
#product_pttribute_table thead tr th:first-child
{
    width: 20px;
    min-width: 20px;
    max-width: 20px;
}
#product_pttribute_table thead tr th
{
    /*background-color: #CC9C32;*/
    text-transform: uppercase;
    border-right: 5px solid #f2f2f3;
    white-space: nowrap;
    width: 20px;
    min-width: 20px;
    /*max-width: 20px;*/
    height: 35px;
    max-height: 35px;
    min-height: 35px;
    vertical-align: middle;
}
#product_pttribute_table thead tr th p
{
    position: relative;
    font-size: 11px;
    font-weight: bold;
    color: #72767b;
    height: 35px;
    line-height: 3em;
}
#product_pttribute_table thead tr th p span
{
    position: absolute;
    bottom: -9px;
    left: 45%;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e4e7eb;
}
#product_pttribute_table tbody tr td:first-child
{
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    line-height: 1.2em;
}
#product_pttribute_table tbody tr td
{
    border-top: 5px solid #f2f2f3;
    min-height: 50px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    border-right: 5px solid #f2f2f3;
}
#product_pttribute_table tbody tr td .author a
{
    font-size: 11px;
    text-decoration: underline;
    color: #7e1416;
}
/* #product_pttribute_table tbody tr td .author a:hover
        {
            color: #ba1e21;
        }*/
#productDetail .productattribute p
{
    background: #cc9c32 url("../images/bkg/filter_shadow.jpg") repeat-x;
}
#productDetail .productattribute p
{
    color: #FFFFFF;
}
#productDetail .productattribute p
{
    color: #FFFFFF;
}
#productDetail .productattribute p span
{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #cc9c32;
    bottom: -9px;
    height: 0;
    left: 45%;
    position: absolute;
    text-align: center;
    width: 0;
}
#product_display table thead th:hover p
{
    color: White;
}


 /*GridViewCSS*/
    .GridViewStyle
    {
        font-family: Arial, Sans-Serif;
        font-size: small;
        table-layout: auto;
        border: #1d1d1d 3px solid;
        width: 100%;
    }
    
    /*Header and Pager styles*/
    
    .HeaderStyle /*Common Styles*/
    {
        background-image: url(/images/hdr/header_gradient.jpg); /*/App_Themes/UserSite/images/hdr/header_gradient.jpg*/
        background-position: center;
        background-repeat: repeat-x;
        background-color: #012C4B;
    }
    
    .PagerStyle
    {
        background-image: url(/images/hdr/header_gradient.jpg); /*/App_Themes/UserSite/images/hdr/header_gradient.jpg*/
        background-position: center;
        background-repeat: repeat-x;
        background-color: #F2F2F3;
        color: Black;
    }
    
    .HeaderStyle th
    {
        padding: 5px;
        color: #ffffff;
    }
    
    .HeaderStyle a
    {
        text-decoration: none;
        color: #ffffff;
        display: block;
        text-align: left;
        font-weight: normal;
    }
    
    .PagerStyle table
    {
        text-align: center;
        margin: auto;
    }
    
    .PagerStyle table td
    {
        border: 0px;
        padding: 5px;
    }
    
    .PagerStyle td
    {
        border-top: #1d1d1d 3px solid;
    }
    
    .PagerStyle a
    {
        color: Black;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
        border-top: solid 1px #777777;
        border-right: solid 1px #333333;
        border-bottom: solid 1px #333333;
        border-left: solid 1px #777777;
    }
    
    .PagerStyle span
    {
        font-weight: bold;
        color: Black;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
    }
    
    /*RowStyles*/
    
    .RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
    {
        padding: 5px;
        border-right: solid 1px #1d1d1d;
        color: Black;
        /*text-align: center;*/
    }
    
    .RowStyle td
    {
        background-color: #DFE2E4; /*#E7E7FF*/
    }
    
    .AltRowStyle td
    {
        background-color: #fff; /*#F7F7F7*/
    }
    
    .SelectedRowStyle td
    {
        background-color: #738A9C;
    }
    .tableheader
    {
        color: #3D4045;
        font-size: 12px;
        margin-top: 20px;
        font-weight: bold;
    }