html,body,form {
	height : 100%;
}

body
{

	background-color		: #002288;
	background-image		: url(/img/backgrounds/Other_Abstracts/Splash_Background~rn.tc.002288.jpg);
	background-position		: top center;
	background-repeat		: no-repeat;
	background-attachment	: fixed;
	margin					: 0px;
	font-family				: Arial;
	padding-bottom			: 52px;
}

a, a:visited, a:active {
	outline					: none;
}

a img {
	border					: 0px;
}

.mainLogo
{
	display					: block;
	float					: left;
	background-image		: url(/img/logos/splashLogo190.png);
	min-width				: 190px;
	height					: 43px;
	background-repeat		: no-repeat;
	text-decoration			: none;
}

.userName {
	opacity					: 0.40;
	filter					: alpha(opacity=40);
	color						: white;	
	font-family				: Arial;
	font-size				: 11px;
	font-weight				: bold;
	display					: block;
	position					: relative;
	top						: 31px;
	margin-left				: 80px;
}

.navMenu
{
	height					: 37px;
	margin					: 0px;
	background-image		: url(../img/common/Menu-upper-BG.png);
 	text-align				: center;
 	padding					: 0px;
	white-space				: nowrap;
	overflow				: hidden;
}

.navMenu li
{
	display					: inline;
	position				: relative;
	top						: 8px;
	font-family				: Arial;
	font-size				: 12px;
	font-weight				: bold;
	margin-right			: 8px;
	background-image		: url(../img/common/menuseperator.png);
	background-position		: 100% 75%;
	background-repeat		: no-repeat;
	padding-right			: 8px;
	cursor					: pointer;


}

.navMenu li a {
	text-decoration		: none;
	color						: black;
}

.actionMenu
{
	background-image		: url(../img/common/mainMenuTop.png);
	background-repeat		: repeat-x;
	height					: 75px;
	display					: block;
}

.actionButtonList
{
	display					: block;
	float					: right;
	margin-top				: 4px;
}

.contextButtons
{
	display					: block;
	background-color		: #004b85;
	width					: 100%;
	height					: 37px;
	position				: absolute;
	left					: 0px;
	bottom					: 0px;
	display				: none;
}

.menuIcon
{
  width						: 36px;
  height						: 36px;
  margin-top				: 1px;
  margin-right				: 5px;
  display					: none;
  vertical-align			: middle;
  behavior			: url(/style/iepngfix.htc);
}

.actionMenuItem
{
 	padding-left			: 10px;
 	padding-right			: 12px;
 	padding-bottom			: 20px; 	
 	color					: white;
 	text-align				: left;
 	text-decoration			: none;
 	background-image		: url(/img/common/menuDividerTop.png);
 	background-repeat		: no-repeat;
 	background-position		: top right;
}

.actionMenuItem a {
	display					: block;
	text-decoration			: none;
}

.lastActionMenuItem {
	background-image		: none;
}

.actionMenuBreak {
	font-size: 11px;
	padding: 5px 3px 1px 3px;
	opacity: 0.6;
}

.dimmedMenuItem {
	opacity					: 0.6;
}

.menuText
{
	position				: relative;
	top						: 10px;
	color					: white;
	font-family				: Arial;
	font-size				: 13px;
}

.actionMenuItem:hover .menuText {
	text-decoration			: underline;

}


.selectedAccountMenuItem {
	background-image		: url(/img/icons/CircleTick.png);
	background-repeat		: no-repeat;
	background-position		: 180px center;
}

.popupMenu
{
	position				: absolute;
	display					: block;
	width					: 236px;
	z-index					: 300;
}

.popupMenu .actionMenuItem
{
	display					: block;
	float					: none;
	width					: 210px;
	height					: 40px;
	text-decoration			: none;
	margin					: 0px;
	padding					: 0px;
	background-image		: url(/img/common/menuBG40.png);
	background-repeat 		: repeat-x;
	color					: white;
}

.popupMenu .actionMenuItem:hover, .popupMenu .highlightedMenuItem
{
	background-image		: url(/img/common/BlueRollover.60px.png);
	
}

.popupMenu .actionMenuItem .menuText {
	top						: 0px;
}

.popupMenu .actionMenuItem:hover .menuText {
	text-decoration			: none;
}

.popupMenu .menuIcon
{
	display					: inline;
	width					: 36px;
	height					: 36px;
	margin-left				: 5px;
	border					: none;
	margin-top				: 2px;
	vertical-align			: middle;
}

.parentMenu .menuText
{
	background-image		: url(/img/common/menuarrow.png);
	background-repeat		: no-repeat;
	background-position		: 100% 100%;
	padding-right			: 16px;
}

.configBox
{
	display					: block;
	margin					: 0px;
	padding					: 0px;

}

.contextButton {
	cursor					: pointer;
}

.contextButton tr
{
	height				: 26px;
}

.contextButton .center
{
	background-image	: url(/img/common/MainButtonActive/Center.png);
	background-repeat	: repeat-x;
	white-space			: nowrap;
	color				: white;
	font-weight			: bold;
	font-size			: 14px;
}

.contextButton .leftSide
{
	background-image	: url(/img/common/MainButtonActive/Left.png);
	background-repeat	: no-repeat;
	width				: 13px;
}

.contextButton .rightSide
{
	background-image	: url(/img/common/MainButtonActive/Right.png);
	background-repeat	: no-repeat;
	width				: 13px;
}

.hoverButton .center
{
	background-image	: url(/img/common/MainButtonBlue/Center.png);
}

.hoverButton .leftSide
{
	background-image	: url(/img/common/MainButtonBlue/Left.png);
}

.hoverButton .rightSide
{
	background-image	: url(/img/common/MainButtonBlue/Right.png);
}

.activeButton .center
{
	background-image	: url(/img/common/MainButtonActive/Center.png);
}

.activeButton .leftSide
{
	background-image	: url(/img/common/MainButtonActive/Left.png);
}

.activeButton .rightSide
{
	background-image	: url(/img/common/MainButtonActive/Right.png);
}

.confirmButton .hoverButton .center
{
	background-image	: url(/img/common/MainButtonGreen/Center.png);
}

.confirmButton .hoverButton .leftSide
{
	background-image	: url(/img/common/MainButtonGreen/Left.png);
}

.confirmButton .hoverButton .rightSide
{
	background-image	: url(/img/common/MainButtonGreen/Right.png);
}

.cancelButton .hoverButton .center
{
	background-image	: url(/img/common/MainButtonRed/Center.png);
}

.cancelButton .hoverButton .leftSide
{
	background-image	: url(/img/common/MainButtonRed/Left.png);
}

.cancelButton .hoverButton .rightSide
{
	background-image	: url(/img/common/MainButtonRed/Right.png);
}

.buttonPanel .contextButton {
	display				: block;
	float				: right;
	margin-left			: 5px;
}

.contextField {
	display				: block;
}

.contextField .fieldRightSide {
	width			: 26px;
	height			: 27px;
	background-image	: url(/img/common/SearchField/rightCap.png);
	background-position : left center;
	background-repeat	: no-repeat;
}

.contextField .fieldRightSideHover {
	background-image	: url(/img/common/SearchField/rightCapActive.png);
}


.contextField .fieldLeftSide 	{
	width			: 12px;
	height			: 27px;
	background-image	: url(/img/common/SearchField/leftCap.png);
	background-position : right center;
	background-repeat	: no-repeat;
}

.contextField input {
	background-image	: url(/img/common/SearchField/center.png);
	width			: 100%;
	border			: 0px;
	display			: block;
	height			: 20px;
	background-position : left center;
	font-family			: "Trebuchet MS";
	color				: black;
	font-weight			: bold;
	font-size		: 12px;
	margin-top		: 0px;
	text-align		: left;
	padding-top		: 6px;
}

.contextField input.initial {
	color			: #cccccc;
}

* { behavior: url(iepngfix.htc); }

.copyright {
	display				: block;
	position			: relative;
	width				: 400px;
	margin				: 30px auto;
	color				: white;
	font-family			: "Trebuchet MS";
	text-align			: center;
	border-top			: 1px solid white;
	padding-top			: 3px;
	padding-bottom		: 10px;
	clear				: both;
}

.row {
	display				: block;
}

.dialogInterface {
	display				: block;
	position			: relative;
	width				: 890px;
	left		: 50%;
	margin-left : -445px;
}

.dialogInterface * {
	margin-left			: 10px;
}

.dialogInterface .content {
	display				: block;
	position			: relative;
	width				: 849px;
	left				: 50%;
	margin-left			: -425px;
	background-color	: white;
	background-image	: url(/img/website/SplashLogoComingSoon.png);
	background-repeat	: no-repeat;
	background-position	: 150px 40px;
}

.dialogInterface .heading {
	display				: block;
	height				: 46px;
	margin-left			: 0px;
	background-image	: url(/img/website/menuHeader.png);
	background-repeat	: no-repeat;
}

.dialogInterface .leftSide {
	display				: block;
	position			: absolute;
	width				: 21px;
	height				: 100%;
	left				: 0px;
	margin-left			: -21px;
	background-image	: url(/img/website/shadowLeft.png);
	background-repeat	: no-repeat;
}

.dialogInterface .rightSide {
	display				: block;
	position			: absolute;
	width				: 21px;
	height				: 100%;
	left				: 100%;
	margin-left			: 0px;
	background-image	: url(/img/website/shadowRight.png);
	background-repeat	: no-repeat;
}

.dialogInterface .footing {
	display				: block;
	height				: 51px;
	margin-left			: 0px;
	background-image	: url(/img/website/footer.png);
	background-repeat	: no-repeat;
}

.dialogInterface .title {
	display				: block;
	padding-top			: 10px;
	margin-left			: 20px;
	font-family			: "Trebuchet MS";
	font-size			: 20px;
	font-weight			: bold;
	color				: #0066FF;
}

.dialogInterface .error {
	color				: red;
}

.dialogInterface .userNameTitle {
	display				: block;
	font-family			: "Trebuchet MS";
	font-weight			: bold;
	margin-top			: 5px;
	margin-bottom		: 45px;
	text-align			: center;
}

.dialogInterface .navMenu {
	background-image	: none;
	height				: 22px;
	padding-top			: 6px;
	padding-left		: 20px;
	text-align			: left;
}

.dialogInterface .navMenu li {
	margin-right		: 0px;
}

.dialogInterface .signinPanel {
	display				: block;
	float				: right;
	width				: 261px;
	height				: 340px;
	padding-top			: 10px;
	background-image	: url(/img/website/rightTray.jpg);
	background-repeat	: no-repeat;

}

.dialogInterface .row {
	margin-bottom		: 10px;
}

.dialogInterface .signinPanel .title {
	padding-top			: 0px;
	margin-bottom		: 15px;
}

.dialogInterface .fieldLabel {
	display				: block;
	width				: 155px;
	float				: left;
	margin-top			: 10px;
	margin-left			: 1px;
	text-align			: right;
	font-family			: Arial;
	font-size			: 12px;
	color				: #666666;
}

.dialogInterface .field {
	border				: 1px solid #666666;
	padding				: 6px;
	width				: 165px;
	background-image	: url(/img/website/inputFieldBG.jpg);
	background-repeat	: repeat-x;
	font-family			: Arial;
	font-size			: 14px;
	font-weight			: bold;
	color				: black;
}

.dialogInterface .shortField {
	width				: 80px;
}

.dialogInterface .signinPanel .fieldLabel {
	width				: 55px;
}

.dialogInterface .signinPanel .field {
	width				: 145px;
}

.dialogInterface .signinPanel .button {
	float				: right;
	margin-top			: 10px;
	margin-right		: 15px;
}

.dialogLogo {
	display					: block;
	height 					: 55px;
}

.dialogLogo .mainLogo {
	position				: relative;
	width					: 860px;
	left					: 50%;
	margin-left				: -430px;
}


.dialogInterface .signinPanel .checkbox {
	border				: 0px;
	padding				: 0px;
	width				: auto;
	background-image	: none;
	margin-left 		: 60px;
}

.signInPanel {
	position 			: relative;
	height				: 308px;
	margin				: auto;
	padding-top			: 27px;
	top					: 50%;
	margin-top			: -154px;
	background-image	: url(/img/signin/loginBar.png);
	background-repeat	: repeat-x;
}

.signInPanel .signInFields {
	width				: 700px;
	margin				: 0px auto;	
}

.signInPanel .signInFields .heading {
	width				: 425px;
	height				: 121px;
	margin				: 0px auto;
	margin-bottom		: 10px;
	background-image	: url(/img/signin/splashLogo425.png);
}

.signInPanel .signInFields .field {
	float				: left;
	margin-right		: 20px;
}

.signInPanel .signInFields p {
	color				: white;	
	opacity				: 0.2;
	margin				: 0px 0px 2px 10px;
	font-size			: 14px;	
}

.signInPanel .signInFields .fieldBox {
	width				: 281px;
	height				: 49px;
	padding-left		: 10px;
	padding-right		: 10px;
	background-image	: url(/img/signin/loginField.png);
	background-repeat	: no-repeat;
	background-color	: transparent;
	border				: 0px;
	font-family			: Arial;
	font-size			: 16px;
	font-weight			: bold;
	color				: white;
}

.signInPanel .signInFields .button {
	margin-top			: 20px;
}

.signInOptions {
	margin				: 5px auto;
	width				: 700px;
}

.signInOptions .signInError {
	margin-left			: 5px;
	color				: red;
}

.signInOptions .rememberCheck {
	float				: right;
	margin-right		: 80px;
	color				: #222;
	font-size			: 14px;
}

.pageNote {
	display					: block;
	position				: absolute;
	top						: 200px;
	left					: 400px;
	width					: 200px;
	height					: 200px;
	background-image		: url(/img/Stickies/StickyYellow.png);
	background-repeat		: no-repeat;
	z-index					: 350;
}

.pageNote .note {
	display					: block;
	position				: relative;
	margin					: 20px auto;
	margin-bottom			: 0px;
	top						: -3px;
	width					: 160px;
	height					: 125px;
	text-align				: center;
	border					: 0px;
	background-color		: transparent;
	overflow				: hidden;
	font-family				: "Comic Sans MS";
	font-weight				: strong;
	cursor					: text;
}

.pageNote .delete {
	display					: block;
	width					: 20px;
	height					: 20px;
	float					: right;
	cursor					: pointer;
	margin-top				: 5px;
	margin-right			: 15px;
	color					: none;
	background-image		: url(/img/icons/actions/CircleDelete20Inactive.png);
	background-repeat		: no-repeat;
}

.pageNote .deleteHover {
	background-image		: url(/img/icons/actions/CircleDelete20Active.png);
}

.pageNote .color {
	display					: block;
	width					: 20px;
	height					: 20px;
	float					: right;
	cursor					: pointer;
	margin-top				: 5px;
	margin-right			: 3px;
	color					: none;
	background-image		: url(/img/icons/actions/CircleInfo20Inactive.png);
	background-repeat		: no-repeat;
}

.pageNote .colorHover {
	background-image		: url(/img/icons/actions/CircleInfo20Active.png);
}

.pageNote .colorPalette {
	display					: block;
	position				: absolute;
	top						: 0px;
	left					: 0px;
	width					: 100%;
	height					: 100%;
	background-color		: black;
}

.pageNote .colorPalette img {
	display					: block;
	width					: 40px;
	height					: 40px;
	float					: left;
	margin-top				: 10px;
	margin-left				: 5px;
	margin-right			: 5px;
}

.pageNote input {
	float					: right;
	margin-right			: 10px;
}

.directMessageBox
{
	display				: block;
	position			: absolute;
	width				: 400px;
	margin-top			: 20px;
	top					: -120px;
	left				: 100%;
	margin-left			: -400px;
}

.directMessageBox .content
{
	display					: block;
	width					: 100%;
	margin					: 0px;
	background-image		: url(/img/boxes/white.shadow.round/center.png);
}

.directMessageBox .boxTop
{
	display					: none;
}

.directMessageBox .boxBottom
{
	width						: 100%;
}

.directMessageBox .boxBottom .leftCorner
{
	background-image		: url(/img/boxes/white.shadow.round/bottomLeft.png);
	width						: 19px;
	height					: 22px;
	display					: block;
}

.directMessageBox .boxBottom  .boxCenter
{
	background				: url(/img/boxes/white.shadow.round/bottomCenter.png);
	width						: 100%;
	height					: 22px;
}

.directMessageBox .boxBottom .rightCorner
{
	background-image		: url(/img/boxes/white.shadow.round/bottomRight.png);
	width						: 19px;
	height					: 22px;
	display					: block;
}

.directMessageBox .boxContent .leftSide
{
	width						: 19px;
  background-image		: url(/img/boxes/white.shadow.round/middleLeft.png);
}

.directMessageBox .boxContent .center
{
	vertical-align		: top;
	background-color	: transparent;
	height				: 60px;
	width				: 100%;
	background-image	: url(/img/boxes/white.shadow.round/center.png);
}

.directMessageBox .boxContent .rightSide
{
	width					: 19px;
	background-image	: url(/img/boxes/white.shadow.round/middleRight.png);
}

.directMessageBox .directMessage {
	display				: block;
	margin-top			: 10px;
	font-size			: 12px;
	font-family			: "Comic Sans MS";
}

.directMessageBox .directMessage img {
	float				: left;
	margin-right		: 5px;
}

.directMessageBox .directMessage .sender {
	display				: block;
	font-family			: Arial;
	font-size			: 10px;
	color				: #999999;
}

.directMessageBox .directMessage .actions {
	display				: block;
	margin-top			: 15px;
}

.directMessageBox .directMessage .actions a {
	float				: right;
	margin-left			: 10px;
	font-family			: Arial;
}






.pageSettingsDialog {
	display				: block;
	position			: relative;
	margin-left			: 10px;
	margin-right		: 10px;
	margin-top			: -20px;
}

.pageSettingsDialog * {
	font-family			: "Trebuchet MS";
	color				: white;
}

.pageSettingsDialog .transparentBox .boxTop  .boxCenter
{
	width						: 100%;
}

.pageSettingsDialog input {
	color 				: black;
	width				: auto;
	height				: auto;
}

.pageSettingsDialog .url {
	display				: inline;
	border				: 1px solid inset;
	background-color	: white;
	color				: black;
	text-align			: left;
	font-family			: Arial;
	font-weight			: normal;
	margin-top			: 0px;
	white-space			: normal;
	overflow			: auto;
	cursor				: normal;
	font-size			: 12px;
	width				: auto;
}

.pageSettingsDialog select {
	color 				: black;
	margin-left			: 10px;
	margin-right		: 10px;
}

.pageSettingsDialog option {
	color				: black;
}

.pageSettingsDialog .title {
	display				: block;
	float				: left;
	margin-right		: 20px;
	font-size			: 24px;
	font-weight			: bold;
	height				: 40px;
	cursor				: pointer;
}

.pageSettingsDialog .styleSelection {
	display				: block;
	margin-bottom		: 20px;
	clear				: left;
	font-size			: 12px;
	font-weight			: bold;
}

.pageSettingGallery .galleryWindow {
	display				: block;
	position			: relative;
	height				: 150px;
	width				: 648px;
	margin				: 5px auto;
	overflow			: hidden;
}

.pageSettingGallery .galleryWindow a {
	margin: 0px 5px 0px 5px;
	text-decoration: none;
	text-align: center;
	color: white;
}

.pageSettingGallery .galleryWindow a img {
	display : inline;
	border: 1px solid black;
	text-align: center;
	vertical-align: bottom;
}

.pageSettingGallery .galleryStrip {
	display				: block;
	position			: relative;
	margin-top			: 5px;
	white-space			: nowrap;
}

.pageSettingGallery .galleryStrip a {
	position			: relative;
	margin-top			: 5px;
}

.pageSettingGallery .galleryStrip .imageTitle {
	display				: block;
	position			: absolute;
	width				: 150px;
	left				: 0px;
	top					: 20px;
	font-size			: 10px;
	font-family			: Arial;
	font-weight			: bold;
	text-align			: center;
	white-space			: nowrap;
	overflow			: hidden;
}

.pageSettingGallery .scrollButton {
	display				: block;
	position			: absolute;
	width				: 36px;
	height				: 36px;
	top					: 50%;
	cursor				: pointer;
	margin-top			: -28px;
}

.pageSettingGallery .leftScrollButton {
	margin-left			: 5px;
	background-image	: url(/img/icons/actions/jumpArrowLeft.png);
}

.pageSettingGallery .leftScrollButtonHover {
	margin-left			: 5px;
	background-image	: url(/img/icons/actions/jumpArrowLeftOver.png);
}

.pageSettingGallery .rightScrollButton {
	left				: 100%;
	margin-left			: -41px;
	background-image	: url(/img/icons/actions/jumpArrowRight.png);
}

.pageSettingGallery .rightScrollButtonHover {
	left				: 100%;
	margin-left			: -41px;
	background-image	: url(/img/icons/actions/jumpArrowRightOver.png);
}

.pageSettingGallery .pageStyleCustomSelection {
	float				: right;
	margin-right		: 20px;
}

.pageSettingsDialog .buttonPanel {
	display				: block;
	position			: relative;
	margin-top			: 5px;
	height				: auto;
	width				: auto;
	left				: 0px;
	margin-left			: 0px;
	top					: 0px;
	z-index				: 1;
}

.pageSettingsDialog .buttonPanel .rightButtons {
	float				: right;
}

.pageSettingsDialog .backgroundOptions .colorCell {
	display			: block;
	width			: 16px;
	height			: 16px;
	border			: 1px solid black;
	float			: left;
	margin			: 1.5px;
	margin-right	: 10px;
	cursor			: pointer;
}

.pageSettingsDialog .optionSection {
	display			: block;
	width			: 200px;
	float			: left;
}

.pageSettingsDialog .positionOptions {
	width			: 550px;
}

.pageSettingsDialog .optionSection .title {
	display			: block;
	height			: 20px;
	float			: none;
	font-size		: 12px;
	margin-bottom	: 5px;
}

.pageSettingsDialog .optionSection #colorField {
	width			: 50px;
}

.pageSettingsDialog .backgroundPositionOptions {
	display				: block;
	width				: 70px;
	height				: 70px;
	margin-right		: 5px;
	float				: left;
}

.pageSettingsDialog .backgroundPositionOptions .positionOption {
	display				: block;
	width				: 18px;
	height				: 18px;
	padding				: 2px;
	float				: left;
	background-position	: center center;
	background-repeat	: no-repeat;
	cursor				: pointer;
}

.pageSettingsDialog .backgroundPositionOptions .topLeft {
	background-image	: url(/img/icons/BGpositionicons/icon-align-tl.gif);
}

.pageSettingsDialog .backgroundPositionOptions .topCenter {
	background-image	: url(/img/icons/BGpositionicons/icon-align-tc.gif);
}

.pageSettingsDialog .backgroundPositionOptions .topRight {
	background-image	: url(/img/icons/BGpositionicons/icon-align-tr.gif);
}

.pageSettingsDialog .backgroundPositionOptions .centerLeft {
	background-image	: url(/img/icons/BGpositionicons/icon-align-ml.gif);
}

.pageSettingsDialog .backgroundPositionOptions .centerCenter {
	background-image	: url(/img/icons/BGpositionicons/icon-align-mc.gif);
}

.pageSettingsDialog .backgroundPositionOptions .centerRight {
	background-image	: url(/img/icons/BGpositionicons/icon-align-mr.gif);
}

.pageSettingsDialog .backgroundPositionOptions .bottomLeft {
	background-image	: url(/img/icons/BGpositionicons/icon-align-bl.gif);
}

.pageSettingsDialog .backgroundPositionOptions .bottomCenter {
	background-image	: url(/img/icons/BGpositionicons/icon-align-bc.gif);
}

.pageSettingsDialog .backgroundPositionOptions .bottomRight {
	background-image	: url(/img/icons/BGpositionicons/icon-align-br.gif);
}

.pageSettingsDialog .backgroundPositionOptions .selected {
	background-color	: yellow;
}

.pageSettingsDialog .backgroundRepeatOptions {
	display				: block;
	width				: 460px;
	float				: left;
}

.pageSettingsDialog .backgroundRepeatOptions .option {
	display				: block;
	float				: left;
	width				: 220px;
	height				: 20px;
}

.pageSettingsDialog .backgroundRepeatOptions .option input {
	display			: inline;
	border			: 0px;
	background-color	: white;
	color			: black;
	text-align		: left;
	font-family		: Arial;
	font-weight		: normal;
	margin-top		: 0px;
	overflow		: auto;
	cursor			: default;
	font-size		: 12px;
	width			: auto;
}

.pageSettingsDialog .url {
	display			: inline;
	width 			: 300px;
	border			: 1px inset black;
	background-color	: white;
	color			: black;
	text-align		: left;
	font-family		: Arial;
	font-weight		: normal;
	margin-top		: 0px;
	white-space		: nowrap;
	overflow		: auto;
	cursor			: normal;
	font-size		: 12px;
	width			: auto;
	height			: auto;

}

.friendRequestDialog {
	display					: block;
	background-image		: url(/img/common/Dialog-CenterBG.png);
}

.friendRequestDialog .heading {
	display 				: block;
	font-size 				: 16px;
	margin-bottom 	: 20px;
	color					: black;
}

.friendRequestDialog .heading img {
	display 				: inline;
	vertical-align 		: middle;
	margin-right 		: 10px;
}

.friendRequestDialog .heading span {
	margin-left 			: 5px;
}

.friendRequestDialog .charCount {
	float						: right;
	margin-right			: 10px;
	font-weight			: bold;
}

.friendRequestDialog textarea {
	margin-top 			: 5px;
	font-family 			: "Comic Sans MS";
	font-size 				: 16px;
	overflow				: hidden;
}

.friendRequestDialog .buttons {
	margin-top			: 5px;
	margin-right			: 5px;
	float						: right;
}

.friendRequestDialog .buttons input {
	margin-right			: 2px;
	margin-left			: 2px;
}

.transparentBox .content
{
	display					: block;
	margin					: 0px;
}

.transparentBox .boxTop .leftCorner
{
	display					: block;
	background-image		: url(/img/boxes/white.shadow.round/topLeft.png);
	background-position		: center left;
	background-repeat		: no-repeat;
	width					: 19px;
	height					: 17px;
}

.transparentBox .boxTop .boxCenter
{
 	height					: 17px;
   	background-image 		:url(/img/boxes/white.shadow.round/topCenter.png);
}

.transparentBox .boxTop .rightCorner
{
	display					: block;
	background-image		: url(/img/boxes/white.shadow.round/topRight.png);
	width					: 19px;
	height					: 17px;
}

.transparentBox .boxBottom .leftCorner
{
	background-image		: url(/img/boxes/white.shadow.round/bottomLeft.png);
	width					: 19px;
	height					: 22px;
	display					: block;
}

.transparentBox .boxBottom  .boxCenter
{
	background				: url(/img/boxes/white.shadow.round/bottomCenter.png);
	height					: 22px;
}

.transparentBox .boxBottom .rightCorner
{
	background-image		: url(/img/boxes/white.shadow.round/bottomRight.png);
	width					: 19px;
	height					: 22px;
	display					: block;
}

.transparentBox .boxContent .leftSide
{
	width					: 19px;
  	background-image		: url(/img/boxes/white.shadow.round/middleLeft.png);
}

.transparentBox .boxContent .center
{
	background-color		: white;
}

.transparentBox .boxContent .rightSide
{
	width				: 19px;
	background-image	: url(/img/boxes/white.shadow.round/middleRight.png);
}

.clearBox .boxTop .leftCorner
{
	background-image		: url(/img/boxes/trans50.border.inr-shadow/topLeft.png);
	display					: block;
	width						: 19px;
	height					: 17px;
	background-position		: left bottom;
	background-repeat		: no-repeat;
}

.clearBox .boxTop .boxCenter
{
   background-image :url(/img/boxes/trans50.border.inr-shadow/topCenter.png);
	height					: 17px;
	background-position		: left bottom;
	background-repeat		: repeat-x;
}

.clearBox .boxTop .rightCorner
{
	background-image		: url(/img/boxes/trans50.border.inr-shadow/topRight.png);
	display					: block;
	width						: 19px;
	height					: 17px;
	background-position		: left bottom;
	background-repeat		: no-repeat;
}
.clearBox .boxBottom .leftCorner
{
	background-image		: url(/img/boxes/trans50.border.inr-shadow/bottomLeft.png);
}

.clearBox .boxBottom  .boxCenter
{
	background				: url(/img/boxes/trans50.border.inr-shadow/bottomCenter.png);
}

.clearBox .boxBottom .rightCorner
{
	background-image		: url(/img/boxes/trans50.border.inr-shadow/bottomRight.png);
}

.clearBox .boxContent .leftSide
{
  background-image		: url(/img/boxes/trans50.border.inr-shadow/middleLeft.png);
}

.clearBox .boxContent .center
{
   background-image	: url(/img/boxes/trans50.border.inr-shadow/center.png);
	vertical-align		: top;
background-color	: transparent;
}

.clearBox .boxContent .rightSide
{
	background-image	: url(/img/boxes/trans50.border.inr-shadow/middleRight.png);
}

.popupMenu .menuBox .boxTop .leftCorner
{
	background-image		: url(/img/boxes/menuTop/topLeft.png);
	display					: block;
	width						: 19px;
	height					: 17px;
	background-position		: left bottom;
	background-repeat		: no-repeat;
}

.popupMenu .menuBox .boxTop .boxCenter
{
   background-image :url(/img/boxes/menuTop/topCenter.png);
	height					: 17px;
	background-position		: left bottom;
	background-repeat		: repeat-x;
}

.popupMenu .menuBox .boxTop .rightCorner
{
	background-image		: url(/img/boxes/menuTop/topRight.png);
	display					: block;
	width						: 19px;
	height					: 17px;
	background-position		: left bottom;
	background-repeat		: no-repeat;
}
.popupMenu .menuBox .boxBottom .leftCorner
{
	background-image		: url(/img/boxes/menuTop/bottomLeft.png);
}

.popupMenu .menuBox .boxBottom  .boxCenter
{
	background				: url(/img/boxes/menuTop/bottomCenter.png);
}

.popupMenu .menuBox .boxBottom .rightCorner
{
	background-image		: url(/img/boxes/menuTop/bottomRight.png);
}

.popupMenu .menuBox .boxContent .leftSide
{
  background-image		: url(/img/boxes/menuTop/middleLeft.png);
}

.popupMenu .menuBox .boxContent .center
{
   background-image	: url(/img/boxes/menuTop/center.png);
	vertical-align		: top;
background-color	: transparent;
}

.popupMenu .menuBox .boxContent .rightSide
{
	background-image	: url(/img/boxes/menuTop/middleRight.png);
}

.topMenuBox .boxTop {
	display				: none;
}

.clearFlatBox .boxTop .leftCorner
{
	background-image		: url(/img/boxes/shadowboxes/black.sqr.50.drop/topLeft.png);
	display					: block;
	width						: 19px;
	height					: 17px;
	background-position		: left bottom;
	background-repeat		: no-repeat;
}

.clearFlatBox .boxTop .boxCenter
{
   background-image :url(/img/boxes/shadowboxes/black.sqr.50.drop/topCenter.png);
	height					: 17px;
	background-position		: left bottom;
	background-repeat		: repeat-x;
}

.clearFlatBox .boxTop .rightCorner
{
	background-image		: url(/img/boxes/shadowboxes/black.sqr.50.drop/topRight.png);
	display					: block;
	width						: 19px;
	height					: 17px;
	background-position		: left bottom;
	background-repeat		: no-repeat;
}
.clearFlatBox .boxBottom .leftCorner
{
	width						: 19px;
	height					: 22px;
	display					: block;
	background-image		: url(/img/boxes/shadowboxes/black.sqr.50.drop/bottomLeft.png);
}

.clearFlatBox .boxBottom  .boxCenter
{
	height				: 22px;
	width					: 100%;
	background				: url(/img/boxes/shadowboxes/black.sqr.50.drop/bottomCenter.png);
}

.clearFlatBox .boxBottom .rightCorner
{
	width						: 19px;
	height					: 22px;
	display					: block;
	background-image		: url(/img/boxes/shadowboxes/black.sqr.50.drop/bottomRight.png);
}

.clearFlatBox .boxContent .leftSide
{
  background-image		: url(/img/boxes/shadowboxes/black.sqr.50.drop/middleLeft.png);
}

.clearFlatBox .boxContent .center
{
	display					: block;
   background-image			: url(/img/boxes/shadowboxes/black.sqr.50.drop/center.png);
	vertical-align			: top;
	background-color		: transparent;
	width					: 100%;
	min-height				: 500px;
}

.clearFlatBox .boxContent .rightSide
{
	background-image	: url(/img/boxes/shadowboxes/black.sqr.50.drop/middleRight.png);
}

.searchResult .boxTop .leftCorner,.attachmentTray .boxTop .leftCorner
{
	background-image		: url(/img/boxes/lightgray.100.drop/topLeft.png);
	width					: 19px;
	height					: 17px;
}

.searchResult .boxTop .boxCenter,.attachmentTray .boxTop .boxCenter
{
	background-image	 	:url(/img/boxes/lightgray.100.drop/topCenter.png);
}

.searchResult .boxTop .rightCorner,.attachmentTray .boxTop .rightCorner
{
	background-image		: url(/img/boxes/lightgray.100.drop/topRight.png);
	width					: 19px;
	height					: 17px;
}

.searchResult .boxBottom .leftCorner,.attachmentTray .boxBottom .leftCorner
{
	background-image		: url(/img/boxes/lightgray.100.drop/bottomLeft.png);
	width					: 19px;
	height					: 22px;
}

.searchResult .boxBottom  .boxCenter,.attachmentTray .boxBottom  .boxCenter
{
	background				: url(/img/boxes/lightgray.100.drop/bottomCenter.png);
	width					: 100%;
	height					: 22px;
}

.searchResult .boxBottom .rightCorner,.attachmentTray .boxBottom .rightCorner
{
	background-image		: url(/img/boxes/lightgray.100.drop/bottomRight.png);
	width					: 19px;
	height					: 22px;
}

.searchResult .boxContent .leftSide,.attachmentTray .boxContent .leftSide
{
	width					: 19px;
	background-image		: url(/img/boxes/lightgray.100.drop/middleLeft.png);
}

.searchResult .boxContent .center,.attachmentTray .boxContent .center
{
	background-image		: none;
	background-color		: #e9e9e9;
}

.searchResult .boxContent .rightSide,.attachmentTray .boxContent .rightSide
{
	width					: 19px;
	background-image		: url(/img/boxes/lightgray.100.drop/middleRight.png);
}

.attachmentTray .confirmButton .contextButton .center
{
	width				: auto;
	background-image	: url(/img/common/MainButtonGreen/Center.png);
	background-repeat	: repeat-x;
	white-space			: nowrap;
	color				: white;
	font-weight			: bold;
	font-size			: 14px;
}

.attachmentTray .confirmButton .contextButton .leftSide
{
	background-image	: url(/img/common/MainButtonGreen/Left.png);
	background-repeat	: no-repeat;
	width				: 13px;
}

.attachmentTray .confirmButton .contextButton .rightSide
{
	background-image	: url(/img/common/MainButtonGreen/Right.png);
	background-repeat	: no-repeat;
	width				: 13px;
}

.attachmentTray .cancelButton .contextButton .center
{
	width				: auto;
	background-image	: url(/img/common/MainButtonActive/Center.png);
	background-repeat	: repeat-x;
	white-space			: nowrap;
	color				: white;
	font-weight			: bold;
	font-size			: 14px;
}

.attachmentTray .cancelButton .contextButton .leftSide
{
	background-image	: url(/img/common/MainButtonActive/Left.png);
	background-repeat	: no-repeat;
	width				: 13px;
}

.attachmentTray .cancelButton .contextButton .rightSide
{
	background-image	: url(/img/common/MainButtonActive/Right.png);
	background-repeat	: no-repeat;
	width				: 13px;
}

.attachmentTray .cancelButton .hoverButton .center
{
	background-image	: url(/img/common/MainButtonRed/Center.png);
}

.attachmentTray .cancelButton .hoverButton .leftSide
{
	background-image	: url(/img/common/MainButtonRed/Left.png);
}

.attachmentTray .cancelButton .hoverButton .rightSide
{
	background-image	: url(/img/common/MainButtonRed/Right.png);
}

.attachmentTray .addVideo .title {
	color 				: black;
}

.attachmentTray .addVideo input {
	width 				: 325px;
}

.attachmentTray .addVideo .confirmButton {
	float 				: right;
}

.friendDialog {
	width				: 720px;
}

.friendDialog .closeButton {
	display 			: block;
	position 			: absolute;
	width 				: 36px;
	height 				: 36px;
	top 				: 5px;
	left 				: 100%;
	margin-left 		: -36px;
	background-image 	: url(/img/icons/actions/CircleDelete36.png);
	cursor 				: pointer;
}

.friendDialog .heading {
	display 			: block;
	font-size 			: 20px;
	margin-top 			: 10px;
	margin-left 		: 5px;
	margin-bottom		: 10px;
}

.friendDialog .contextField {
	margin-top 			: 5px;
	margin-bottom		: 5px;
}

.friendDialog .contextField .fieldCenter {
	width 				: 177px;
}

.friendDialog .contextField .fieldCenter input {
	color 				: black;
	padding-top 		: 5px;
}

.friendDialog .userList {
	display 			: block;
	height 				: 210px;
	overflow 			: auto;
	margin-left 		: 5px;
	margin-right 		: 5px;
}

.friendDialog .row {
	color 				: black;
	padding 			: 1px;
	height 				: auto;
	font-family			: "Trebuchet MS";
	font-size			: 12px;
}

.friendDialog .row img {
	vertical-align 		: middle;
	margin-right 		: 10px;
	border				: 0px;
}

.friendDialog .selectedRow {
	color					: white;
	background-image	: url(/img/common/BlueRollover.60px.png);
	background-repeat	: repeat-x;
}

.friendDialog .icon {
	display 				: block;
	position 				: relative;
	width 					: 74px;
	height 					: 85px;
	margin-left 			: 5px;
	margin-right			: 5px;
	margin-bottom			: 5px;
	float 					: left;
	text-align 				: center;
	margin-left 			: 0px;
	background-image		: url(/img/dropshadows/polaroid58.png);
	background-repeat		: no-repeat;
	font-family				: "Comic Sans MS";
	font-size				: 11px;
	font-weight				: bold;
}

.friendDialog .icon img {
	display					: block;
	width					: 58px;
	height					: 58px;
	margin 					: 5px auto;
	margin-bottom			: 1px;
}

.friendDialog .icon .closeButton {
	display 				: block;
	position 				: absolute;
	width 					: 16px;
	height 					: 16px;
	top 					: -2px;
	left 					: 100%;
	margin-left 			: -12px;
	background-image 		: url(/img/icons/actions/CircleDelete16Active.png);
	cursor 					: pointer;
}

.friendDialog .buttonPanel {
	display					: block;
	margin-top				: 20px;
	clear					: both;
}

.friendDialog .searchResult {
	width 					: 250px;
	float 					: left;
	margin-right			: 5px;
}

.friendDialog .searchResult .boxContent .center {
	height					: 275px;
	overflow				: auto;
	vertical-align			: top;
}

.friendDialog .searchResult .row {
	overflow 				: hidden;
	white-space 			: nowrap;
	text-decoration			: none;
}

.friendDialog .searchSelected {
	width 					: 440px;
}

.friendDialog .searchSelected .boxContent .center {
	width					: 100%;
	vertical-align 			: top;
	overflow 				: auto;
	height 					: 275px;
}


.friendDialog .searchSelected .boxTop .leftCorner 
{
	background-image		: url(/img/boxes/black.05.inner/topLeft.png);
	width					: 19px;
	height					: 17px;
}

.friendDialog .searchSelected .boxTop .boxCenter
{
	background-image	 	:url(/img/boxes/black.05.inner/topCenter.png);
}

.friendDialog .searchSelected .boxTop .rightCorner
{
	background-image		: url(/img/boxes/black.05.inner/topRight.png);
	width					: 19px;
	height					: 17px;
}

.friendDialog .searchSelected .boxBottom .leftCorner
{
	background-image		: url(/img/boxes/black.05.inner/bottomLeft.png);
	width					: 19px;
	height					: 22px;
}

.friendDialog .searchSelected .boxBottom  .boxCenter
{
	background				: url(/img/boxes/black.05.inner/bottomCenter.png);
	width					: 100%;
	height					: 22px;
}

.friendDialog .searchSelected .boxBottom .rightCorner
{
	background-image		: url(/img/boxes/black.05.inner/bottomRight.png);
	width					: 19px;
	height					: 22px;
}

.friendDialog .searchSelected .boxContent .leftSide
{
	width					: 19px;
	background-image		: url(/img/boxes/black.05.inner/middleLeft.png);
}

.friendDialog .searchSelected .boxContent .center
{
	background-image		: url(/img/boxes/black.05.inner/center.png);
	background-color		: none;
}

.friendDialog .searchSelected .boxContent .rightSide
{
	width					: 19px;
	background-image		: url(/img/boxes/black.05.inner/middleRight.png);
}



.friendDialog .contextButton .center
{
	background-image	: url(/img/buttons/MainInactive2/Center.png);
	background-color 	: transparent;
	background-repeat	: repeat-x;
	white-space			: nowrap;
	color				: white;
	font-weight			: bold;
	font-size			: 14px;
}

.friendDialog .contextButton .leftSide
{
	background-image	: url(/img/buttons/MainInactive2/Left.png);
	background-repeat	: no-repeat;
	width				: 13px;
}

.friendDialog .contextButton .rightSide
{
	background-image	: url(/img/buttons/MainInactive2/Right.png);
	background-repeat	: no-repeat;
	width				: 13px;
}

.friendDialog .hoverButton .center
{
	background-image	: url(/img/buttons/MainBlue2/Center.png);
}

.friendDialog .hoverButton .leftSide
{
	background-image	: url(/img/buttons/MainBlue2/Left.png);
}

.friendDialog .hoverButton .rightSide
{
	background-image	: url(/img/buttons/MainBlue2/Right.png);
}

.friendDialog .activeButton .center
{
	background-image	: url(/img/buttons/MainInactive2/Center.png);
}

.friendDialog .activeButton .leftSide
{
	background-image	: url(/img/buttons/MainInactive2/Left.png);
}

.friendDialog .activeButton .rightSide
{
	background-image	: url(/img/buttons/MainInactive2/Right.png);
}

.friendDialog .confirmButton .center
{
	background-image	: url(/img/buttons/MainGreen2/Center.png);
}

.friendDialog .confirmButton .leftSide
{
	background-image	: url(/img/buttons/MainGreen2/Left.png);
}

.friendDialog .confirmButton .rightSide
{
	background-image	: url(/img/buttons/MainGreen2/Right.png);
}

.friendDialog .cancelButton .hoverButton .center
{
	background-image	: url(/img/buttons/MainRed2/Center.png);
}

.friendDialog .cancelButton .hoverButton .leftSide
{
	background-image	: url(/img/buttons/MainRed2/Left.png);
}

.friendDialog .cancelButton .hoverButton .rightSide
{
	background-image	: url(/img/buttons/MainRed2/Right.png);
}

.leftNav {
	float			: left;
	width			: 348px;
	min-height		: 200px;
	margin-left		: 10px;
	margin-right	: 5px;
}

.navigationBox
{
	display			: block;
	color			: white;
	font-weight		: bold;
}

.navigationBox .content
{
	display					: block;
	width						: 100%;
	margin					: 0px;
	background-image		: url(/img/boxes/shadowboxes/black.sqr.50.drop/center.png);
}

.navigationBox .boxTop .leftCorner
{
	background-image		: url(/img/boxes/shadowboxes/black.sqr.50.drop/topLeft.png);
	display					: block;
	width						: 19px;
	height					: 17px;
	background-position		: left bottom;
	background-repeat		: no-repeat;
}

.navigationBox .boxTop .boxCenter
{
   background-image :url(/img/boxes/shadowboxes/black.sqr.50.drop/topCenter.png);
	height					: 17px;
	background-position		: left bottom;
	background-repeat		: repeat-x;
}

.navigationBox .boxTop .rightCorner
{
	background-image		: url(/img/boxes/shadowboxes/black.sqr.50.drop/topRight.png);
	display					: block;
	width						: 19px;
	height					: 17px;
	background-position		: left bottom;
	background-repeat		: no-repeat;
}
.navigationBox .boxBottom .leftCorner
{
	width						: 19px;
	height					: 22px;
	display					: block;
	background-image		: url(/img/boxes/shadowboxes/black.sqr.50.drop/bottomLeft.png);
}

.navigationBox .boxBottom  .boxCenter
{
	height				: 22px;
width					: 100%;
	background				: url(/img/boxes/shadowboxes/black.sqr.50.drop/bottomCenter.png);
}

.navigationBox .boxBottom .rightCorner
{
	width						: 19px;
	height					: 22px;
	display					: block;
	background-image		: url(/img/boxes/shadowboxes/black.sqr.50.drop/bottomRight.png);
}

.navigationBox .boxContent .leftSide
{
  background-image		: url(/img/boxes/shadowboxes/black.sqr.50.drop/middleLeft.png);
}

.navigationBox .boxContent .center
{
   background-image			: url(/img/boxes/shadowboxes/black.sqr.50.drop/center.png);
	vertical-align			: top;
	background-color		: transparent;
	width					: 100%;
}

.navigationBox .boxContent .rightSide
{
	background-image	: url(/img/boxes/shadowboxes/black.sqr.50.drop/middleRight.png);
}

.navigationBox .row {
	display			: block;
	position		: relative;
	height			: 48px;
	clear			: left;
	padding			: 1px 0px 1px 46px;
	cursor			: pointer;
	color			: white;
	text-decoration	: none;
}

.navigationBox .row .menuItemBackground {
	display		: block;
	position	: absolute;
	width		: 100%;
	height		: 100%;
	top			: 0px;
	left		: 0px;
	background-color	: black;
	opacity				: 0.4;
	z-index				: -1;
}

.navigationBox .selectedRow {
	background-image	: url(/img/common/BlueRollover.60px.png);
	background-repeat	: repeat-x;
	background-position	: left center;
}

.navigationBox .row .icon {
	position		: absolute;
	top				: 8px;
	left			: 5px;
	width			: 36px;
	height			: 36px;

	border			: 0px;
}

.navigationBox .row .title {
	display			: block;	
	margin-top		: 5px;
	white-space		: nowrap;
	overflow		: hidden;
	font-size		: 14px;
	font-weight		: bold;
}

.navigationBox .row .flag {
	display 			: block;
	position 			: absolute;
	width 				: 18px;
	height 				: 17px;
	top 				: 100%;
	left 				: 100%;
	margin-top 			: -22px;
	margin-left 		: -18px;
	background-image 	: url(/img/icons/flagSmall.png);
}

.navigationBox .itemInfo {
	display			: block;
	white-space		: nowrap;
	overflow		: hidden;
	opacity			: 0.6;
	font-family		: Arial;
	font-size		: 8pt;
	font-weight		: bold;
}

.navigationBox .itemStat {
	opacity			: 1;
}

.navigationHeading .title {
	display				: block;
	position			: relative;
	margin-left			: 20px;
	margin-top			: 10px;
	margin-bottom		: 10px;
	font-family			: "Trebuchet MS";
	font-size			: 24px;
	font-weight			: bold;
	color				: white;
}

.contextMenu {
	display			: block;
	width			: 150px;
	position		: absolute;
	z-index			: 301;
 	border			: 1px solid black;
 	background-image		: url(/img/common/menuBG.png);
 	background-position		: left center;
}

.smallContextMenu {
	width			: 60px;
}

.contextMenuBackground {
	position			: absolute;
 	z-index				: 300;
}

.contextMenuRow {
	display			: block;
	height			: 20px;
	padding-top		: 6px;
	cursor			: pointer;
}

.contextMenuRowHover {
	background-image	: url(/img/common/BlueRollover.60px.png);
	background-repeat	: repeat-x;
}

.contextMenuRowHover .contextMenuOption {
	color				: white;
}

.contextMenuOption {
	color			: black;
	font-weight		: bold;
	font-family		: "Trebuchet MS",Verdana,sans-serif;
	font-size		: 12px;
}

.contextMenuIcon {
	display			: block;
	width			: 12px;
	height			: 12px;
	margin			: 4px 5px 0px 5px;
	float			: left;
}

.pageTitle {
	display			: block;
	margin			: 5px 0px 10px 5px;
	font-family		: "Trebuchet MS";
	font-size		: 24px;
	font-weight		: bold;
	color			: white;
}

.splashDialog .characters {
	display 				: block;
	margin-bottom			: 5px;
	font-family				: Arial;
	font-weight				: bold;
	font-size				: 14px;
	color					: #0066FF;

}

.splashDialog .characters .count {
	font-size			: 24px;
	margin-right		: 3px;
}

.splashDialog .commentField {
	width 					: 400px;
	height					: 45px;
	margin-bottom			: 10px;
}

.splashDialog .attachmentTray {
	margin-top		: 10px;
}

.splashDialog .attachmentTray .center {
	width 			: 420px;
}

.splashDialog .attachmentTray img {
	display			: block;
	float			: left;
	width			: 36px;
	height			: 36px;
	margin 			: 2px;
	cursor 			: pointer;
}

.splashDialog .attachmentTray .imageBox {
	display			: block;
	position		: relative;
	float			: left;
}

.splashDialog .attachmentTray .imageBox .icon {
	display 		: block;
	position 		: absolute;
	width 			: 16px;
	height 			: 16px;
	top 			: -2px;
	left 			: 100%;
	margin-left 	: -12px;
	background-image : url(/img/icons/actions/CircleDelete16Active.png);
	cursor			: pointer;
	z-index			: 1;
}

.splashDialog .attachmentTray .imageBox .overlay {
	display 			: block;
	position 			: absolute;
	width 				: 36px;
	height 				: 36px;
	top 				: 2px;
	left 				: 2px;
	background-image : url(/img/common/videoOverlay36.png);
}

.splashDialog .paging {
	display 			: block;
	clear 				: both;
	margin-top 			: 5px;
	float 				: right;
}

.splashDialog .paging a {
	font-family 		: Arial;
	font-size 			: 12px;
	color 				: black;
	text-decoration 	: none;
	margin-right 		: 10px;
}

.splashDialog .buttonPanel {
	margin-top			: 10px;
}

.createPageDialog {
	display				: block;
	padding				: 10px;
}

.createPageDialog .dialogTitle {
	display				: block;
	margin-bottom		: 15px;
	font-family			: "Trebuchet MS";
	font-size			: 22px;
	color				: #0066FF;
}

.createPageDialog .row {
	margin-bottom		: 10px;
}

.createPageDialog label { 
	font-family			: "Trebuchet MS";
	font-size			: 14px;
	font-weight			: bold;
	margin-right		: 10px;
	color				: #0066FF;
	vertical-align		: top;
	cursor				: pointer;
}

.createPageDialog label:hover {
	color				: green;
}

.createPageDialog input {
	width				: 260px;
}

.createPageDialog textarea {
	width				: 255px;
	height				: 80px;
}

.pageToolbarFooter {
	display				: block;
	position			: fixed;
	bottom				: 0px;
	left				: 0px;
	width				: 100%;
	height				: 52px;
	background-image	: url(/img/common/mainMenuBottom.png);
}

.createPageDialog .buttonPanel {
	margin-right		: 40px;
}

.botNavigation {
	display				: inline;
}

.botNavigation li {
	display				: inline;
}

.botNavigation li a {
	font-size			: 1px;
	color				: transparent;
}

