/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	margin:0;
	width : 100%;
	height : 100%;
	font-family : "Trebuchet MS", verdana, arial, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

.ContentPane  { 
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

.RightPane  { 
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

/* text style for the selected tab */
.SelectedTab {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	color : #0099FF;
	font-weight:bold;
	text-decoration:underline;
}

A.SelectedTab:visited  {
	color : #0099FF;
	font-weight:bold;
	text-decoration:underline;
}

A.SelectedTab:active   {
	color : #0099FF;
	font-weight:bold;
	text-decoration:underline;
}

A.SelectedTab:hover    {
	color : #0099FF;
	font-weight:bold;
	text-decoration:none;
}

/* text style for the unselected tabs */
.OtherTabs {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color : #0099FF;
	font-weight:bold;
	text-decoration:underline;
}

A.OtherTabs:visited  {
	color : #0099FF;
	font-weight:bold;
	text-decoration:underline;
}

A.OtherTabs:active   {
	color : #0099FF;
	font-weight:bold;
	text-decoration:underline;
}

A.OtherTabs:hover    {
	color : #0099FF;
	font-weight:bold;
	text-decoration:none;
}

/* GENERAL */
/* style for module titles */
.Head   {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

/* text style used for most text rendered by modules */
.Normal
{
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

.NormalRed
{
font-family : "Trebuchet MS", verdana, arial, sans-serif;
}

.NormalBold
{
font-family : "Trebuchet MS", verdana, arial, sans-serif;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color : #0099FF;
	font-weight:bold;
	text-decoration:underline;
}

A.CommandButton:visited  {
	color : #0099FF;
	font-weight:bold;
	text-decoration:underline;
}

A.CommandButton:active   {
	color : #0099FF;
	font-weight:bold;
	text-decoration:underline;
}

A.CommandButton:hover    {
	color : #0099FF;
	font-weight:bold;
	text-decoration:none;
}
    
/* GENERIC */
p{
	font-family : "Trebuchet MS", verdana, arial, sans-serif;
	color:#000;
}

H1  {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

H2  {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

H3  {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

H4  {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

H5, DT  {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

H6  {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

TFOOT, THEAD    {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

TH  {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

A:link  {
	color : #0099FF;
	font-weight:bold;
	text-decoration:underline;
}

A:visited   {
	color : #0099FF;
	font-weight:bold;
	text-decoration:underline;
}

A:active    {
	color : #0099FF;
	font-weight:bold;
	text-decoration:underline;
}

A:hover {
	color : #0099FF;
	font-weight:bold;
	text-decoration:none;
}

SMALL   {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
}

BIG {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
}

BLOCKQUOTE, PRE {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
}


UL LI   {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

UL LI LI    {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

UL LI LI LI {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

OL LI   {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

OL OL LI    {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

OL OL OL LI {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {

}

.ModuleTitle_MenuIcon {
	
}

.ModuleTitle_SubMenu {
	
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
	
}

.ModuleTitle_MenuArrow {
	
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
width:203px;
background-color:transparent;
}

.MainMenu_MenuBar {
width:203px;
background-color:transparent;
}

.MainMenu_MenuItem {
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color: #FFF;
font-weight:normal;
font-size:12px;
border:none;
height:22px;
}

.MainMenu_MenuIcon {
background-color : #0099FF;
border:none;
height:22px;
}

.MainMenu_SubMenu {
filter:none;
border:none;
background-color : #0099FF;
padding:5px;
}

.MainMenu_MenuBreak {
	background-color : transparent;
	border:none;
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
border:none;
}

.MainMenu_RootMenuArrow {
}

.RootMenuItem TD{
	width:203px;
	height:24px;
	background : transparent url(images/blue-menu-item.gif) no-repeat scroll top;
	font-family : "Trebuchet MS", verdana, arial, sans-serif;
	font-size:16px;
	color:#FFF;
	text-indent:22px;
	font-weight:bold;
}

.RootMenuItemSelect TD{
	width:203px;
	height:24px;
	background : transparent url(images/blue-menu-item.gif) no-repeat scroll bottom;
	font-family : "Trebuchet MS", verdana, arial, sans-serif;
	font-size:16px;
	color:#000;
	text-indent:22px;
	font-weight:bold;
}

.SubMenuItemSelect{
font-family : "Trebuchet MS", verdana, arial, sans-serif;
color:#000;
font-weight:normal;
font-size:12px;
border:none;
background-color : #B2E0FF;
border-top:1px dashed #FFF;
border-bottom:1px dashed #FFF;
}

/*  
Skin Build CSS
------------------------------------------------ */

.skinbody{
	background-color:#0099FF;
}

.skintop{
	background : transparent url(images/skin-top-border.gif) repeat-x scroll bottom;
}

.skintopdivide{
	background : transparent url(images/blue-top-divide.gif) no-repeat scroll bottom right;
}

.skinbanner{
	background-color: transparent;
	background-image: url(images/blue-portal-banner-bg.jpg) ;
	background-repeat: repeat-x;
	background-position: top left;

	
}

.skinbannerfooter {

	background-color: transparent;
	background-image: url(images/blue-portal-banner-bg-footer.jpg) ;
	background-repeat: repeat-x;
	background-position: bottom left;


}


.skincontent{
	background-color:#FFF;
}

.skinleftcontent{
	background : #FFF url(images/blue-skin-divide.gif) repeat-y scroll right top;
	padding-top:8px;
}

.contentpadd{
	padding-top:15px;
	padding-bottom:15px;
}

.solpartpadd{
	padding-right:37px;
	padding-left:15px;
}

.skindate{
	padding-right:36px;
	padding-bottom:5px;
}

.padd5{
	padding-bottom:5px;
}

.padr20 {
	padding-right:20px;
}

.skinlogin{
	padding-right:15px;
}

.skinfooter{
	background : transparent url(images/skin-top-border.gif) repeat-x scroll top;
	padding:0 15px 10px 15px;
}

.skinfooter p{
	margin-top:0;
	margin-bottom:1em
}

.logodivide{
	background : url(images/blue-mid-divide.gif) no-repeat scroll bottom right;
}

#Logo img{
	text-align:center;
	margin:10px 31px 10px 10px;
}

.skinfooterdivide{
	background : url(images/blue-bottom-divide2.jpg) no-repeat scroll top right;
}

#blueSolpart{
	background : #0099FF url(images/blue-solpart-top.gif) no-repeat scroll top;
	margin-bottom:8px;
}

#blueSolpart .bottom{
	padding:10px;
	background :url(images/blue-solpart-bottom.gif) no-repeat scroll bottom;
}

.SkinWhiteLink{
	font-family : "Trebuchet MS", verdana, arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
}

a.SkinWhiteLink:link, a.SkinWhiteLink:visited, a.SkinWhiteLink:active{
	font-family : "Trebuchet MS", verdana, arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-decoration:underline;
}

a.SkinWhiteLink:hover{
	font-family : "Trebuchet MS", verdana, arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

.footerpadd{
	padding-top:15px;
}

#SkinSearch{
	margin:5px 0 5px 0;
	padding:0;
	background-color:#FFF;
	width:300px;
}

#SkinSearch .lt{
	background : url(images/blue-search-left-top.gif) no-repeat scroll top left;
}

#SkinSearch .lb{
	background : url(images/blue-search-left-bottom.gif) no-repeat scroll bottom left;
}

#SkinSearch .rt{
	background : url(images/blue-search-right-top.gif) no-repeat scroll top right;
}

#SkinSearch .rb{
	background : url(images/blue-search-right-bottom.gif) no-repeat scroll bottom right;
}

#SkinSearch .padd{
	padding:5px 10px 5px 10px;
}

.SkinSearchControl{
	font-family : "Trebuchet MS", verdana, arial, sans-serif;
	color:#333;
	font-size:12px;
	font-weight:normal;
}

a.SkinSearchControl:link, a.SkinSearchControl:visited, a.SkinSearchControl:active{
	font-family : "Trebuchet MS", verdana, arial, sans-serif;
	color: #0099FF;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

a.SkinSearchControl:hover, a.SkinSearchControl:focus{
	font-family : "Trebuchet MS", verdana, arial, sans-serif;
	color: #0099FF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#SkinSearch .NormalTextBox{
	font-family : "Trebuchet MS", verdana, arial, sans-serif;
	color:#333;
	font-size:12px;
	border: 1px solid #000;
	width:200px;
}

a.LinkArrow:link, a.LinkArrow:visited, a.LinkArrow:active{
	color:#FFF;
	padding:0 0 0 14px;
	background : url(images/link-arrows.gif) no-repeat scroll left;
	margin:0 0 0 5px;
	text-decoration:none;
	font-family : "Trebuchet MS", verdana, arial, sans-serif;
	font-size:14px;
	font-weight:bold;
}

a.LinkArrow:hover, a.LinkArrow:focus{
	color:#FFF;
	padding:0 0 0 14px;
	background : url(images/link-arrows.gif) no-repeat scroll left;
	margin:0 0 0 5px;
	text-decoration:underline;
	font-family : "Trebuchet MS", verdana, arial, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.LeftMarginPadd{
	margin-top:15px;
}

.PanePadding{
	padding:5px 19px 5px 3px;
}


.movieblock {
background-image: url(images/movie_bg.jpg);
background-position: top left;
background-repeat: no-repeat;
}



.LoginTabGroup {	

} 

.LoginTabGroup {	

} 


.LoginTab {	
PADDING-RIGHT: 5px;
PADDING-LEFT: 5px;	
FLOAT: left;	
PADDING-BOTTOM: 4px;	
MARGIN: 0px 3px 3px 0px;
COLOR: #fff;	
PADDING-TOP: 5px;	
TEXT-DECORATION: underline;
background: #0099ff;
width: 75px;
}

.LoginTabSelected {

PADDING-RIGHT: 5px;
border: 1px solid #0099ff;
PADDING-LEFT: 5px;	
FLOAT: left;	
PADDING-BOTTOM: 10px;	
MARGIN: 0px 3px 3px 0px;	
COLOR: #0099ff;	
font-weight: bold;
PADDING-TOP: 5px;		
width: 75px;
TEXT-DECORATION: none;
border-bottom: none;
background-position: bottom center;
background-repeat: no-repeat;

}

.LoginTabHover
{
	float: left;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: underline;
	color: #555;
	width: 75px;
	border: 1px #C00 solid;
	cursor:pointer;
}









#side_menu_box {
background-color:#FFFFFF;
border:1px solid #FFFFFF;
margin:0px;
padding:4px;
width:210px;
}
#side_menu_box li {
list-style-type:none;
margin:0px;
padding:2px;
width:204px;
}
.side_menu {
background-position:left center;
background-repeat:no-repeat;
padding:4px;
}
.side_menu:link, .side_menu:visited, .side_menu:hover, .side_menu:active {
color:#0099FF;
font-family:'Trebuchet MS',verdana,arial,sans-serif;
font-size:2em;
text-decoration:underline;
}
.side_menu_off {
background-color:#FFFFFF;
border:1px solid #FFFFFF;
cursor:pointer;
}
.side_menu_on {
background-color:#B2E0FF;
border:1px solid #000000;
cursor:pointer;
}
.menu_txt {
color:#000000;
cursor:pointer;
font-family:'Tahoma','Verdana','Arial';
font-size:9pt;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-decoration:none;
}
.menu_off_txt {
background-color:#FFFFFF;
border:1px solid #FFFFFF;
text-align:center;
width:160px;
}


#LoginHardLink {
margin-top: 10px;
}

#dnn_LoginPane {
margin-top: -10px;
_margin-top: -20px;
}



#loginmodule .account_labels {
color:#656B6F;
font-size:18px;
}


#loginmodule .input_text {
color:#333333;
font-size:16px;
/* height:20px; */
margin-bottom:10px;
width:250px;
padding:1px;
}

.std_btn_small {
background-position:0pt;
width:100px;
}



.std_btn {
background:transparent url(images/orange_buttons.gif) no-repeat scroll 0pt;
border:medium none;
color:#FFFFFF;
cursor:pointer;
font-size:14px;
font-weight:bold;
height:27px;
}

input {
padding:1px;
}
