﻿* {
  
}

body {
    background-image: url('/images/background.gif');
	background-color:#003e79 ;
	background-repeat:repeat-x;
	background-position:0 0;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size:11px;
	color:#020006;
	line-height:normal;
}

hr {
	margin:5px 0;
}

.wrapper {
    background-color: #fff;
    width: 970px;
    margin: 30px auto 0 auto;
}

a {
	color:#003D79;
}
/* HEADER */

    .header {
        width: 970px;
        height: 124px;
        position:relative;
        z-index:9;
    }
    
        .headerTop {
            width: 958px;
            height: 90px;
        }

            .logo {
                position:relative;
                top: 20px; 
                left: 35px;
                width: 249px;
                height:48px;
            }
				.logo a {
					display:block;
				} 
            .smallNav {
                float: right;
            }
            
                .smallNav a {
                    color: #7b8da8;
                    text-decoration: none;
                }
            
                .smallNav ul {
                }
                
                    .smallNav li {
                        display: inline;
                        float: right;
                        margin-right: 18px;
                        margin-left: 6px;
                        font-size: 11px; 
                    }
            
        .menu {
            position: relative;
            background: #00396d url('/images/menubg.gif') repeat-y scroll 0 0;
            width: 958px;
            height: 34px;
            margin: 0 auto;
        }
			.RadMenu .rmVertical .rmText {
				padding:8px 15px;
			}
			.RadMenu .rmVertical .rmItem a{
				font-size:13px;
				color:#fff;
				background-color:#7B8DA8;
				text-decoration:none;
				cursor:pointer;
			}
			.RadMenu .rmVertical .rmItem a:hover{
				background-color:#003d76;
			}
            .menu ul {
				position:relative;
            }
            
                .menu li {
                    display: inline;
                }
                
                .menu a {
                    position:relative;
                    float: left;
                    display: block;
                    top: 0;
                }
                .menu a:hover,
                .menuRadOn {
					background-color: #7b8da8;
                }
                        
            .searchbox {
                float: left;
                background: url('/images/searchbox.gif') no-repeat 0 0;
                width: 175px;
                height: 34px;
            }
            
                .searchbox input {
                    position: relative;
                    padding:2px 0 0 4px;
                    !padding:1px 0 0 4px;
                    left: 10px;
                    top: 6px;
                    width: 165px;
                    height: 18px;
                    background-color: Transparent;
                    border: none;
                }
            .searchbutton {
				float:left;
                height:34px;
                width:58px;
            }
            .searchbutton:hover {
                background-color:#7b8da8;
            }
				.searchbutton input {
					 width:56px;
					 height:34px;
				}
				.searchSubmit_focus {
					background-color:#7b8da8;
				}
#searchPage {
	width:958px;
	margin:0px auto;
}
	.resultWrapper {
		margin:30px 20px 20px 60px;
	}
		#searchPage td span {
			font-size:12px;	
			display:block;
			margin: 0 5px 0 0px;
		}
		#searchPage td .synopsis span {
			margin:0;
			display:inline;
			font-size:100%;
		}
		#searchPage td a {
			display:block;
			margin: 0 5px 0 0px;
			font-size:12px;
			color: #7b8da8;
            text-decoration: underline;
		}
		#searchPage td a:hover {
            text-decoration: none;
            color:#154B84;
		}
		
		.SearchTerm {
			margin:0 0 20px 0;
			font-size:16px;			
			color:#154b84;	
		}
			.SearchTerm span {
				font-weight:bold;
			}
		.resultItem {
			margin:0 0 20px 0;
			width:800px;
		}
			.searchLink {
				float:left;
				font-size:12px;
				font-weight:bold;
			}
				#searchPage td .searchLink a {
					color:#154b84;
					text-decoration:none;
				}
				#searchPage td .searchLink a:hover {
					text-decoration:underline;
				}
			.searchDisplayName {
				float:left;
				color:#7B8DA8;
			}
			.searchSynopsis {
			}
				.synopsis {
					color:black;
				}
					.baskettotal {
						color:#154b84;
					}
						.baskettotal .baskettotal {
							font-weight:bold;
						}
			.searchLinkUrl {
				color:green;
			}

/* FOOTER */

.footer {
    width:958px;
    margin: 10px auto;
    color: #89bae4;
    background-color: Transparent;
    font-size: 10px; 
}
	.footCopy {
		display:inline;
	}
	.footer ul {
		display:inline;
		margin:0 0 0 10px;
	}
	.footer li {
		display:inline;
		margin:0 5px 0 0;
	}
    .footer a {
        color: #89bae4;
        text-decoration: none;
    }

/* GLOBAL CLASSES */

.dateline,
.mipName{
    color: #b60050;
    font-weight: bold;
}

.eventTitle {
    color: #636466;
    font-weight: bold;
}

.clear {
    clear: both;
}

.info {
}

.hide {
    display: none;
}

.rmSlide,
.rmItem,
.rmHorizontal {
	z-index:99999;
}

ul.BulletList {
	margin-left:15px;
}

ul.BulletList li {
	list-style-type:disc;
	margin-left:20px;
}

ul.BulletList_Highlights {
	margin-top:10px;
}

ul.BulletList_Highlights li {
	list-style-type:disc;
	margin:15px;
}

/* Web Edit Styles ------------------- */
#scWebEditRibbon {
	background-color:#fff;
	width:100%;
}

.scWebEditFrame {
	z-index:9999;
}
