/* General body and font styles */
body {
	background-color: #1d3f7c;
	margin: 0;
}
* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: black;
}

html, body {
	scrollbar-3dlight-color: #7f99a8;
	scrollbar-arrow-color: #7f99a8;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color: #7f99a8;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #7f99a8;
	scrollbar-track-color: #ffffff;
	height: 100%;
}

.container {
	width: 100%; height: 100%;
	overflow: hidden;
}
#wrapper4 {
	background: url(../gfx/main_top_left.gif) white top left no-repeat;
}
#wrapper3 {
	background: url(../gfx/main_top_right.gif) top right no-repeat;
}
#wrapper2 {
	background: url(../gfx/main_bottom_left.gif) bottom left no-repeat;
}
#wrapper1 {
	background: url(../gfx/main_bottom_right.gif) bottom right no-repeat;
	padding: 0 6px 18px 4px;
	position: relative;
}

#bar {
	background: url(../gfx/bar-background.gif);
	overflow: hidden !important;
}
#tree {
	border: 1px solid #b8cfd7;
	padding: 5px 1px 5px 5px;
}
#explorerdiv {
	position: relative;
	border: 1px solid #b8cfd7;
	padding: 18px;
}
#explorercontent {
	position: relative;
	width: 100%;
	height: 100%;
}

code, pre {
	font-size: 100%;
}

h2 {
	margin-top: 0;
	color: #7c90cd;
	font-size: 1.2em;
}
h3 {
	margin-top: 0;
}
/* classes for building up the main components of the explorer */
.refresh {
	position: absolute;
	right: 5px;
	top: 0px;
	width: 19px; height: 19px;
	cursor: pointer;
}
.img-link, .text-link {
	cursor: pointer;
}
.editdiv {
	border: 1px solid #B9CFD8;
	height: 100%;
	position: relative;
}
.editdiv textarea {
	display: block;
	border: none;
	background-color: white;
	height: 99%;
	width: 99%;
	font-size: 11px;
}
.result fieldset {
	margin: 1em 0;
}
.result label {
	display: block;
}
.description {
	clear: both;
}

.head {
	font-size: 10px;
}
.headerhome {
	position: absolute;
	top: 47px;
	width: 100%;
	height: 31px;
	display: block;
	background-repeat: repeat-x;
	background: url(../gfx/header_darkblue_small.png);
}
.head * h1 {
	background-repeat: no-repeat;
	margin: 0;
	padding: 2px 0 0 14px;
	color: white;
	font-size: 22px;
}

.link, a {
	color: #7C90CD;
	font-weight: bold;
	text-decoration: underline;
	cursor: hand;
}
.link_hover{
	color: #A8C260;
}
.link_press{
	color: #CD7CA0;
}

/*	Content */
.content td, th, caption {
	font-size: 11px;
}

.content p {
	margin-top: 0.5em;
	z-index: 1;
}

.content h1{
	font-size: 16px;
	color: #666;
	margin: 0.5em 0;
}

/*							Sidebar */
.sidebar {
	position: absolute;
	top: 100px;
	left: 10px;
	width: 250px;
}

.sidebar .legal {
	font-size: 10px;
	padding: 4px 8px;
	line-height: 1.8em;
}





/*styles used in examples */
.b-deck {
	height: 20em;
	overflow: auto;
	border: 3px double #CCD;
	padding: .5em;
}
.dragreceive {
	width: 10em;
	height: 5em;
	border: 1px solid #B3B2B2;
}
.dragitem {
	background-color: #888;
	text-align: center;
	color: white;
	margin: 1px;
}

/* this is the div for the resizable table */
.StyledResizeExampleTable div {
	padding: 2px 18px 0 8px;
	height: 19px;
	white-space: nowrap;
	overflow: hidden;
}

.fxElem{
	position: absolute;
	left: 30px;
	height: 100px;
	width: 100px;
	padding: 12px;
	font: 1.5em;
	background-color: #FFFFFF;
	border: solid 6px #5C98F5;
	margin: 6px;
}



.highlight {
	background: #FCC !important;
}
.highlight2 {
	background: #FF8 !important;
}
.highlight3 {
	background: #CFC !important;
}

/*bookmarking css*/
.bookmarkDeck{
	width: 200px;
	height: 250px;
	float: left;
	border: 3px solid #5C98F5;
	color: #5C98F5;
	margin: 10px;
	padding: 6px;
}

.bookmarkOutput{
	width: 200px;
	height: 250px;
	border: 3px solid #5C98F5;
	overflow: auto;
	color: #5C98F5;
	margin: 10px;
	padding: 6px;
}
/*css for table containing info on films*/
.filmTable{
	border-collapse: collapse;
}

.filmTable th, .filmTable td{
	border: 1px solid #b8cfd5;
	padding: 6px;
}

.filmTable th{
	background-color: #f1f5f8;
	text-align: left;
}

.filmTable tr{
	background-color: #FFFFFF;
}

.filmTable td{

}

.filmTable div {
	padding: 2px 18px 0 8px;
	height: 19px;
	white-space: nowrap;
	overflow: hidden;
}

.filmHighlightRow td{
	background-color: #7C90CD;
	color: #FFFFFF !important;
}

/*fx-move example*/
.fxmove_ticket{
	position: absolute;
	width: 100px;
	top: 50px;
	left: 0px;
}
.fxmove_image{
	display: block;
}
.fxmove_box_outer{
	position: absolute;
	width: 150px;
	height: 180px;
	top: 30px;
	left: 350px;
}
.fxmove_box_inner{
	position: absolute;
	width: 100%;
	height: 100%;
	border: 3px #7C90CD dashed;
}
/*fx tile example*/
.tileContainer{
	position: relative;
	left: 6px;
	height: 260px;
	width: 260px;
	padding: 12px;
	font: 1.5em;
	background-color: #FFFFFF;
	border: dashed 3px #7C90CD;
}

.tile_image{
	position: absolute;
	left: 10px;
	padding: 8px;
}

/*element sorting css*/
.sortContainer{
	position: relative;
	height: 100%;
	width: 100%;
}

.sortable_ticket{
	position: relative;
	width: 100px;
	left: 0px;
	padding: 20px;
}

/* s-tooltip */
.tooltip_target{
	text-decoration: underline;
	font-weight: bold;
	color: #7d8fce;
}

.behavior_output{
	margin: 10px 0;
	padding: 6px;
	border: 1px solid #7C90CD;
	width: 300px;
	height: 45px;
}

/* NEW */

.example-panel {
	border: 1px solid #B9CFD8;
	padding: 10px;
}

.text-black {
	color: #000000;
}

.text-purple {
	color: #7C90CD;
}

.text-bold {
	font-weight: bold;
}

.div-border {
	border: 1px solid #B8CFD8;
	position: relative;
	background-color: #ffffff;
}

.div-title {
	color: #ffffff;
	background-color: #7C90CD;
	font-weight: bold;
	padding:5px;
	position: relative;
}

.div-content {
	height: 220px;
	padding: 5px;
	position: relative;
	background-color: #ffffff;
}

.filmreel-div {
	padding: 5px;
	margin: 5px;
	background-color: #B8CFD8;
}

.filmreel-div-hov {
	background-color: #7C90CD;
}
.movie-ticket {
	position: absolute;
	height: 90px;
	width: 70px;
	border: 1px solid #B8CFD8;
	margin: 5px;
	background-color: #ffffff;
	z-index: 5;
}

.movie-ticket img {
	margin: 4px;
}

.styled-header {
	color: #7c90cd !important;
	font-size: 13px !important;
	font-weight: bold;
	border-bottom: 1px solid #7c90cd;
	width: 100%; /* seems necessary for IE to display the border */
}

.keyboard_example_filmreel{
	position: absolute;
	border: 0px dotted #aaaaaa;
	padding: 1px;
}
.keyboard_example_filmreel img{
	display: block;
	width: 60px;
	height: 52px;
}
.mytile {
	/* the tiles must have absolute positioning */
	position: absolute;

	width: 100px;
	height: 55px;
	padding: 6px;
	border: 1px solid #678;
	background-color: #def;
	color: #333;
	font: 11px/120% verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

/* Styling for the drag symbol, used in the symbolic drag example. */
.dragsymbol-icon {
	margin: 2px 0px 0px 15px;
}
/* Styling for table used in symbolic drag example. */
.movietable {
	background-color: #fff;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #7f99a8;
}
.movietable * {
	cursor: default;
}
.movietable th {
	text-align: left;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #7f99a8;
}
.movietable thead tr {
	background-color: #eaeefb;
}
.movietable td {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #7f99a8;
}
.movietable .row-selected {
	background-color: #7b8fcd;
}
.movietable .row-selected * {
	color: #fff;
}
.movietable .header-drop-candidate {
	background-color: #7b8fcd;
}
.movietable .header-drop-candidate * {
	color: #fff;
}
.textblock,
.paddedblock {
	margin: 0px;
	padding-bottom: 14px;
}