﻿/*
------------------------------------------------------------------------
MENUS
------------------------------------------------------------------------
*/
.topmenus
{
    margin-left: auto;
    float: right;
    margin-right: 120px;
    width: 620px;
    overflow: hidden;
    height: 145px;
}
.headerbottomlinkarea
{
    clear: left;
    width: 100%;
    margin: 0px;
}
.headerrightbottomlinks
{
    margin-left: auto;
    float: right;
    margin-right: 10px;
    margin-top: 40px;
    overflow: visible;
    height: 100px;
    clear: right;
}
.headerrightlinks, .grouprightlinks
{
    margin: 0px auto;
    padding: 15px 0px 0px 0px;
    float: right;
    height: 26px;
}
.grouprightlinks
{
    padding: 13px 0px 0px 0px;
}
.headerleftbottomlinksAdmin
{
    float: left;
    padding: 0px 0px 0px 50px;
    margin: -16px auto;
}
.headerleftlinks
{
    float: left;
    padding: 15px 0px 0px 0px;
    margin: 0px auto;
}
.menu, .headerrightbottomlinks .menu
{
    margin: -2px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}
.headerrightbottomlinks .menu li
{
    margin: 44px auto;
}
.headerrightbottomlinks .menu li.AvatarHeader
{
    margin: 0px auto;
}
.headerrightbottomlinks .menu li.spacer
{
    width: 12px;
}
.menu li
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
}

.menu li a, .menu li a:visited
{
    padding: 5px 10px 5px 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    font-size: 11px;
}
.menu li.AvatarHeader a, .menu li.AvatarHeader a:visited
{
    padding: 0px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    font-size: 11px;
}

.menu li.current a, .menu li.current a:visited
{
    color: #fff;
    text-decoration: underline;
}
.menu li a:hover, .menu li.current a:hover
{
    color: #fff;
    text-decoration: underline;
}

a:active, a:focus { outline: none; }

/*  BANNER AREA ------------------------------------------------------------------------- */

.banner
{
    margin: 0px;
    width: 100%;
    height: 150px;
    background-color: #001857;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.banner #TopLeftLogo
{
    margin-top: 0px;
    padding: 0 0 0 10px;
}
.banner #TopLeftLogo a, .banner #TopLeftLogo a:visited
{
    background-image: url(/images/MediaCenter/headerlogo.jpg);
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;
    width: 270px;
    height: 140px;
}

.banner #TopLeftLogo a:hover
{
    background-position: 0px -140px;
}



#bannershadow
{
    height: 30px;
    margin: 0px auto;
    width: 100%;
    background-image: url(/images/MediaCenter/bannershadowdark.jpg);
    background-repeat: repeat-x;
}
/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer
{
    text-align: center;
    clear: both;
    margin: 0px auto;
    padding: 40px 0px 10px 0px;
    width: 940px;
}

#footerlinks
{
    margin-bottom: 8px;
}
#footer p
{
    margin: 0px;
    color: #CB0644;
}

#footerlinks p a, #footerlinks p a:visited, #footer p a, #footer p a:visited
{
    color: #CB0644;
    text-decoration: none;
}
#footerlinks p
{
    font-size: 11px;
    font-weight: bold;
    font-family: Tahoma;
}
#footerlinks p a:hover, #footer p a:hover
{
    color: #000;
    text-decoration: underline;
}
#footer p.copyright
{
    margin-bottom: 15px;
    font-size: 11px;
}

#footer p.copyright a
{
    color: #000;
}
#footer p.copyright a:active, #footer p.copyright a:hover
{
    text-decoration: underline;
}
p.owner
{
    padding: 30px 0px 0px 0px;
    float: right;
}

p.license
{
    padding: 10px 0px 0px 0px;
    text-align: justify;
}


#sidepanel
{
    background-color: #fff;
    border: solid 2px #888888;
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 16px;
    width: 190px;
    position: relative;
    float: left;
}
.tempplacemarker
{
    margin-top: 40px;
    width: 430px;
}
.OpenIDFail
{
    margin: 15px auto 15px auto;
    font-size: 16px;
    color: #FF0000;
}
#BodyTitleArea a:active, #BodyTitleArea a:hover
{
    text-decoration: underline;
}
#BodyTitleArea a:link, #BodyTitleArea a:visited
{
    color: #000000;
    text-decoration: none;
}
#BodyTitleArea
{
    border-bottom: 1px solid #888888;
    color: #000000;
    font-family: Arial;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    margin-top: 15px;
    padding-bottom: 2px;
}
.AvatarBig
{
    margin: 0px;
    width: 200px;
    height: 200px;
    border: solid 1px #ddd;
    background-image: url(/images/MediaCenter/avatars/noavatar.jpg);
    background-repeat: no-repeat;
}
.AvatarHeader
{
    margin: 0px;
    width: 60px;
    height: 60px;
    border: solid 1px #999;
}
.AvatarHeader:hover
{
    border: solid 1px #fff;
}


/*
------------------------------------------------------------------------
CONTENT PARTS
------------------------------------------------------------------------
*/
.contentpart
{
    border: solid 1px transparent;
}

.contentpart:hover
{
    background-color: #eee;
    border: dashed 1px #666;
    cursor: pointer;
    overflow: hidden;
}

.contenteditorouter
{
    width: 625px;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
}

.contenteditor
{
    width: 609px;
    border: double 3px #111;
    padding: 5px;
    color: #444444;
    font-family: Arial;
    font-size: 14px;
}

.contenteditor a:link, .contenteditor a:visited, .contenteditor a:active, .contenteditor a:hover
{
    color: #001857;
    text-decoration: none;
}
.contenteditor textarea
{
    min-height: 350px;
    width: 607px;
    border-color: #eee;
}

.contenteditor .lastchanged, .contenteditor .contentid
{
    font-size: 11px;
    font-family: Tahoma;
}
.contenteditor .contentid
{
    padding: 5px 0;
    color: #001857;
}
.contenteditor .links
{
    margin-top: 12px;
    margin-bottom: 5px;
}
.contenteditor .links a.cancel, .contenteditor .links a.save, .contenteditor .links .htmlmode
{
    cursor: pointer;
    margin-left: 10px;
    padding: 3px;
    border: solid 1px #ddd;
    background-color: #f4f4f4;
    font-size: 10px;
    font-family: Tahoma;
    line-height: 16px;
}
.contenteditor .links .htmlmode input
{
    padding-top: 3px;
    margin-bottom: 1px;
    vertical-align: bottom;
}
.contenteditor .links a.cancel:hover, .contenteditor .links a.save:hover, .contenteditor .links .htmlmode:hover
{
    background-color: #ddd;
    border: solid 1px #ccc;
}
.contenteditor .links .cancel, .contenteditor .links .save
{
    color: #001857;
}

.contenteditorouter .topmenu
{
    width: 100%;
    height: 20px;
    background-color: #000;
}

.ui-draggable-dragging .contenteditor
{
    z-index: 1000;
}

.menuclose, .menumaximize, .menuadmin
{
    float: right;
    margin: 3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.menuclose
{
    background: url(/images/shared/nicedit/cpmenuclose.png) no-repeat;
}

.menumaximize
{
    background: url(/images/shared/nicedit/cpmenumax.png) no-repeat;
}

.menuadmin
{
    background: url(/images/shared/nicedit/cpmenuadmin.png) no-repeat;
}


/*-----------------------------------------------------------------------------------------------------------------
						Groups
------------------------------------------------------------------------------------------------------------------*/

#bannergroupshadow
{
    background-image: url(/images/MediaCenter/bannergroupshadowdark.jpg);
    height: 40px;
}

#GroupMenuRight, #GroupMenuLeft
{
    float: right;
    margin-left: 0;
    margin-right: 120px;
    width: 375px;
    font-size: 11px;
    font-weight: bold;
}
#GroupMenuLeft
{
float:left;
margin: 10px auto;
padding:0 0 0 40px;
    width: 250px;
}
#GroupMenuLeft a:link, #GroupMenuLeft a:visited
{
    color: #000;
    text-decoration: none;
}
#GroupMenuLeft a:hover, #GroupMenuLeft a:active, #GroupMenuLeft a:link.current, #GroupMenuLeft a:visited.current 
{
    text-decoration: underline;
}
.groupmenu
{
	margin: -5px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

.groupmenu li
{
	padding: 0px;
	float: left;
}

.groupmenu li a, .groupmenu li a:visited
{
	padding: 0px 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 11px;
}

.groupmenu li.current a, .groupmenu li.current a:visited
{
	color: #000;
	text-decoration: underline;
}
.groupmenu li a:hover, .groupmenu li.current a:hover
{
	color: #000;
	text-decoration: underline;
}
.AllGroupsLink
{
	font-size: 16px;
	margin: 20px 0px;
	font-weight: bold;
}
.AllGroupsLink a:link, .AllGroupsLink a:visited
{
	text-decoration: none;
}
.AllGroupsLink a:hover, .AllGroupsLink a:active
{
	text-decoration: underline;
	color: #000;
}
.GroupIntroArea
{
    width: 100%;
    margin: 0px;
}
.GroupIntroLeft
{
    width: 300px;
    display: block;
    float: left;
    margin-right: 40px;
}
.GroupIntroRight
{
    width: 300px;
    display: block;
    float: left;
    border: solid 1px #ccc;
    background-color: #f4f4f4;
    padding: 15px;
}
.ViewAreaTitle
{
    font-size: 16px;
    font-weight: bold;
    margin-left: 0px;
    margin-bottom: 22px;    
    color: #001857;
}
.ViewItemDescription
{
    font-size: 12px;
    font-weight: lighter;
    margin-left: 2px;
    margin-top: 2px;    
}

.ViewItemAuthorDate
{
    font-size: 10px;
    font-weight: bold;
    font-family: Tahoma;
    margin-top: 4px;
    margin-left: 2px;
    margin-bottom: 16px;    
}

#sidepanel li
{
    margin-bottom: 3px;
}
#sidepanel li a:link, #sidepanel li a:visited
{
    color: #001857;
    font-weight: bold;
    text-decoration: none;
}
#sidepanel li a:active, #sidepanel li a:hover
{
    text-decoration: underline;
    color: #000;
}
#sidepanel ul
{
    color: #555555;
    font-family: Arial;
    font-size: 14px;
    margin: 0 0 50px 0;
    padding: 14px 8px 0 28px;
}


/*
------------------------------------------------------------------------
SUEETIE TAG
------------------------------------------------------------------------
*/


.SueetieTagImage
{
}
.SueetieTagText
{
    clear: both;
}
#sueetietag
{
    clear: both;
    margin-top: 32px;
    margin-bottom: 30px;
    color: #60B8A8;
    width: 100%;
    text-align: center;
}
#sueetietag p
{
    margin: 5px auto;
    font-size: 11px;
    color: #666;
    width: 400px;
}
#sueetietag IMG
{
    border: none;
}
#sueetietag p a
{
    font-weight: bold;
    text-decoration: none;
    border: none;
}
#sueetietag p a:hover
{
    text-decoration: underline;
}
.TextButtonBigArea
{
    margin-top: 20px;
}
.TextButtonBig, .TextButtonSmall
{
    border: solid 1px #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
    font-size: 18px;
    font-weight: lighter;
    white-space: nowrap;
    text-decoration: none;
    background-color: #eee;
    margin: 3px;
    padding: 7px 6px 7px 6px;
}
.TextButtonBig:hover, .TextButtonSmall:hover
{
    background-color: #ddd;
}
.TextButtonSmall
{
    font-size: 11px;
    padding: 3px 6px 3px 6px;
}
