/*
Text Dashlet Enhanced CSS include file
Copyright 2013-01-18 Troy Lea aka Box293
*/  

/*Font Size*/

.textenhanced-font-size-inherit {
	font-size: inherit;
	}

.textenhanced-font-size-xx-small {
	font-size: xx-small;
	}

.textenhanced-font-size-x-small {
	font-size: x-small;
	}

.textenhanced-font-size-small {
	font-size: small;
	}

.textenhanced-font-size-medium {
	font-size: medium;
	}

.textenhanced-font-size-large {
	font-size: large;
	}

.textenhanced-font-size-x-large {
	font-size: x-large;
	}

.textenhanced-font-size-xx-large {
	font-size: xx-large;
	}


/*Font Weight*/
 
.textenhanced-font-weight-inherit {
	font-weight: inherit;
	}

.textenhanced-font-weight-normal {
	font-weight: normal;
	}

.textenhanced-font-weight-bold {
	font-weight: bold;
	}

.textenhanced-font-weight-inherit {
	font-weight: inherit;
	}

.textenhanced-font-weight-normal {
	font-weight: normal;
	}

.textenhanced-font-weight-bold {
	font-weight: bold;
	}


/*Font Style*/

.textenhanced-font-style-inherit {
	font-style: inherit;
	}

.textenhanced-font-style-normal {
	font-style: normal;
	}

.textenhanced-font-style-italic {
	font-style: italic;
	}

.textenhanced-font-style-oblique {
	font-style: oblique;
	}


/*Font Variant*/

.textenhanced-font-variant-inherit {
	font-variant: inherit;
	}

.textenhanced-font-variant-normal {
	font-variant: normal;
	}

.textenhanced-font-variant-small-caps {
	font-variant: small-caps;
	}


/*Color*/

.textenhanced-color-inherit {
	color: inherit;
	}

.textenhanced-color-aqua {
	color: aqua;
	}

.textenhanced-color-black {
	color: black;
	}

.textenhanced-color-blue {
	color: blue;
	}

.textenhanced-color-fuchsia {
	color: fuchsia;
	}

.textenhanced-color-gray {
	color: gray;
	}

.textenhanced-color-green {
	color: green;
	}

.textenhanced-color-lime {
	color: lime;
	}

.textenhanced-color-maroon {
	color: maroon;
	}

.textenhanced-color-navy {
	color: navy;
	}

.textenhanced-color-olive {
	color: olive;
	}

.textenhanced-color-purple {
	color: purple;
	}

.textenhanced-color-red {
	color: red;
	}

.textenhanced-color-silver {
	color: silver;
	}

.textenhanced-color-teal {
	color: teal;
	}

.textenhanced-color-yellow {
	color: yellow;
	}

.textenhanced-color-white {
	color: white;
	}

.textenhanced-color-background-inherit  {
	background-color: inherit;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	}


.textenhanced-hidden {
	display: none;
	}

.textenhanced-unhidden {
	display: block;
	}

.textenhanced-nobullets {
	list-style-type: none;
	}

input.textenhanced_menuheading1  {
    font-size: 1.25em;
	text-align: center;
	border: none;
	border-color: transparent;
	outline : none;  
	padding-top: 3px;  
	padding-right: 3px;  
	padding-bottom: 3px;  
	padding-left: 3px; 
	width: 65px;
	}

input.textenhanced_menuheading2 {
	background-color: #C1CDCD;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	border: none;
	border-color: transparent;
	outline : none;  
	padding-top: 3px;  
	padding-right: 3px;  
	padding-bottom: 3px;  
	padding-left: 3px; 
	width: 70px;
	}

.textenhanced-font-weight-bold-help {
	font-weight: bold;
	width: 220px;
	float: left;
	}

.textenhanced-border {
	background-color: #F1F1F1;
	width: 515px;
	}

.textenhanced-border-left {
	background-color: #F1F1F1;
	width: 283px;
	border: solid;
	border-width: 1px;
	border-color: #F1F1F1;
	float: left;
	}

.textenhanced-border-right-top {
	background-color: #F1F1F1;
	width: 228px;
	border: solid;
	border-width: 1px;
	border-color: #4D89F9;
	border-left-color: #F1F1F1;
	border-right-color: #F1F1F1;
	border-bottom-color: #F1F1F1;
	padding-right: 0px;  
	float: left;
	}

.textenhanced-border-right-bottom {
	background-color: #F1F1F1;
	width: 228px;
	border: solid;
	border-width: 1px;
	border-color: #4D89F9;
	border-left-color: #F1F1F1;
	border-right-color: #F1F1F1;
	border-top-color: #F1F1F1;
	padding-right: 0px;  
	float: left;
	}

div.textenhanced-spacer5 { 
	height: 5px;
	}

div.textenhanced-spacer8 { 
	height: 8px;
	}

div.textenhanced-spacer10 { 
	height: 10px;
	}

div.textenhanced-spacer15 { 
	height: 15px;
	}

div.textenhanced-spacer20 { 
	height: 20px;
	}

div.textenhanced-checkitem { 
	margin-top: 0.5em; 
	clear: both; 
	padding-bottom: 15px;
	vertical-align: middle;  
	}

input.textenhanced-checkbox { 
	width: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
	}

#textenhanced-containter {
	background-color: #F1F1F1;
	height: 460px;
	width: 515px;
	padding-top: 10px;  
	padding-right: 0px;  
	padding-bottom: 0px;  
	padding-left: 0px; 
	border: solid;
	border-width: 1px;
	border-color: #4D89F9;
	border-left-color: #F1F1F1;
	border-top-color: #F1F1F1;
	border-bottom-color: #F1F1F1;
	float: left;
	}

#textenhanced-containter-section-1 {
	border-top-style: dotted;
	border-width: 1px;
	overflow: auto;
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 0px; 
	padding-right: 5px; 
	height: 400px;
	}

#textenhanced-containter-section-1-part-1 {
	width: 315px;
	height: 360px;
	float: left;
	padding-top: 0px; 
	padding-right: 10px; 
	border-right-style: dotted;
	border-width: 1px;
	}

#textenhanced-containter-section-1-part-2 {
	width: 150px;
	height: 360px;
	float: left;	
	padding-left: 20px; 
	padding-top: 0px; 
	}

	
#textenhanced-containter-section-2 {
	border-top-style: dotted;
	border-width: 1px;
	overflow: auto;
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 0px; 
	padding-right: 5px; 
	height: 400px;
	}

#textenhanced-containter-section-2-part-1 {
	width: 315px;
	height: 360px;
	float: left;
	padding-top: 0px; 
	padding-right: 10px; 
	border-right-style: dotted;
	border-width: 1px;
	}

#textenhanced-containter-section-2-part-2 {
	width: 150px;
	height: 360px;
	float: left;	
	padding-left: 20px; 
	padding-top: 0px; 
	}
	

#textenhanced-containter-section-3 {
	border-top-style: dotted;
	border-width: 1px;
	overflow: auto;
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 0px; 
	padding-right: 5px; 
	height: 400px;
	}

#textenhanced-containter-section-3-part-1 {
	width: 315px;
	height: 360px;
	float: left;
	padding-top: 0px; 
	padding-right: 10px; 
	border-right-style: dotted;
	border-width: 1px;
	}

#textenhanced-containter-section-3-part-2 {
	width: 150px;
	height: 360px;
	float: left;	
	padding-left: 20px; 
	padding-top: 0px; 
	}
	
	

#textenhanced-containter-preview {
	border-top-style: dotted;
	border-width: 1px;
	overflow: auto;
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 0px; 
	padding-right: 5px; 
	height: 400px;
	}

#textenhanced-containter-layout {
	border-top-style: dotted;
	border-width: 1px;
	overflow: auto;
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 0px; 
	padding-right: 5px; 
	height: 400px;
	}

#textenhanced-containter-help {
	border-top-style: dotted;
	border-width: 1px;
	overflow: auto;
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 0px; 
	padding-right: 5px; 
	height: 400px;
	}

#textenhanced-containter-license {
	border-top-style: dotted;
	border-width: 1px;
	overflow: auto;
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 0px; 
	padding-right: 5px; 
	height: 400px;
	}


input.textenhanced-button01 {
	color: #336699;
	background-color: transparent;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px;
	padding: 4px;
	padding-left: 0px;
	text-align: left;
	}

