/*
BG Blue #226bb7
Menu Blue #8bb2d9
Claret #630634
Sub Men #1b5490
*/

#CV-00 
{
    width: 950px;
    padding-top:20px;
}

/* Header */
#CV-01 
{
	width:950px;
	height:111px;
	background-image: url(Images/CV_01.gif);
	background-repeat: no-repeat;
	text-align:right;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
}

#CV-01 a
{
	color: white;
	text-decoration : none;
}

#CV-01 a:hover
{
	color: white;
	text-decoration : underline;
}

/* Menu */
#CV-02 
{
	width:950px;
	height:28px;
	background-image: url(Images/CV_02.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
}

/* Main Body */
#CV-03 {
	width:950px;
	height:auto;
	background-image: url(Images/CV_03.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-left:20px;
    padding-top: 11px;
}

/* Footer */
#CV-04 {
	width:950px;
	height:29px;
	background-image: url(Images/CV_04.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	color: #ffffff;
}

#CV-05 {
	width:950px;
	height:56px;
	background-image: url(Images/CV_05.jpg);
	background-repeat: no-repeat;
}

/**********************************************/
/*Screen Size								  */
/**********************************************/
#ScreenSize
{
}

/* Defaults for body, etc */
body, .EditorContentStyle
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-size: 10pt;
	font-family: Tahoma, Helvetica, Arial;
	line-height: 175%;
	color: #ffffff;
}

/* This really should be the container style used */
.EditorContentStyle
{
	background-repeat: no-repeat;
	background-image: none;
	background-color: #226bb7;
}

/* Content left pane */
.LeftPane
{
	width: 200px;
	vertical-align: top;
	padding-right: 10px;
}

/* Content main pane */
.ContentPane
{
	vertical-align: top;
}

/* Content right pane */
.RightPane
{
	width: 200px;
	vertical-align: top;
	padding-left: 10px;
}

.FullWidthTopPane
{
	vertical-align: top;
}

.FullWidthBottomPane
{
	vertical-align: top;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
/* we set the site links to the same style when using the store*/
a
{
	color: #8bb2d9;
	text-decoration: underline;
}

a:link, a:visited
{
	color: #8bb2d9;
	text-decoration: underline;
}

a:active, a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* Breadcrumb control */
.BreadCrumb
{
	padding: 0px 5px 0px 5px;
	color: #ffffff;
}

/* Hyperlinks in breadcrumb */
a.BreadCrumb:link, a.BreadCrumb:visited
{
	color: #ffffff;
}

a.BreadCrumb:hover, a.BreadCrumb:active
{
	color: #ffffff;
	text-decoration: underline;
}

/* Copyright & Current Date */
.SelectedTab
{
	color: #ffffff;
}

a.SelectedTab:link, a.SelectedTab:visited
{
}

a.SelectedTab:active, a.SelectedTab:hover
{
	text-decoration: underline;
}

/* Text style for the unselected tabs */
.OtherTabs
{
	color: #ffffff;
}

/* hyperlink style for the unselected tabs */
a.OtherTabs:link, a.OtherTabs:visited
{
	color: #ffffff;
}

a.OtherTabs:active, a.OtherTabs:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/*******************************************************************/
/* GENERAL														   */
/*******************************************************************/

.ModuleMessage
{
	background-color: #226bb7;
	text-align: left;
	display: block;
	vertical-align: middle;
	border-bottom: solid 1px #ffffff;
	padding-bottom: 3px;
	padding-top: 3px;
}

.ModuleMessageImage
{
	vertical-align: middle;
	padding-right: 5px;
}

.Head
{
	font-size: 150%;
	font-weight: bold;
	color: #ffffff;
}

/* Hi-lite text including some links */
.SubHead, legend
{
	font-size: 125%;
	font-weight: bold;
	color: #ffffff;
}

/* Module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-weight: bold;
	color: #ffffff;
}

/* Style for list item headings in drop-downs */
.ListItemHeading
{
	font-weight: bold;
	color: #ff5b0c;
	background-color: #ffffff;
}

/* text style used for most text rendered by modules */
.Normal
{
}

.NormalSmall
{
	font-size: 80%;
}

.NormalRed
{
	color: #ff0000;
}

.NormalBold
{
	font-weight: bold;
}

.NormalBoldSmall
{
	font-size: 80%;
	font-weight: bold;
}

big
{
	font-size: 1.5em;
}

.NormalTextBox
{
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	font-weight: normal;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	font-size: 1.0em;
	background-color: #ffffff;
}

.NormalButton, .CommandButton
{
	padding-left: 3px !important;
	padding-right: 3px !important;
	padding-top: 3px;
	background: url(images/btnbackbtm.gif) #fff repeat-x left bottom;
	color: #000000;
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	height: 25px !important;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 2px;
}

.CommandButton img
{
	vertical-align: middle;
	border: none;
}

.CommandButton
{
	display: inline-block;
}

a.CommandButton
{
}

a.CommandButton:link, a.CommandButton:visited
{
	color: #000000;
}

a.CommandButton:active, a.CommandButton:hover
{
	color: #000000;
	text-decoration: none;
	background: url(images/btnbacktop.gif) #fff repeat-x left top;
	border-left: #023399 1px solid;
	border-bottom: #54b6e7 1px solid;
	border-right: #54b6e7 1px solid;
	border-top: #023399 1px solid;
}

/* GENERIC */
h1
{
	color: #ffffff;
	font-size: 2.25em;
	font-weight: bold;
}

h2
{
	color: #ffffff;
	font-size: 2.0em;
	font-weight: bold;
}

h3
{
	color: #ffffff;
	font-size: 1.75em;
	font-weight: bold;
}

h4
{
	color: #ffffff;
	font-size: 1.50em;
	font-weight: bold;
}

h5, dt
{
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
}

h6
{
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
}

tfoot, thead
{
}

td
{
}

th
{
}

blockquote, pre
{
	font-family: Lucida Console, monospace;
}

ul li
{
	list-style-type: disc;
}

ul li li
{
	list-style-type: square;
}

ul li li li
{
	list-style-type: circle;
}

ol li
{
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}

hr
{
	height: 1px;
	border-top-style: none;
	border-bottom: #ffffff 1px solid;
	border-right-style: none;
	border-left-style: none;
}

/*******************************************************************/
/* Menu-Styles */
/*******************************************************************/

/*******************************************************************/
/* Module Title Menu */
/*******************************************************************/

/* This is the menu container for edit options, usually the pen icon */
.ModuleTitle_MenuContainer
{
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 10px;
}

/* Icon in menu */
.ModuleTitle_MenuIcon
{
	width: 21px;
	cursor: pointer;
	text-align: center;
}

/* Module module popup */
.ModuleTitle_SubMenu
{
	border-right: #000000 2px solid;
	padding-right: 3px;
	border-top: #000000 2px solid;
	padding-left: 3px;
	font-weight: normal;
	z-index: 1000;
	padding-bottom: 3px;
	border-left: #000000 2px solid;
	cursor: pointer;
	color: #ffffff;
	padding-top: 3px;
	border-bottom: #000000 2px solid;
	font-style: normal;
	background-color: #c0c0c0;
}

/* Menu seperator */
.ModuleTitle_MenuBreak
{
	color: yellow;
	background-color: black;
	height: 1px;
}

/* Lo-lited menu item */
.ModuleTitle_MenuItem
{
	text-align: left;
	font-weight: normal;
	cursor: pointer;
	color: #ffffff;
	font-style: normal;
}

/* Hi-lited menu option */
.ModuleTitle_MenuItemSel
{
	font-weight: normal;
	cursor: pointer;
	color: black;
	font-style: normal;
	background-color: #ffd700;
}

.ModuleTitle_MenuArrow
{
}

.ModuleTitle_RootMenuArrow
{
}

/*******************************************************************/
/* Main Menu													   */
/*******************************************************************/
/* Root menu container for each item */
.MainMenu_MenuContainer
{
	font-weight: normal;
	font-size: 10pt;
	height: 28px;
	white-space: nowrap;
}

/* This is the menu item root menu (match skin height) */
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 28px;
}

.MainMenu_RightSep
{
	height: 28px;
}

/* this is used by the seperator class above */
.MainMenu_MenuBreak
{
	color: #ffffff;
}

/* This is the menu text container, it does not include the icon or the >,   */
/* you can set the width of the menu items here and the text alignment, etc  */
/* It also includes the text style of the root (main skin menu)				 */
/* PADDING HERE CAUSES A PROBLEM IN MOZILLA */
.MainMenu_MenuItem, .MainMenu_MenuItemSel, .MainMenu_SubMenu, .MainMenu_SubMenuItemSel
{
	white-space: nowrap;
	cursor: pointer;
}

.MainMenu_MenuItem
{
	color: #ffffff;
}

/* Selected or hi-lighted menu item */
.MainMenu_MenuItemSel
{
	color: #ffffff;
	background-color: #1b5490;
}

/* This is the container for the root menu > */
.MainMenu_RootMenuArrow, .MainMenu_MenuArrow
{
	cursor: pointer;
	font-family: webdings;
	color: #000000;
}

/*	This is the menu > container					*/
/*	it does not include the item text or the icon	*/
.MainMenu_MenuArrow
{
	color: #ffd700;
}

/* This is the menu icon container				*/
/* it does not include the item text or the >	*/
.MainMenu_MenuIcon
{
	width: 21px;
	height: 28px;
	cursor: pointer;
	background-color: Transparent;
	padding-right: 3px;
	vertical-align: middle;
}

/*	This is the sub menu container						*/
/*	and holds the icon, text and > containers			*/
/*	it inherits some styles from MainMenu_MenuItemSel	*/
.MainMenu_SubMenu
{
	background-color: #1b5490;
	font-size: 10pt;
	color: #000000;
	border: solid 1px #1b5490;
	padding: 2px 2px 2px 2px;
	z-index: 1000;
}

.MainMenu_SubMenuItemSel
{
	color: #8bb2d9;
	background-color: Transparent;
	
}

/*******************************************************************/
/* Authoring */
/*******************************************************************/

/* This is the admin area at the top of the page */
.AdminContainer
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: black 1px solid;
	width: 750px;
	color: #000000;
	border-bottom: black 1px solid;
	background-color: #8bb2d9;
}

/* The page authroring styles this will override the skin theme */
.AuthorFrame
{
	border-right: #dcdcdc 1px dotted;
	border-top: #dcdcdc 1px dotted;
	border-left: #dcdcdc 1px dotted;
	border-bottom: #dcdcdc 1px dotted;
}

.AuthorText
{
	color: #000000;
	font-size: 75%;
	text-align: center;
}

/*******************************************************************/
/* CONTENT SCROLLER												   */
/*******************************************************************/
/* Marquee style */
.MarqueeContainer
{
	overflow: hidden;
	position: relative;
	width: 99%;
	height: auto;
}

.MarqueeContent
{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
}

/*******************************************************************/
/* COLLAPSIBLE HEADER											   */
/*******************************************************************/
.CollapsibleHeader, .CollapsibleSubHeader
{
	height: 29px;
	background-color: #8bb2d9;
}

.CollapsibleHeader .ModuleTitle
{
	color: #000000;
}

.CollapsibleSubHeader
{
}

.CollapsibleHeaderImage
{
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
}

.CollapsibleContent
{
	background-color: #1b5490;
	margin-bottom: 3px;
}

/*******************************************************************/
/* Skin preferences */
/*******************************************************************/
.SkinPrefsPopupIcon
{
}

.SkinPrefsIcon
{
	padding-right: 1px;
	padding-left: 1px;
}

.SkinPrefsPopup
{
	vertical-align: top;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	height: 41px;
	width: 180px;
	visibility: hidden;
}

.ProgressPanel
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	width: 250px;
	border-bottom: #000000 1px solid;
	height: 75px;
	background-color: #ffffff;
	position: absolute;
	left: 45%;
	top: 40%;
}










