.sm-box { 
	font-family: "Trebuchet MS", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	border: 1px solid #e1e1e1;
	background-color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	position:relative;
	margin-bottom:10px;
}
.sm-box-body { 
	padding:7px 10px 10px 10px;
	position:relative;
} 
h2.sm-box-head, h2.sm-box-divider {
	background-color: #f1f1f1;
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 0 5px 8px;
	font-size:12px;
	color:#464646;
	text-shadow:0 1px 0 #FFFFFF;
	position:relative;
	min-height:15px;
}
h2.sm-box-head {
	margin:0;
}
h2.sm-box-divider {
	margin: 10px -10px 10px -10px;
}
h2.sm-box-thin-divider {
	padding: 0;
	margin: 0;
	height: 1px;
	background-color:#f1f1f1;
}
.sm-box-actions {
	position:absolute;
	top:6px;
	right:10px;
	text-shadow:0 1px 0 #FFFFFF;
	color:#63a21e;
	font-weight:normal;
	font-size:11px;
}
.sm-box-actions a.sm-tooltip { 
	position:absolute;
	top:-4px;
	right:-4px;
}
.sm-box-small { width:502px;}
.sm-box-medium { width:600px;}
.sm-box-large { width:700px;}
.sm-box-medium-half { width:298px; }
.sm-box-quick-links { width:602px;}

.sm-box-partial { 
	border-top:1px solid #000; 
	border-left:1px solid #000; 
	border-right:1px solid #000; 
}
.sm-light-green-box-top { 
	background:#c0c2aa url('/img/sm-box-green-top.png') no-repeat top left; 
	width:278px; 
}
.sm-light-green-box-btm {
	background:transparent url('/img/sm-box-green-btm.png') no-repeat bottom left; 
	padding:15px;
	width:248px;
}
.sm-light-gray-box { 
	border-top: 1px solid #e6e6e6; 
	border-bottom: 1px solid #e6e6e6; 
	padding: 10px; 
	background-color: #f1f1f1; 
    margin-bottom: 1em;
}
.sm-box-information { 
	border-top: 1px solid #d5ebfa; 
	border-bottom: 1px solid #d5ebfa; 
	padding:7px 5px 5px 30px;
	background-color: #e7f4fc; 
    margin-bottom: 1em;
	background:#e7f4fc url(/widgets/icons/info.png) 8px 5px no-repeat scroll;
}
.sm-box-attention {
	color: #000000;
	border-top: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc;
	padding:7px 5px 5px 30px;
	background:#FFF4C8 url(/widgets/icons/attention.gif) 8px 5px no-repeat scroll;
	margin-bottom: 1em;
	font-family: "Trebuchet MS", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	background:#FFF4C8 url(/widgets/icons/attention.gif) 8px 5px no-repeat scroll;
}
.sm-box-success {
	border-top: 1px solid #9ECF9B; 
	border-bottom: 1px solid #9ECF9B;
	color:#333333;
	padding:7px 5px 5px 30px;
	margin-bottom: 1em;
	background-color:#E4FEE3;
	background:#E4FEE3 url(/widgets/icons/action_check.gif) 8px 5px no-repeat scroll;
}
.sm-error-box-red {
	border-top: 1px solid #ffdcdc; 
	border-bottom: 1px solid #ffdcdc; 
	color:#333333;
	padding:7px 5px 5px 30px;
    margin-bottom: 1em;
	background:#ffecec url(/widgets/icons/exclamation.png) 8px 5px no-repeat scroll;
}
.sm-error-box-red li, .sm-box-information li, .sm-box-attention li, .sm-box-success li {
	list-style-type:none;
	margin:0 0 3px 0;
}
.sm-error-box-red h3, .sm-light-gray-box h3, .sm-box-information h3, .sm-box-attention h3, .sm-box-success h3 { padding:0 0 5px 0; margin:0; }

.sm-error-box-red ul, .sm-light-gray-box ul, .sm-box-information ul, .sm-box-attention ul, .sm-box-success ul { padding:0; margin:0 }
 
h2.sm-box-head .icon {
	padding: 5px 0 5px 30px;
} 
.delete {
	background: url(/img/icons/16x16/led/delete.png) 8px 5px no-repeat scroll;
}
.application_add {
	background: url(/img/icons/16x16/led/application_add.png) 8px 5px no-repeat scroll;
}
.email {
	background: url(/img/icons/16x16/led/email.png) 8px 5px no-repeat scroll;
}
.application_go {
	background: url(/img/icons/16x16/led/application_go.png) 8px 5px no-repeat scroll;
}
.people-2 {
	background: url(/img/icons/16x16/people-2.png) 8px 5px no-repeat scroll;
}
.application_side_list { 
	background: url(/img/icons/16x16/led/application_side_list.png) 8px 5px no-repeat scroll; 
}

.sm-box-light {
	font-family: "Trebuchet MS", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	border: 1px solid #e1e1e1;
	background-color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	position:relative;
	margin-bottom:10px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
}
.sm-box-light-head {
	padding: 7px 0 7px 12px;
	margin: 0;
	border-bottom: 1px solid #e1e1e1;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
	background: rgb(241,241,241); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(225,225,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,1)), color-stop(100%,rgba(225,225,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(225,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(225,225,225,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(225,225,225,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(241,241,241,1) 0%,rgba(225,225,225,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}
.sm-box-light-head h2 { 
	font-size:12px;
	color:#464646;
	text-shadow:0 1px 0 #FFFFFF;
	margin:0;
	padding:0;
} 
.sm-box .sm-collapsed .ui-icon, .sm-box .sm-expanded .ui-icon {
	display: inline-block;
}
.sm-box .sm-collapsed .sm-box-head, .sm-box .sm-expanded .sm-box-head {
	cursor: pointer;
}
.sm-box .sm-collapsed, .sm-box .sm-expanded {
	border-radius: 0;
}