﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}
	 
body
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    background-position: left top;
    background-attachment: scroll;
    background-repeat: repeat;
    background-color: #ffffff;
}

/* Master Page Layout */
#master_header
{
	margin: -1px auto 0 auto;
	width: 900px;
}

#master_headerbottom 
{
    height: 15px;
    width: 900px;
    text-align:center;
}

.master_headerbottom
{
    border:0 0 0 0;
    width:900px;
    height:15px;
    margin: 0 0 0 0;
    padding:0 0 0 0;
    color:#5D7B9D;
    font-size:0.8em;
}
.master_headerbottom a
{
    color:#5D7B9D;
    text-decoration: none;
    font-weight:bold;
}

.master_headerbottom a:hover
{
    color:#5D7B9D;
    text-decoration: none;
}

.master_headerbottom a:visited
{
    color:#5D7B9D;
    text-decoration: none;
}


#master_page
{
	margin: 5px auto 20px auto;
	width: 900px;
}

#master_menu 
{
	float: left;
	width: 240px;
	padding-right: 10px;
}

.sidebar 
{
	width: 240px;
	margin-bottom: 10px;
}

.sidebarheader
{
    height: 24px;
    padding: 10px 0 0 10px;
    background-color: #fab72b;
    color: #2B3483;
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background-position: left top;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.sidebarMenu
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 240px;
}

.sidebarcontent
{
    border: 1px solid #AAAAAA;
    line-height: 1.5em;
    font-weight: normal;
    color: Blue;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 0px;
}

.sidebarcontent a
{
    color: #5377A9;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.sidebarcontent a:hover
{
	color: #5377A9;
}

.sidebarcontent a:visited
{
	font-weight: normal;
}

#master_content
{
	float: left;
	width: 650px;
	margin-right: -650px;
	color: #666666;
}

#master_content ul
{
	margin: 0 25px 0 30px;
}

#master_contentheader
{
    height: 24px;
    padding: 10px 0 0 10px;
    background-color: #fab72b;
    color: #2B3483;
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background-position: left top;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

#master_contentplaceholder
{
	padding: 3px 2px 4px 2px;
	border-left: 0px solid #0F2543;
	border-right: 0px solid #0F2543;
	border-bottom: 0px solid #0F2543;
	background-color: #EFEFEF;
	/* line-height: 1.5em; */
}

#master_contentfooter
{
	clear: both;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

.heading {
	padding: 1em 0 1em 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}

.subheading{
	padding:.8em 0 0.5em 0;
	color:#0F2543;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:1.1em;
}

p {}

em {font-style:italic}

i {font-style: italic;}

strong {font-weight:bold;}

.codeReference
{
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
}

pre, code {
	display:block;
	margin:15px 15px 15px 0;
	padding:10px;
	border:1px dashed #CCC;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
}

/* SideBar Tables */

.sidebarItemTop
{
    font-size: 10px;
    width: 199px;
    /* height: 11px; */
    padding-bottom: 3px;
    text-decoration: underline;
}

.sidebarItem
{
    font-size: 11px;
    width: 199px;
    padding-bottom: 3px;
    padding-top: 3px;
}

/* tabs */

.tabs
{
    position: relative;
    top:1px;
    left:10px;
}

.tab
{
    border-top: silver 1px solid;
    border-bottom: black 1px solid;
    border-left: silver 1px solid;
    border-right: silver 1px solid;
    background-color: #EEEEEE;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    color: silver;
}

.selectedTab
{
    background-color: White;
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px white;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.tabContents
{
    border:solid 1px black;
    padding: 1px;
    background-color:White;
}

/* Small Tabs */
.smlTab
{
    border-top: silver 1px solid;
    border-bottom: #EEEEEE 1px solid;
    border-left: silver 1px solid;
    border-right: silver 1px solid;
    background-color: #EEEEEE;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    color: silver;
}

.smlSelectedTab
{
    background-color: White;
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px white;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
}
/* Contact List */
.contactItemTop
{
    font-size: 10px;
    width: 500px;
    height: 11px;
    padding-bottom: 3px;
    text-decoration: underline;
}

.contactItem
{
    font-size: 10px;
    width: 500px;
    padding-bottom: 3px;
    padding-top: 3px;
}

/* Content Item */
.contentItemTop
{
    font-size: 10px;
    width: 620px;
    height: 11px;
    padding-bottom: 3px;
    text-decoration: underline;
}

.contentItem
{
    font-size: 10px;
    width: 620px;
    padding-bottom: 3px;
    padding-top: 3px;
}

/* Popup Styles */

.stdPopUp
{
    border-right: black 1px dashed;
    padding-right: 3px;
    border-top: black 1px dashed;
    padding-left: 3px;
    font-size: 10px;
    padding-bottom: 3px;
    border-left: black 1px dashed;
    width: 100px;
    color: gray;
    padding-top: 3px;
    border-bottom: black 1px dashed; /*height: 100px;*/
    background-color: #fffaf0;
    visibility: hidden;
    background-image: none;
    background-color: #fffaf0;
}

.PopUp250x320
{
    border-right: black 1px dashed;
    padding-right: 3px;
    border-top: black 1px dashed;
    padding-left: 3px;
    font-size: 10px;
    padding-bottom: 3px;
    border-left: black 1px dashed;
    width: 100px;
    color: gray;
    padding-top: 3px;
    border-bottom: black 1px dashed; /*height: 100px;*/
    background-color: #fffaf0;
    /* visibility: hidden; */
    background: url(images/ajax-loader-large-circle.gif) #fffaf0 no-repeat center center;
}

/* Wizards Styling */
.wizard
{
    border:solid 1px #CCCCCC;
    background-color:#F7F6F3;
    width:620px;
    font-family:Verdana;
    font-size:10px;
    height:300px;
}

.wizardHeader
{
    background-color:#5D7B9D;
    border: solid 1px white;
    font-size:10px;
    font-weight:bold;
    text-align:left;
    color:White;
}

.wizardStep 
{
    padding:10 10 10 10;
    width: 470px;
    Color:#5D7B9D;
    border: solid 0px black;
    vertical-align:top;
}

.wizardSidebar
{
    background-color:#7C6F57;
    border:solid 0px black;
    font-size:10px;
    vertical-align:top;
    width:150px;
    padding-left: 5px;
}

.wizardSidebarButtons
{
    color:White;
    border: solid 0px black;
    font-family:Verdana;
}

.wizardNavButtons
{
    background-color:#FFFBFF;
    color:#284775;
    border:solid 1px #CCCCCC;
    /* font-size:0.8em; */
    font-size:10px;
    font-family:Verdana;
}

.wizardContentTop
{
    width: 485px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #FFFBFF;
    background-color: #284775;
    height: 15px;
}

.wizardContent
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
    width:470px;
}

.wizardContentMessage
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 430px;
    border-right: maroon 1px dashed;
    border-top: maroon 1px dashed;
    border-left: maroon 1px dashed;
    border-bottom: maroon 1px dashed;
    text-align: left;
    color: #800000;
    margin: 0px 0px 15px;
}

#pnlInroMessage
{
    text-align: center;
}

/* Text Box WaterMark */
.textBoxWaterMark
{
    background-color:#FFFBFF;
    border:solid 1px #CCCCCC;
    /* font-size:0.8em; */
    font-size:0.9em;
    font-family:Verdana;
    color:Silver;
}

/* Accordion Styles */

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(images/EmptyStar.png);
}

.waitingRatingStar
{
    background-image: url(images/SavedStar.png);
}

/* Calendar CSS Styles */
.calendarTopLeftCell
{
    border-top: black 1px solid;
    border-left: black 1px solid;
}

.calendarTopRightCell
{
    border-top: black 1px solid;
    border-right: black 1px solid;
    text-align: right;
}

.calendarTopCell
{
    border-top: black 1px solid;
}

.calendarBottomLeftCell
{
    border-bottom: black 1px solid;
    border-left: black 1px solid;
}

.calendarBottomRightCell
{
    border-bottom: black 1px solid;
    border-right: black 1px solid;
}

.calendarBottomCell
{
    border-bottom: black 1px solid;
}

.calendarLeftCell
{
    border-left: black 1px solid;
}

.calendarRightCell
{
    border-right: black 1px solid;
}

.calendarDayLabel
{
    font-weight: bold;
    font-size: 10px;
}

.calendarDayNumberLabel
{
    font-weight: bold;
    font-size: 10px;
    padding-right: 3px;
    /* background-color: white; */
}

/* Help Content */
.helpHeader
{
    font-size: 10px;
    width: 150px;
    color: silver;
    background-color: #4F579F;
    border-right: #4F579F 1px solid;
    border-top: #4F579F 1px solid;
    border-left: #4F579F 1px solid;
    border-bottom: #4F579F 1px solid;
}
 a.helpHeader
{
    text-align: right;
}
.helpContent
{
    border-right: #4F579F 1px solid;
    border-top: #4F579F 1px solid;
    font-size: 10px;
    border-left: #4F579F 1px solid;
    border-bottom: #4F579F 1px solid;
    width: 150px;
    color: gray;
    padding-right: 1px;
    padding-left: 1px;
    text-justify: auto;
    padding-bottom: 1px;
    padding-top: 1px;
    text-align: justify;
}

.popupHelpHeader
{
    font-size: 10px;
    width: 150px;
    color: silver;
    background-color: #5D7B9D;
    border-right: #5D7B9D 1px solid;
    border-top: #5D7B9D 1px solid;
    border-left: #5D7B9D 1px solid;
    border-bottom: #5D7B9D 1px solid;
    padding-right: 3px;
    padding-left: 3px;
}

.popupHelpContent
{
    border-right: #5D7B9D 1px solid;
    border-top: #5D7B9D 1px solid;
    font-size: 10px;
    border-left: #5D7B9D 1px solid;
    border-bottom: #5D7B9D 1px solid;
    width: 150px;
    color: gray;
    background-color: White;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.helpTopicTitle
{
    color: #4F579F;
    font-weight: bold;
}

/* Styles for the Animation Reference */
.animationReferenceTable
{
}

.animationReferenceRow
{
}

.animationReferenceField
{
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
}

.animationReferenceCode
{
	margin-top: 5px;
	vertical-align: top;
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
	
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
	font-weight: bold;
	margin-bottom: 5px;
}

.animationReferenceItems
{
	vertical-align: top;
}

.animationReferenceItemTable
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItemRow
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItem
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.animationReferenceItemCode
{
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
	font-weight: bold;
}

/******************************/

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.TaskItemDue
{
    background-color: rosybrown;
}

.TaskItemDue a
{
    background-color: rosybrown;
    color: navy;
    text-decoration: none;
}

.TaskItemDue a:hover
{
    background-color: rosybrown;
    color: navy;
    text-decoration: underline;
}

.TaskItemDue a:visited
{
    background-color: rosybrown;
    color: navy;
    text-decoration: none;
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:navy;
	background-color:white;
}

/* Note */
.note
{
    border-right: black 1px dashed;
    padding-right: 3px;
    border-top: black 1px dashed;
    padding-left: 3px;
    font-size: 10px;
    padding-bottom: 3px;
    border-left: black 1px dashed;
    color: gray;
    padding-top: 3px;
    border-bottom: black 1px dashed; /*height: 100px;*/
    background-color: #fffaf0;
    background-image: none;
    background-color: #fffaf0;
}

/************ PasswordStrength Related Styles ***********************/
.TextIndicator
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;  
     padding: 2px 3px 2px 3px;   
}

.BarIndicator
{
    color:Blue;
    background-color:Blue;
    height: 9px;
}

.BarBorder
{
    border-style:solid;
    border-width:1px;
    width:190px;
    vertical-align:middle;
    height: 10px;
}

.dynamicPopulate_Normal 
{	
	border:silver 1px inset;
	padding:2px;
	text-align:center;
	height:2em;
	margin:5px;
	width:200px;
}

.dynamicPopulate_Updating
{
    background-image: url(images/loading_animation_liferay.gif);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center center;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    height: 100px;
}

.buzzItModalPopupLink
{
    cursor: hand;
    text-decoration: underline;
}

.errorSummary
{
    margin: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}