.line {
	width: 100%;
	height: 1px;
	background: #dfdfdf;
	clear: both;
}
.linealt {
	width: 100%;
	height: 1px;
	background: #f3f3f3;
	clear: both;
	margin-bottom: 30px;
}
/*DROP CAPS*/
.drop-cap {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	font-size: 34px;
	line-height: 34px;
	padding: 3px 5px 0 0;
}

.short-box {
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 3px #cecece;
	-webkit-box-shadow: 0 0 3px #cecece;
	box-shadow: 0 0 3px #cecece;
}

.short-box p {
	padding: 0;
}

.download-box {
	color: #5c7938;
	background: #dcf9b9 url('../images/green-grad.png') 0 0 repeat-x;
	border: 1px solid #acdd70;
}

.downloadboxinner {
	padding: 20px 20px 25px 75px;
	background: url('../images/box.png') 20px 15px no-repeat;
}

.warning-box {
	color: #c31b00;
	background: #ffcccc url('../images/red-grad.png') 0 0 repeat-x;
	border: 1px solid #ff9999;
}

.warningboxinner {
	padding: 20px 20px 25px 75px;
	background: url('../images/warning.png') 20px 15px no-repeat;
}

.info-box {
	color: #2e6093;
	background: #FFC url('../images/blue-grad.png') 0 0 repeat-x;
	border: 1px solid #CFF1FF;
}

.infoboxinner {
	padding: 20px 20px 25px 75px;
	background: url('../images/info-box.png') 20px 15px no-repeat;
}

.note-box {
	color: #9e660d;
	background: #FFC url('../images/yellow-grad.png') 0 0 repeat-x;
	border: 1px solid #e6c555;
}

.noteboxinner {
	padding: 20px 20px 25px 75px;
	background: url('../images/note.png') 20px 15px no-repeat;
}

/*HIGHLIGHTS*/
.highlight { margin: 0 1px; display: inline-block; }

.highlight.highlight-blue {	
	background: #1bb5d9;
	color: #000000;
	padding: 1px 4px;
}

.highlight.highlight-orange {	
	background: #fcae02;
	color: #000000;
	padding: 1px 4px;
}

.highlight.highlight-green {	
	background: #b4d929;
	color: #000000;
	padding: 1px 4px;
}

.highlight.highlight-purple {	
	background: #b54beb;
	color: #ffffff;
	padding: 1px 4px;
}

.highlight.highlight-pink {	
	background: #f638a5;
	color: #ffffff;
	padding: 1px 4px;
}

.highlight.highlight-red {	
	background: #f21010;
	color: #ffffff;
	padding: 1px 4px;
}

.highlight.highlight-grey {	
	background: #868686;
	color: #ffffff;
	padding: 1px 4px;
}

.highlight.highlight-light {	
	background: #e9e9e9;
	color: #000000;
	padding: 1px 4px;
}

.highlight.highlight-black {	
	background: #000000;
	color: #ffffff;
	padding: 1px 4px;
}

.highlight.highlight-yellow {	
	background: #f8ea46;
	color: #000000;
	padding: 1px 4px;
}

/* TOOLTIPS */
.tip {
    color: #fff;
    background:#1d1d1d;
    display:none; /*--Hides by default--*/
    padding:10px;
    position:absolute;    
	z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tip_trigger { color: #e12d1c; }
		
.tooltip-blue { border: 1px solid #317d9b; background: #1d8bb4; }
.tooltip-orange { border: 1px solid #be7125; background: #e97813; }
.tooltip-red { border: 1px solid #a01515; background: #c42828; }
.tooltip-green { border: 1px solid #6e8a19; background: #70aa23; }
.tooltip-purple { border: 1px solid #50158c; background: #7726bd; }
.tooltip-pink { border: 1px solid #98195e; background: #c42173; }
.tooltip-grey { border: 1px solid #868686; background: #868686; }	
.tooltip-light { border: 1px solid #bababa; background: #d8d8d8; text-shadow: 0 1px 1px #ffffff; color: #464646 !important; }
.tooltip-black { border: 1px solid #101010; background: #1d1d1d; }

/* IMAGEBOX */
.imagebox.large { 
	background: url("../images/img-bg.png") no-repeat 0 0 transparent; 
	height: 241px; 
	padding: 7px 7px 20px; 
	width: 593px; 
}

.imagebox.medium,
.imagebox.small {
	padding: 7px 7px 17px;
	margin-bottom: 10px;
}

.imagebox.medium {
    background: url("../images/img-bg.png") no-repeat 0 -270px;
    height: 160px;
    width: 286px;
}

.imagebox.small {
    background: url("../images/img-bg.png") no-repeat scroll -310px -270px transparent;
    height: 150px;
    width: 201px;
}

/*Protected Content*/
#digi-protected { 
	width: 315px; 
	margin: 20px 10px;
}

#digi-protected .digi-protected-form { 
	background: url("../images/protected/password-protected-bg.png") no-repeat; 
	height: 144px; 
	margin-bottom: 10px; 
	padding: 26px 33px 0px 30px; 
	font-family: Arial, sans-serif; 
}

#digi-protected .digi-protected-form p { 
	padding-bottom: 16px; 
	margin-bottom: 0px;
}

#digi-protected .digi-protected-form p input { 
	background: url("../images/protected/protected-input-bg.png") repeat-x; 
	border: 1px solid #dadada; 
	margin: 0px 0px 0px 14px; 
	padding: 5px; 
	width:150px; 
}

#digi-protected .digi-protected-form p input[type="password"] { 
	margin-left: 16px; 
}

#digi-protected .digi-protected-form p input:focus { 
	border-color:#2D3940; 
	color:#3E3E3E; 
}

#digi-protected .digi-protected-form input#sklogin-button { 
	background: url("../images/protected/protected-login-bg.png") no-repeat; 
	border: none; 
	cursor: pointer;
	width: 59px; 
	height: 24px; 
	float: right; 
	color: #ffffff; 
	font-size: 11px; 
	text-shadow: 1px 1px 1px #2C2C2C;  
	line-height: 11px;
}
		
#digi-protected .digi-protected-form label { 
	color: #757575; 
	font-size: 14px; 
}

#digi-protected p.digi-registration { 
	text-align: right; 
	font: 12px; 
	color: #757575; 
	padding: 0;
	margin-bottom: 3px;
}

#digi-protected p.digi-registration a { 
	color: #424242; 
	font-style: italic; 
	font-weight: bold; 
}

/*Columns*/

.one-half, .one-third, .two-thirds,
.one-fourth, .three-fourths { 	
	float:left; 
	margin-right:4%;
	margin-bottom: 10px;
	position:relative; }
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.two-thirds { width:65.32%; }
.one-fourth { width:22%; }
.three-fourths { width:74%; }
.last { margin-right: 0; }

/* Framed Boxes */
.framed-box {
    margin-bottom: 20px;
}

.framed-box-content {
	background: #f3f3f3;
	padding: 20px;
}

.fbox-title {
	color: #ffffff;
	padding: 20px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.fbox-title h3 {
	color: #ffffff;
}

.fbox-title h5 {
	color: #e3e3e3;
	font-style: italic;
}

.fbox-title.fire {
	background: #994016 url("../images/meta-bg.png") repeat-x;
}

.fbox-title.blue {
	background: #1260a1 url("../images/meta-bg.png") repeat-x;
}

.fbox-title.black {
	background: #353535 url("../images/meta-bg.png") repeat-x;
}

.fbox-title.gray {
	background: #7a7a7a url("../images/meta-bg.png") repeat-x;
}

.fbox-title.green {
	background: #385a11 url("../images/meta-bg.png") repeat-x;
}

.fbox-title.coffee {
	background: #3f3730 url("../images/meta-bg.png") repeat-x;
}

.fbox-title.orange {
	background: #ff6f1e url("../images/meta-bg.png") repeat-x;
}

/**********  ACTION  **********/
#actionS.blue {
    background: url("../images/blue-grad.png") repeat-x scroll 0 0 #F3F3F3;
    border: 1px solid #CFF1FF;
}

#actionS.red {
	background: #ffcccc url('../images/red-grad.png') 0 0 repeat-x;
	border: 1px solid #ffb7b7;
}

#actionS.green {
	background: #dcf9b9 url('../images/green-grad.png') 0 0 repeat-x;
	border: 1px solid #acdd70;
}

#actionS.yellow {
	background: #FFC url('../images/yellow-grad.png') 0 0 repeat-x;
	border: 1px solid #e6c555;
}
/**********  TABS  **********/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	background: #f3f3f3;
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
}
ul.tabs li a:hover {
	background: #dfdfdf;
}
html ul.tabs li a.selected, html ul.tabs li a.selected a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #ffffff;
}

.tab-container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tabs-wrapper .tab-content {
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    clear: both;
    padding: 20px;
}
.tab-content h2 {
	padding-bottom: 10px;
	border-bottom: 1px dashed #dfdfdf;
}
.tab-content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #dfdfdf;
	padding: 5px;
}

/* Slide Toggle */
h4.slide_toggle,
h4.slide_toggle_compact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
	margin: 10px 0;
    position: relative;
	font-size: 12px !important;
	line-height: 12px !important;
}

h4.slide_toggle {
	background: url("../images/toggle-top.png") repeat-x scroll 0 0 #dedede;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	box-shadow: 0 0 3px #E3E3E3;
}
h4.slide_toggle.clicked a {
    background: url("../images/toggle.png") no-repeat 10px -38px;
    display: block;
}
h4.slide_toggle a {
	background: url("../images/toggle.png") no-repeat 10px 12px;
	padding: 20px 0 20px 50px;
    display: block;
	color: #5f5f5f;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.slide_toggle_content,
.slide_toggle_compact_content {
    background: url("../images/silver-grad.png") repeat-x scroll 0 0 #F2F2F2;
	border: 1px solid #e5e5e5;
    margin: 0 0 20px 0;
    padding: 30px;
    clear: both;
    overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 0 3px #E3E3E3;
}
/* Slide Toggle */
h4.slide_toggle_compact {
    background: url("../images/toggle.png") no-repeat 0 2px;
    padding: 10px 0 10px 40px;
    position: relative;
	display: block;
}
h4.clicked_compact {
    background: url("../images/toggle.png") no-repeat 0 -48px;
}
h4.slide_toggle_compact a {
	color: #5f5f5f;
    display: block;
}