/* BOX */
div.box{
	border-left:4px solid #B1B1B1;
	overflow:hidden;
	clear:both;
	margin-bottom:10px;
	background-color:#FFFFFF;
}
* html div.box{ /* IE6 Fix */
	height:0px;
	overflow:visible;
}

div.box div.caption{
	font-size:20px;
	font-weight:bold;
	color:#333333;
	padding-bottom:4px;
	padding-top:8px;
	padding-left:10px;
	font-weight:bold;
	margin-top:0px;
	border-bottom:1px solid #CCCCCC;
	text-align:left;
}

div.box div.content{
	clear:both;
	padding:5px;
	font:12px Tahoma;
	color:#333333;
}

div.box div.content div.row{
	margin-bottom:5px;
	overflow:hidden;
	clear:both;
}

div.box div.content div.row div.key{
	font-size:12px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:2px;
	float:left;
	width:140px;
}

div.box div.content div.row div.val{
	float:left;
}

div.box2{
	overflow:hidden;
	clear:both;
	margin-bottom:10px;
}
* html div.box2{ /* IE6 Fix */
	height:0px;
	overflow:visible;
}

div.box2 div.caption{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	padding-bottom:4px;
	font-weight:bold;
	margin-top:0px;
	border-bottom:1px solid #CCCCCC;
	text-align:left;
}

div.box2 div.content{
	clear:both;
	padding:5px;
	font:12px Tahoma;
	color:#333333;
}

div.box2 div.content div.row{
	margin-bottom:5px;
	overflow:hidden;
	clear:both;
}

div.box2 div.content div.row div.key{
	font-size:12px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:2px;
	float:left;
	width:140px;
}

div.box2 div.content div.row div.val{
	float:left;
}

div.box-min{
	clear:both;
	padding:5px;
	font:12px Tahoma;
	color:#333333;
	border:1px solid #B1B1B1;
}
/* box3 */ 
div.box3{
	background:#FFFFFF url(images/box2-bg.jpg) repeat-x scroll 1px 1px;
	border:0px;
	overflow:hidden;
	clear:both;
	margin-bottom:10px;
	border:1px solid #B2B2B2;
}
* html div.box3{ /* IE6 Fix */
	height:0px;
	overflow:visible;
}

div.box3 div.caption{
	clear:both;
	margin-left:10px;
	margin-right:10px;
	height:25px;
	font:bold 14px Tahoma;
	color:#333333;
	padding-top:10px;
	font-weight:bold;
	margin-top:0px;
	border-bottom:1px solid #CCCCCC;
}
div.box3 div.caption a{
	font-weight:bold;
	font:bold 14px Tahoma;
	color:#333333;
}
div.box3 div.content{
	clear:both;
	padding:10px;
	font:12px Tahoma;
	color:#333333;
}

div.box3 div.content div.row{
	margin-bottom:5px;
}

/* Idea_CatalogView */
div.catalog-view{
	overflow:hidden;
	height:auto;
	clear:both;
}

div.catalog-view div.cell{
	float:left;
	overflow:hidden;
	height:auto;
	padding-bottom:4px;
	margin-top:4px;
}

div.catalog-view div.cell img#cell-photo{
	float:left;
	border:1px solid #CCC;
	padding:2px;
	margin-right:5px;
}

div.catalog-view div.cell div#cell-content{
	position:relative;
	float:left;
}

div.catalog-view div.cell div#cell-title{
	font-weight:bold;
	margin-bottom:4px;
	text-indent:4px;
	font-size:13px;
}

div.catalog-view div.cell div#cell-body{
}

/* Idea_DataGrid */
.list-view{
	margin-bottom:5px;
	border: 1px solid #CCC;
	border-left: 0px;
	font-size:12px;
	background-color:#FFFFFF;
}

.list-view .caption{
	background:#A2BECB url(images/list-view-caption-bg.jpg) repeat-x scroll right top;
	border:0px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	color:#333333;
	font-family:arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-left:2px;
	padding:5px 10px;
}

.list-view .toolbar{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	color:#000;
	font-weight:bold;
}

.list-view .toolbar input.btn{
	background:#EEE url(images/btn.jpg) repeat-x scroll right top;
	border:1px solid #CCC;
	padding:1px;
	color:#666666666;
	font: bold 11px Arial, Sans-serif;
	cursor:pointer;
}

.list-view .toolbar input.btn:hover{
	border:1px solid #333333;
}

.list-view th{
	font-weight:bold;
	fonct-size:11px;
	padding:2px;
	background-color:#F8FAFD;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align:left;
}

.list-view td.col{
	padding:2px;
	border-left: 1px solid #ccc;
}

.list-view td.col-radio{
	padding:2px;
	border-left: 1px solid #ccc;
}

.list-view td.empty-msg{
	height:50px;
	text-indent:50px;
	padding:2px;
	border-left: 1px solid #A2BECB;
	background: #FDF6D4 url(images/info32.gif) no-repeat 10px 10px !important;
}

.list-view tr.row:hover{
	background-color: #CCCCCC;
}

.list-view .tr1{
	background-color: #FFFFFF;
}
.list-view .tr2{
	background-color: #EEEEEE;
}

.list-view tr.detail{
	/*background-color: #FFFFFF;*/
}

.list-view tr.detail td.detail-td{
	border-top:1px dashed #A2BECB;
	border-bottom:2px solid #A2BECB;
	border-left:1px solid #A2BECB;
	border-right:0px solid #A2BECB;
	padding:5px;
}


/* Idea_Gallery */
img.gallery-single{
	border:1px solid #CCC;
	padding:4px;
}

div.gallery-list {
	overflow:hidden;
	height:100px;
	margin-top:10px;
	margin-bottom:10px;
}
div.gallery-list img.photo{
	border:1px solid #CCC;
	padding:4px;
	margin-right:5px;
}

/* Idea_WebForm */
.web-form{
	position:relative;
	border-bottom: 4px solid #CCCCCC;
	border-top:0;
}

.web-form .color1{
	/*background-color:#FAFAFA;*/
}

.web-form .color2{
	background-color:#FFFFFF;
}

.web-form .key{
	font-weight:bold;
	margin:3px 0;
	font-size:12px;
	line-height:25px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
	text-align:right;
}

.web-form .val{
	font-size:12px;
	line-height:25px;
	padding-left:2px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}

.web-form .FileUpload{
	border:1px solid #ccc;
	color:#444;
	font-size:12px;
	line-height:20px;
	height:20px;
}

.web-form textarea {
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#444;
	font-size:12px;
}

.web-form input.button{
	height:auto;
	width:auto;
	background:#EEEEEE url(images/btn.jpg) repeat-x;
	color:#333333;
	font:bold 12px Tahoma;
	cursor:pointer;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:18px;
	padding-right:18px;
	border:1px solid #CCC;
}

.web-form input.button .left{
	margin-left:0px;
}

.web-form input.button .right{
	margin-right:0px;
}

.web-form .caption{
	clear:both;
	font-size:20px;
	font-weight:bold;
	color:#333333;
	padding-bottom:4px;
	font-weight:bold;
	margin-top:0px;
	border-bottom:1px solid #CCCCCC;
}

.web-form .footer{
	height:60px;
	vertical-align:middle;
	background-color:#E3F4EB;
	background:#FFFFFF url(images/formfooterback.jpg) repeat-x scroll right bottom;
}

.web-form .web-form-Info{
	font-size:10px;
	color:#777;
}

.web-form-required{
	position:absolute;
	right:5px;
	height:20px;
	background:transparent url(/media/webform/required.gif) no-repeat scroll left 5px;
	padding-left:10px;
	padding-right:5px;
	margin-top:10px;
}

/* Idea_detail-view */
.detail-view{
	margin-bottom:5px;
	border: 1px solid #CCC;
	/* background:#FFFFFF url(images/formheaderback.jpg) repeat-x scroll right top; */
	font-size:12px;
	line-height:18px;
}

.detail-view .color1{
	background-color:#FFFFFF;
}

.detail-view .color2{
	background-color:#EEE;
}

.detail-view .key{
	font-weight:bold;
	text-indent:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#CCC;
}

.detail-view .val{
	text-indent:5px;
	padding-top:2px;
	padding-bottom:2px;
}

/* Validator */
.ErrorMsg{
	line-height:17px;
	height:17px;
	padding-left:5px;
	font-size:11px;
	font-weight:bold;
	margin-top:2px;
	color:#990000;
	background-color:#FDF6D4;
	border: 1px solid #EAE3C1;

}
/* form-view */
.form-view{
	border:1px solid #eee;
	margin-top:5px;
	font-family: "Trebuchet MS";
	font-size:13px;
}
.form-view div.row{
	overflow:hidden;
	margin-bottom:2px;
	margin-top:2px;
	margin-right:2px;
	margin-left:2px;
	background-color:#CCCCCC;
}
.form-view div.key{
	/*background-color:#E0E9FE;*/
	vertical-align:center;
	text-indent:5px;
	font-weight:bold;
	color:#000000;
	width:20%;
	float:left;
	padding:4px;
}

.form-view div.value{
	font-size:13px;
	padding:4px;
	float:left;
	width:78%;
}

.form-view div.clr{
	background-color:#EEEEEE;
}

.form-view .caption{
	background-color:#BDCFFD;
	vertical-align:center;
	text-indent:5px;
	font-size:16px;
	font-weight:bold;
	color:#003366;
	font-family: "Trebuchet MS";
	line-height:25px;
}
.soption{
	font-weight:bold;
	color:#003399;
}

.ad-box{
	width:102px;
	height:110px;
	text-align:center;
	float:left;
	margin-top:5px;
	margin-left:6px;
}

.ad-box a:link, .ad-box a:visited{
	font-family:Tahoma;
	font-size:10px;
}

/* Pager */
.Pager{
	margin-top:25px;
	text-align:center;
}

.Pager #Current{
	border:1px solid #999999;
	background-color: #999999;
	text-decoration:none;
	color:#FFFFFF;
	padding:4px;
	line-height:24px;
}

.Pager a{
	border:1px solid #999999;
	background-color: #FFFFFF;
	text-decoration:none;
	color:#999999;
	padding:4px;
	line-height:24px;
}

.Pager a:hover{
	border-color:#999999C;
	background-color: #EEE;
	color:#999999;
}

