﻿/*--------- Custom ----------*/
.message {
    color:#ff0000;
    font-weight:bold;
}

.divAdmin {
    padding:12px 12px 12px 12px;
}

.divAdmin h3 {
    color:#000;
}

.divAdmin .error {
    background-color:Transparent;
    color:#ff0000;
    font-weight:bold;
}

.productcontainer {
    padding:0px 6px 0px 10px;
    overflow:hidden;
}

.container1 {
    padding:3px 6px 3px 10px;
    background-color:#336699;
    display:block;
    font-weight:bold;
    font-size:9pt;
    color:#fff;
    line-height:9pt;
    text-transform:uppercase;
    margin-bottom:3px;
}

a:link.product1 {
    color:#336699;
    font-size:8pt;
    text-transform:uppercase;
}

a:visited.product1 {
    color:#336699;
    font-size:8pt;
    text-transform:uppercase;
}

a:hover.product1 {
    color:#339999;
    font-size:8pt;
    text-transform:uppercase;
}

.container2 {
    padding:3px 6px 3px 10px;
    background-color:#339999;
    display:block;
    font-weight:bold;
    font-size:9pt;
    color:#fff;
    line-height:9pt;
    text-transform:uppercase;
    margin-bottom:3px;
}

a:link.product2 {
    color:#339999;
    font-size:8pt;
    text-transform:uppercase;
}

a:visited.product2 {
    color:#339999;
    font-size:8pt;
    text-transform:uppercase;
}

a:hover.product2 {
    color:#333399;
    font-size:8pt;
    text-transform:uppercase;
}

.container3 {
    padding:3px 6px 3px 10px;
    background-color:#333399;
    display:block;
    font-weight:bold;
    font-size:9pt;
    color:#fff;
    line-height:9pt;
    text-transform:uppercase;
    margin-bottom:3px;
}

a:link.product3 {
    color:#333399;
    font-size:8pt;
    text-transform:uppercase;
}

a:visited.product3 {
    color:#333399;
    font-size:8pt;
    text-transform:uppercase;
}

a:hover.product3 {
    color:#663399;
    font-size:8pt;
    text-transform:uppercase;
}

.container4 {
    padding:3px 6px 3px 10px;
    background-color:#663399;
    display:block;
    font-weight:bold;
    font-size:9pt;
    color:#fff;
    line-height:9pt;
    text-transform:uppercase;
    margin-bottom:3px;
}

a:link.product4 {
    color:#663399;
    font-size:8pt;
    text-transform:uppercase;
}

a:visited.product4 {
    color:#663399;
    font-size:8pt;
    text-transform:uppercase;
}

a:hover.product4 {
    color:#993366;
    font-size:8pt;
    text-transform:uppercase;
}

.container5 {
    padding:3px 6px 3px 10px;
    background-color:#993366;
    display:block;
    font-weight:bold;
    font-size:9pt;
    color:#fff;
    line-height:9pt;
    text-transform:uppercase;
    margin-bottom:3px;
}

a:link.product5 {
    color:#993366;
    font-size:8pt;
    text-transform:uppercase;
}

a:visited.product5 {
    color:#993366;
    font-size:8pt;
    text-transform:uppercase;
}

a:hover.product5 {
    color:#993333;
    font-size:8pt;
    text-transform:uppercase;
}

.container6 {
    padding:3px 6px 3px 10px;
    background-color:#993333;
    display:block;
    font-weight:bold;
    font-size:9pt;
    color:#fff;
    line-height:9pt;
    text-transform:uppercase;
    margin-bottom:3px;
}

a:link.product6 {
    color:#993333;
    font-size:8pt;
    text-transform:uppercase;
}

a:visited.product6 {
    color:#993333;
    font-size:8pt;
    text-transform:uppercase;
}

a:hover.product6 {
    color:#996633;
    font-size:8pt;
    text-transform:uppercase;
}

.container7 {
    padding:3px 6px 3px 10px;
    background-color:#996633;
    display:block;
    font-weight:bold;
    font-size:9pt;
    color:#fff;
    line-height:9pt;
    text-transform:uppercase;
    margin-bottom:3px;
}

a:link.product7 {
    color:#996633;
    font-size:8pt;
    text-transform:uppercase;
}

a:visited.product7 {
    color:#996633;
    font-size:8pt;
    text-transform:uppercase;
}

a:hover.product7 {
    color:#336699;
    font-size:8pt;
    text-transform:uppercase;
}

a:link.smallitalicsblue {
    font-style:italic;
    font-weight:normal;
    color:#006699;
    font-size:8pt;
    line-height:11pt;
}

a:active.smallitalicsblue {
    font-style:italic;
    font-weight:normal;
    color:#006699;
    font-size:8pt;
    line-height:11pt;
}

a:visited.smallitalicsblue {
    font-style:italic;
    font-weight:normal;
    color:#006699;
    font-size:8pt;
    line-height:11pt;
}

a:hover.smallitalicsblue {
    font-style:italic;
    font-weight:normal;
    color:#ff0000;
    font-size:8pt;
    line-height:11pt;
}

.login {
    background:url(../images/loginbutton.jpg);
    width:95px;
    height:26px;
    border:solid 0px #000;
}

/* Tabs ---------------------*/
.checkoutTabs_Active {
    width:100%;
    height:40px;
    border:solid 1px #993333;
    background-color:#996633;
    color:#fff;
    font-size:10pt;
    font-weight:bold;
    cursor:hand;
}

.checkoutTabs_Inactive {
    width:100%;
    height:40px;
    border:solid 1px #000;
    background-color:#336699;
    color:#fff;
    font-size:10pt;
    font-weight:bold;    
    cursor:hand;
}

.checkoutTabs_Disabled {
    width:100%;
    height:40px;
    border:solid 1px #fff;
    background-color:#fff;
    color:#000;
}

/* Input Controls */
.singleLineTextBox {
	height:16px;
	width:120px;
}

.fileUpload {
	height:16px;
	width:200px;
}

.multiLineTextBox {
	height:100px;
	width:500px;	
}

.passwordTextBox {
	height:16px;
	width:120px;
}

.shortTextBox {
	width:80px;	
}

.longTextBox {
	width:270px;		
}

.reallyLongTextBox {
	width:500px;		
}

.tinyTextBox {
	width:40px;
}

.dropDownList {
}

.radioButtonList {
}

.checkBoxList {	
}

.singleSelectListBox {
	height:200px;
	width:200px;
}

.multiSelectListBox {
	height:130px;
	width:150px;	
}

.shortbutton {
	height:33px; 
	width:101px;
	background-image:url(../Images/weebutton.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#fff;
	font-weight:bold; 
	border:solid 0px #000000;	
}

.button {
	height:33px; 
	width:151px;
	background-image:url(../Images/mediumbutton.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#fff;
	font-weight:bold; 
	border:solid 0px #000000;	
}

.longbutton {
	height:33px; 
	width:201px;
	background-image:url(../Images/bigbutton.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#fff;
	font-weight:bold; 
	border:solid 0px #000000;	
}

/* GridView Parts ---------------------- */
.GridViewHeader th {
	padding: 2px 12px 2px 12px;
	background-color: #336699;
	font-weight:bold;
	font-size:9pt;
	color:#ffffff;
	line-height:9pt;
	text-decoration:none;
}

.gridRow td {
	padding: 2px 12px 2px 12px;
	background-color: #fff;
}

.alternateGridRow td {
	padding: 2px 12px 2px 12px;
	background-color: #ccc;
}

/* Report Page */

a.header:active {
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

a.header:link {
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

a.header:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

a.header:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
}

a.black:active {
	color: #000000;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
}

a.black:link {
	color: #000000;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
}

a.black:visited {
	color: #000000;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
}

a.black:hover {
	color: #000000;
	font-size: 10px;
	font-weight:bold;
	text-decoration: underline;
}

.categoryheader {
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 13px; 
	margin:10px 4px 10px 10px;
}
.category {
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 13px; margin:7px 4px 7px 10px;
}
.productheader {
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 12px; 
	margin:4px 4px 4px 27px;
}
.product {
	color: #000000; 
	font-weight: bold; 
	font-size: 10px; 
	margin:2px 4px 2px 27px;
}
.detailheader {
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 11px; 
	margin:4px 4px 4px 44px;
}

.detail {
	color: #000000; 
	font-weight: bold; 
	font-size: 10px; 
	margin:2px 4px 2px 44px;
}

/* End Report Page */

/* Toolkit */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:1000;
}

.modalPopup {
	background-color:white;
	border-width:3px;
	border-style:solid;
	border-color:#000;
	padding:30px;
	width:800px;
	
}

.reorderCue {
	border:solid thin black;
	width:100%;
	height:25px;
}

#dragHandle {
	width:30px;
	height:30px;
	background-image:url(/App_Themes/CW_Default/images/dragbutton.gif);
	cursor:move;
	margin-right:10px;
	z-index:
}

#divReorder {

}

#divReorder ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#divReorder li {
	list-style:none;
	padding:0px;
	margin:0px;
}

/* SiteFinity */
/* Blog */
.sf_postListing h2 {
    margin-bottom:0px;
    font-size:20px;
}

.sf_singlePost h1 {
    border:solid 0px #000;
    margin-bottom:0px;
    font-weight:bold;
    font-size:18pt;
    line-height:14pt;
}

.sf_postTitle {
    
}

.sf_postDate {

}

.sf_postContent {

}

.sf_readMore {
    
}

.sf_postComments {

}

.sf_postAuthor {
    
}

.sf_postCategory {
    
}

.sf_postTags {
    
}

.sf_comments /* Comments h2 */ {
    font-size:14px;
    border-bottom:solid 1px #000;
    margin-bottom:0px;
}

.sf_commentAuthor {
    border-bottom:dashed 1px #000;
}

.sf_postNewComment legend {
    font-weight:bold;
    margin-left:0px;
    margin-bottom:8px;
    width:100%;
    border-top:solid 1px #000;
}

.sf_commentMessage {
    font-weight:bold;
    color:#ff0000;
}

/*-------------------------------------Lists---------------------------------*/ 
.sf_expandedList li {

}

.sf_listTitle {
    display:none;
}

.sf_expandedList {
    list-style-type:none;
    padding-left:0em;
    text-indent:-1.75em;
    margin-left:0px;
}

.sf_listItemTitle {

}

.sf_listItemBody {

}