html{
	font-family:Arial,Helvetica,sans-serif;
}

h1{
	margin-bottom:.4em;
	color:#2a5877;
	font-weight:normal;
	font-size:1.95em;
	border-bottom:1px solid #CCC;
}
h2{
	margin-bottom:1em;
	border-bottom:1px solid #ced2d2;
	padding-bottom:3px;
	color:#B20000;
	font-size:18px;
}
h3{
	margin-bottom:.5em;
	color:#060606;
	font-size:1.25em;
}
h4{
	font-size:1.05em;
}
h5{
	font-size:1em;
}

h1 a,h1 a:hover,
h2 a,h2 a:hover,
h3 a,h3 a:hover,
h4 a,h4 a:hover{
	font-weight:bold;
	font-size:12px;
}

.inputbutton,
.inputsubmit{
	background-color:#3B5998;
	border-color:#D9DFEA rgb(14, 31, 91) rgb(14, 31, 91) rgb(217, 223, 234);
	border-style:solid;
	border-width:1px;
	color:#FFF;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	padding:2px;
	text-align:center;
	margin-right:4px;
}


/*
Style Selector
*/ 
 
table.form td{
	padding-top:3px;
}
.creator-bg-item-preview{
	border:1px solid #CCC;
}
.creator-bg-item-toolbar{
	padding:2px;
}
.creator-bg-item-toolbar-item{
	float:left; 
	height:16px; 
	width:16px; 
	cursor:pointer; 
	border:1px solid #FFF; 
	opacity:0.8;
}
.creator-bg-item-thumbs-up{
	background-image:url(../images/styleSelector/thumbs-up.gif);
}
.creator-bg-item-thumbs-down{
	background-image:url(../images/styleSelector/thumbs-down.gif);
}
.creator-bg-item-zoom{
	background-image:url(../images/styleSelector/zoom-icon.gif);
}
.creator-bg-item-thumbs-choose{
	width:64px; 
	float:right;
}
.creator-col-header{
	padding:5px;
	font-size:18px;
	background-color:#EEE;
}
.creator-col-result-header{
	padding:5px;
	font-size:18px;
	background-color:#EEE;
	height:27px;
}
.creator-col-list-div{
	padding:10px;
	font-size:12px;
	cursor:pointer;
	overflow:auto;
	height:400px;
}
.creator-col-list{}
.creator-col{
	border:2px solid #EEE;
	height:470px;
}
.creator-col-result{
}
.creator-col-result-list{
	height:480px;
	
}
.creator-col ul{
	margin:0;
	padding:0;
	list-style:none;
}
.creator-bg-item{
	width:200px;
	float:left;
	border:1px solid #EEE;
	padding:2px;
	margin:8px;
	position:relative;
	cursor:pointer;
	padding:2px;
}
.creator-bg-item-over{
	border:1px solid #00CC33;
}
.creator-col-result-pagination{
	float:right;
	width:250px;
}
.creator-col-list-item-selected{
	background-color:#E6F9FF;
}
.creator-col-list-item-over{
	background-color:#FFFFCC;
}
.creator-col-list li{
	margin-left:15px;
	font-size:12px;
	padding-left:5px;
}
.creator-col-list li .myfavorite{
	list-style:url(../images/styleSelector/thumbs-up.gif);
}
.creator-col-list-parent{
	list-style:url(/common/images/icons/plus.png);
}
.selected{
	list-style:none;
}
.parent-selected{
	list-style:url(/common/images/icons/minus.png);
}
.creator-col-list-subcollection{
	display:none;
	padding-left:25px;
}
.input-styled-wrap{
	width:152px;
}
.input-styled{
	background:url(../images/inputs/input.body.gif) no-repeat;
	float:left;
	width:123px;
	height:26px;
}
.input-styled-input{
	background:none;
	font-size:12px;
	border:0px;
	width:120px;
	float:left;
	padding-left:5px;
	padding-top:5px;
}
.input-styled-button{
	background:url(../images/inputs/input.button.go.gif) no-repeat;
	float:left;
	width:27px;
	height:26px;
	cursor:pointer;
}

.creator-bg-item-thumbs-up{display:none}

