/* HEADER */
#hover_play {
	position: absolute;
	width: 67px;
	height: 50px;
	z-index: 9999;
	top: 0px;
	left: -9999px;
	background-image: url(images/btn-play-2.png);
	background-repeat: no-repeat;
}

#create_account_container, #registration_thankyou_container {
	margin-left: 20px;
}

#link_to_main {
	position: absolute;
	cursor: pointer;
	width: 196px;
	height: 25px;
	top: 72px;
	left: 754px;
}

#logout {
	position: absolute;
	cursor: pointer;
	width: 51px;
	height: 18px;
	top: 40px;
	left: 754px;
	background-image: url(images/logout.gif);
}

#all_presentations {
	position: absolute;
	cursor: pointer;
	width: 134px;
	height: 18px;
	top: 57px;
	left: 754px;
	background-image: url(images/show_all_presentations.gif);
}

#logo {
	position: absolute;
	cursor: pointer;
	width: 315px;
	height: 130px;
}

.fade {
	background-image: url(images/background_fade.gif);
	background-repeat: repeat-x;
}

#header {
	background-image: url(images/new_header.jpg);
	height: 128px;
}

#container {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #fff;
}

#header .content,#footer .content{margin:0 1em;margin-top:0;padding:1em 0;}


#secondary {
	background-image: url(images/left_fade.gif);
	background-repeat: repeat-x;
}


#tertiary .content,#secondary .content{margin:1em}

#primary .content{
	margin: 0px;
	margin-right: 25px;
	font-family: "Trebuchet MS";
	color: #333;
}

#bigger {
	font-size: 11pt;
	font-family: Verdana;
}

#footer {
	background:#999;
	height: 50px;
}

#powered_by {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 257px;
	height: 38px;
	background-image: url(images/poweredby_framewelder.gif);
}

#search_form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	left: 0px;
	top: 0px;
	position: absolute;
}

#search_container {
	position: absolute;
	top: 6px;
	left: 580px;
	width: 380px;
}

#search_label {
	display: none;
}

#search_input {
	position: absolute;
	top: 8px;
	left: 20px;
	width: 245px;
	height: 16px;
	border: 1px solid #666;
}

#search_button {
        position: absolute;
        top: 8px;
        left: 280px;
        width: 60px;
        height: 20px;
        background-image: url(images/btn-search.gif);
}

#copyright a {
	color: #fff;
	font-size: .9em;
	position: absolute;
	left: 10px;
	bottom: 10px;
}






/* FORM */
#login_container {
	position: relative;
	width: 900px;
	height: 350px;
}

#login_form_container {
	margin-left: 10px;
	height: 300px;
}

#login_create_account_container {
	position: absolute;
	top: 230px;
	left: 20px;
	height: 36px;
	width: 150px;
}

#login_create_account_container a {
	position: absolute;
	width: 150px;
	height: 36px;
	background-image: url(images/sign_up.gif);	
}

#login_forgot_container {
	position: absolute;
	top: 230px;
	left: 195px;
	height: 35px;
	width: 139px;
}

#login_forgot_container a {
    position: absolute;
    width: 139px;
    height: 35px;
    background-image: url(images/forgot_password.gif);
}

#fw_form {
	position: relative;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#fw_form div.submit {
	background-color: #effbff;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#fw_form input[type="text"] {
	width: 200px;
	height: 20px;
	border: 1px solid #000;
	padding: 2px;
	font-family: Verdana;
	font-size: 14px;
}

#fw_form input[type="submit"] {
	font-family: Verdana;
	background-color: #369;
	color: #fff;
	border: 2px outset #69c;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 12pt;
	padding: 0px 10px 0px 10px;
	margin: 8px;
}


#fw_form input[type="password"] {
	width: 200px;
	height: 20px;
	border: 1px solid #000;
	padding: 2px;
}


#fw_form fieldset {
	position: relative;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#fw_form fieldset .legend {
	width: 100%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#fw_form fieldset .legend div {
	color: #000;
	padding: 8px;
	font-weight: bold;
	font-family: Arial;
	font-size: 14pt;
}

#fw_form fieldset div.row {
	position: relative;
	list-style: none;
	border: 0px;
	padding: 4px 0px 0px 0px;
	margin: 4px;
	background-image: url(images/field_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#fw_form fieldset div.row div.label {
	position: absolute;
}
	
#fw_form fieldset div.row div.label div {
	margin: 4px;
	text-align: right;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#fw_form fieldset div.row div.field {
	position: absolute;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 30px;
}

#fw_form fieldset div.row div.required {
	background-image: url(images/required.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
}

#fw_form div.error {
	background-color: #ffff96;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#fw_form fieldset div.row div.error {
    background-color: #ffff96;
    border: 0px;
    padding: 0px;
    margin: 0px;
	position: absolute;
}

#fw_form fieldset div.row div.fields div.error div, #fw_form div.error div {
    border: 0px;
    padding: 0px;
    margin: 4px;
    color: #b22325;
    font-style: italic;
    font-family: Verdana;
    font-size: 11pt;
}

#fw_form fieldset div.row div.field ol {
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#fw_form fieldset div.row div.field ol li {
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	margin-right: 20px;
}




/* HOMEPAGE */
.hl_item {
	border:4px solid #CCCCCC;
	vertical-align:top;
	position: absolute;
	top: 0px;
	left: 0px;
}

.hl_item_hover {
	border:4px solid #999;
	vertical-align:top;
	position: absolute;
	top: 0px;
	left: 0px;
}

#row {
	width: 920px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#col {
	position: relative;
	float: left;
	width: 450px;
	margin-left: 10px;
	min-height: 130px;
	height: auto !important;
	height: 130px;
}

#clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	width: 900px;
	border: 0px;
}

#homepage_img_1 {
	margin-right: 16px;
	height: 170px;
	width: 227px;
	background-image: url(images/homepage_1.gif);
	float: left;
}

#homepage_img_2 {
	margin-left: 10px;
	margin-top: 5px;
	height: 170px;
	width: 227px;
	background-image: url(images/homepage_2.gif);
	float: right;
}

#homepage_highlight_img {
	margin-top: 20px;
	height: 32px;
	width: 909px;
	background-image: url(images/highlights.gif);
	position: relative;
}

#homepage_list_header {
	margin-left: 20px;
	margin-top: 8px;
	width: 920px;
}

#homepage_table, #homepage_table tr, #homepage_table tr td {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#homepage_two_column_table, #homepage_two_column_table tr, #homepage_two_column_table tr td {
	border: 0px;
}

#homepage_table tr td {
	vertical-align: top;
}

.highlight {
	text-decoration: none;
	color: #000;
}

.highlight:hover {
	text-decoration: underline;
}

#register_button {
	height: 33px;
	width: 215px;
	background-image: url(images/register_button.gif);
	position: absolute;
}

#homepage_container, #homepage_container_left, #homepage_container_right {
	position: relative;
}

#homepage_inner_container {
        position: relative;
        padding: 0px;
}


#homepage_container_left #homepage_inner_container {
	margin-left: 10px;
}

.folder_name {
	font-weight: bold;
	font-family: Arial;
	font-size: 14pt;
	color: #000;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.presentation_list_name a {
	color: #00478D;
        font-family: Arial;
        font-size: 1.1em;
}

.presentation_list_container {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

.presentation_list_container_2 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	width: 305px;
	margin-left: 140px;
}

.presentation_list_speakers {
	font-size: 10pt;
}

.presentation_list_description {
	margin-top: 2px;
	margin-bottom: 2px;
}

.presentation_list_speakers_label {
	font-weight: bold;
}

.presentation_list_time {
	font-size: 10pt;
}

.list_live_label {
	width: 27px;
	height: 11px;
	position: absolute;
	right: -30px;
	top: 2px;
	background-image: url(live_button.gif);
}

.folder_container table {
        border: 0;
}

.folder_container table tr {
        border: 0;
}

.folder_container table tr td {
        border: 0;
        vertical-align: top;
}

.folder_container table tr td img {
        border: 4px solid #ccc;
        vertical-align: top;
}



/* PLAYER */
#zoom {
	position: absolute;
	z-index: 5001;
	background-color: #fff;
	border: 4px solid #c3c3c3;
	background-repeat: no-repeat;
}

#tooltip {
	position: absolute;
	border: 1px solid #333;
	background: #f7f5d1;
	padding: 2px 5px;
	color: #333;
	display: none;
	font-size: 14px;
}

#primary {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#primary .content {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#title_container {
	position: absolute;
	top: 15px;
	right: 20px;
}

#title {
	color: #00478D;
	font-weight: bold;
	font-family: Arial;
	font-size: .95em;
}

#player_container {
	position: relative;
	width: 950px;
	height: 720px;
	background-color: #c9e5e9;
	background-repeat: no-repeat;
	margin: 0px;
}

#video_container {
	position: absolute;
	top: 43px;
	left: 570px;
	width: 360px;
	height: 300px;
	border: 1px solid #000;
	background-color: #f8f8f8;
}

#player_audio_only_container {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 238px;
	height: 223px;
	background-image: url(images/audio_only.gif);
}

#slide_tab {
	position: absolute;
	top: 15px;
	left: 18px;
	width: 75px;
	height: 29px;
	background-position: 0px 29px;
	background-image: url(images/all_tabs.gif);
	cursor: pointer;
}

#slide_container {
	position: absolute;
        top: 43px;
        left: 18px;
        width: 529px;
        height: 397px;
	border: 1px solid #333;
	background-color: #fff;
}

#bookmark_container {
        position: absolute;
        top: 464px;
        left: 570px;
        width: 360px;
        height: 225px;
        border: 1px solid #999;
        background-color: #fff;
	overflow: auto;
}

#bookmark_header, #download_header {
	background-color: #F8F6F0; 
	background-image: url(images/swat-frame-header.png); 
	background-repeat: 
	repeat-x; 
	background-attachment: scroll;
	height: 25px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 0px #000 none;	
        font-weight: bold;
        font-family: Arial;
        font-size: 14px;
	color: #000;
}

#bookmarks table tr {
        padding: 0px;
        border: 0px;
	margin: 0px;
}

#bookmarks table {
        padding: 0px;
        border: 0px;
        margin: 0px;
}

#bookmarks table tr td a img {
	border: 0px;
	margin-right: 10px;
}

#bookmarks table tr td {
        padding: 5px;
        font-size: 12px;
        border: 0px;
        border: 0px;
        margin: 0px;
        vertical-align: top;
}

#download_container {
        position: absolute;
        top: 464px;
        left: 18px;
        width: 529px;
        height: 224px;
        border: 1px solid #999;
        background-color: #fff;
	overflow: auto;
}

#downloads table tr {
        padding: 0px;
        border: 0px;
        margin: 0px;
}

#downloads table {
        padding: 0px;
        border: 0px;
        margin: 10px;
	width: 490px;
}

#downloads table tr td img {
	margin-top: 6px;
	border: 0px;
	margin-right: 10px;
}

#downloads table tr td {
        padding: 0px;
        font-size: 12px;
        border: 0px;
	border-bottom: 1px solid #ccc;
        margin: 0px;
	vertical-align: top;
}

#downloads table tr td:first-child {
	width: 30px;
}

#downloads table tr td a {
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #333;
	text-decoration: none;
}

#downloads table tr td a:hover {
        color: #000;
        text-decoration: underline;
}

#slide {
	width: 529px;
	height: 397px;
	cursor: pointer;
}

#slide_alt_container {
	position: absolute;
	background-color: #000;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

#slide_controls {
	position: absolute;
	right: 60px;
	top: 5px;
}

#slide_prev {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/prev.gif);
	background-repeat: no-repeat;
	width: 23px;
	height: 20px;
}

#slide_next {
	top:0px;
	left: 30px;
	position: absolute;
	background-image: url(images/next.gif);
	background-repeat: no-repeat;
	width: 23px;
	height: 20px;
}

#slide_container #slide #slide_alt_container #slide_alt {
	color: #fff;
	padding: 4px;
}

#slide_container #slide #slide_alt_container #slide_controls a {
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
	padding: 4px;
}

#transcript_container {
	position: absolute;
	top: 367px;
	left: 570px;
        width: 360px;
	height: 73px;
	border: 1px solid #333;
	background-color: #fff;
}

#transcript {
	margin: 6px;
	font-family: Tahoma;
	font-size: 11px;
	overflow: hidden;
}

/* search */
#search_tab {
	position: absolute;
	top: 15px;
	left: 93px;
	width: 143px;
	height: 29px;
	background-position: 143px 0px;
	background-image: url(images/all_tabs.gif);
	cursor: pointer;
}

.search_highlight {
	background-color: #FDF806;
}

.search_count {
	font-family: Helvetica, Arial, sans-serif;
	color: #DB6C1D;
	font-size: 16px;
	font-weight: bold;
}

.search_heading {
	font-size: 16px;
	font-weight: bold;
}

#search_toggle {
	font-size: 12px;
	color: #666;
	display: block;
	margin-top: 4px;
	cursor: pointer;
	text-decoration: underline;
}

#search_results_container {
	display: none;
	position: absolute;
	top: 43px;
	left: 18px;
	width: 529px;
	height: 397px;
	border: 1px solid #fff;
	background-color: #fff;
}

#search_results {
	margin: 0px;
	position: absolute;
}

#search_results #content {
	position: relative;
	width: 529px;
	height: 397px;
	overflow: auto;
}

#main_header {
	position: relative;
}

#search_results #content #main_header div.inner {
	padding: 15px;
	margin: 10px;
	background-color: #eaeaea;
}

#search_results #content #row {
	position: relative;
	border-bottom: 1px solid #ccc;
	height: 110px;
	clear: both;
	margin: 10px;
}

#search_results #content #row #picture {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 120px;
	height: 90px;
}

#search_results #content #row #picture img {
	border: 1px solid #666;
}

#search_results #content #row #data {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 330px;
}

#search_results #content #row #data #text {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#search_results #content #row #data #timecode {
	position: relative;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 160px;
}

#search_results #content #row #data #link {
	float: right;
	margin-right: 4px;
	padding: 1px;
}

#search_results #content #row #data #link a {
	font-size: 11px;
	text-decoration: underline;
	color: #DB6C1D;
	font-weight: bold;
}

#search_toggle {
	cursor: pointer;
	margin-top: 4px;
	text-decoration: underline;
}

.hidden_row_container {
	position: relative;
	height: 30px;
}

.hidden_row_container a {
	position: absolute;
	top: 3px;
	right: 20px;
	cursor: pointer;
	text-decoration: none;
}

.hidden_row_container a:hover {
	text-decoration: underline;
}

#search_sort_container {
	width: 160px;
	height: 30px;
	right:10px;
	bottom:1px;
	position:absolute;
}

#relevance_radio {
	background-image: url(images/radio.gif);
	background-repeat: no-repeat;
	position:absolute;
	width:19px;
	height:19px;
	left:0px;
	top:0px;
	cursor:pointer;
}
#time_radio {
	background-image: url(images/radio.gif);
	background-repeat: no-repeat;
	position:absolute;
	width:19px;
	height:19px;
	left:100px;
	top:0px;
	cursor:pointer;
}
#relevance_label {
	position:absolute;
	left: 24px;
	top:0px;
}
#time_label {
	position:absolute;
	left: 124px;
	top:0px;
}

.radio_on {
	background-position:-19px 0;
}
