/*--------------------------------------------- */
/*                 >>> HTML <<<                 */
/*--------------------------------------------- */


* { outline: 0; }

/* a                { color: #0052a4; text-decoration: none; } */
a                { color: #990000; text-decoration: none; }
#tinymce a       { color: #0052a4 !important; text-decoration: none !important; }

/* a:hover          { color: #658408; text-decoration: none;} */
a:hover          { color: #cc9900; text-decoration: none;}
#tinymce a:hover { color: #658408 !important; text-decoration: none !important; }

h1, h2, h3 { color: #133463;}

#poweredby a {
	margin-right: -9px;
}

.manage-panel a {
	color: #fff;
}

/*--------------------------------------------- */
/*                >>> LAYOUT <<<                */
/*--------------------------------------------- */

body {
	/* background: #e6e6e6 url(/cmedia/themes/jetstream/img/body.gif) repeat-x 0 18px; */
	/* background: #62b0fa url(/cmedia/themes/jetstream/img/body.jpg) repeat-x 0 5px; */
        background: #333333;
}

#page {
	/* background: url(/cmedia/themes/jetstream/img/bodydesign.jpg) no-repeat center -21px; */
        /* background: url(/download-nocache/gallery/siteassets/impbgcjpg) #999999 top left repeat; */
        background: #999999;
	display: block;
	height: 100%;
	padding: 0 0 18px 0 !important;
}

#header, #main, #footer { display: block; width: 959px; margin: 0px auto !important;}

#navigation {
	/* background: url(/cmedia/themes/jetstream/img/navigation.jpg) top left no-repeat; */
        background: #990000;
        border-top: 1px solid #333;
	height: 37px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#content {
	margin-top: 0px;
        border-top: 1px solid #333;
}

#MenuItemTop {
        height: 95px;
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;
	padding: 5px;
}

#MenuItem {
        height: 95px;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	margin-top: -15px;
}

#MainImage {
	/* border: 1px solid #CCC; */
	background: #fff none repeat scroll 0% 50%;
	position: relative;
	float: right;
	width: 600px;
}

#header {
	/* height: 72px; */
        text-align: left;
        width: 949px;
        height: 110px;
        margin-top: 10px;
        padding: 5px;
        background: url(/download-nocache/gallery/siteassets/implogopng) #fff left no-repeat;
        background-position: 20px;
}

#header,
#header a {
	color: #fff;
}

#header h1 {
	padding-top: 17px;
}

#footer {
	margin: 0 0 18px 0;
	padding: 0 0 3px 0;
	/* background: url(/cmedia/themes/jetstream/img/footer.gif) bottom left no-repeat; */
}

#footer-inner {
	background: #333;
	color: #999;
}

#footer-system {
	padding: 9px;
	display: block;
	overflow: hidden;
	height: 1%;
}

#footer-inner a {
	color: #999;
}

#footer-inner a:hover {
	color: #bcdfff;
	text-decoration: none;
}

#home #content-head {
	height: 40px !important;
}

#content-head {
	/* background: url(/cmedia/themes/jetstream/img/header.jpg) #B6DA1E top left no-repeat; */
        background: #666666;
        border-bottom: 1px solid #333;
	overflow: hidden;
	height: 1%;
	display: block;
	padding-bottom: 1.2em;
}

#content-head #eip {
	padding: 1.5em 0 0 9px;
	width: 680px;
	margin: 0px;
}

#home #content-head,
#search #content-body,
#signin #content,
#community #content,
#errorpage #content {
	background: /* url(/cmedia/themes/jetstream/img/headerbody.gif) top left no-repeat */#666;
}

#signin #content-inner,
#community #content-inner {
	padding: 18px;
}

#content-head #breadcrumb	{ padding: 9px 0 0 9px; }
#content-head #breadcrumb a	{ color: #ccc !important; }
#content-head h1			{ float: left; padding: 0 0 0 0; color: #000; font-size: 22px; margin: -3px 0 0 9px; }

#myprofile #content-head h1,
.landing #content-head h1 { margin: 16px 0 0 9px; padding: 0px; }

#home #content-head h1		{ padding: 16px 0 0 9px;}

#contentmenu { 
float: right;
/* margin: 23px 9px 0 0;
height: 18px;
width: 16px; */
}

#search-keyword {
	margin-top: 4px;
	right: 0px;
}

#content-body {
	padding: 9px;
}

table.calendar th a:hover, table.worktable th a:hover {
	background-image:url(/cmedia/themes/jetstream/img/thead_on.gif);
}

table.worktable th {
	border-bottom: 1px solid #ccc;
}

/*--------------------------------------------- */
/*              >>> COMPONENTS <<<              */
/*--------------------------------------------- */

#userbar {
	background: #000;
}

#userbar-signin,
#userbar-signin a {
	color: #5193d8 !important;
}

/* SYSTEMNAV
=============================================== */

#systemnav {
	margin: 9px 0 18px 0;
}

/* ACTIONBAR
=============================================== */

#actionbar {
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 0px;
	font-size: 11px;
}

#actionbar-triggers {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-left: 6px;
	background: transparent !important;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#actionbar-triggers li {
	margin-top: 0.25em;
	padding-left: 2px;
}


#actionbar-triggers a,
#actionbar-triggers span span {
	background-position: 3px 40%;
	padding: 0.45em 0.5em 0.5em 24px;
	text-decoration: none;
	color: #000 !important;
}

#actionbar-triggers span.divider {
	margin-left: 0.25em;
	padding-left: 1em;
}

#actionbar a                       { color: #fff; }
#actionbar-triggers span span,
#actionbar-triggers li.active a,
#actionbar-triggers a:hover        { color: #80a8e5; }

#actionbar-triggers li.active a { color: #133463;}
#actionbar-triggers li.active a:hover { color: #133463;}

#actionbar                         { background: #ccc url(/cmedia/img/interface/thead.gif) 0 -20px  repeat-x !important; }
/*#actionbar-triggers                { background:         url(/cmedia/themes/jetstream/img/actionbar-left.gif) no-repeat; }*/
/*#actionbar-triggers ul             { background:         url(/cmedia/themes/jetstream/img/actionbar-right.gif) no-repeat 101% 0; }*/
/*#actionbar-triggers li.active      { background: #bcbcbc url(/cmedia/themes/jetstream/img/actionbar-tab-left.gif) no-repeat; }*/

#actionbar-triggers li.active      { background: transparent url(/cmedia/themes/jetstream/img/trailer_trigger_active.gif) no-repeat scroll 50% 100%; }
/*#actionbar-triggers li.active span { background:         url(/cmedia/themes/jetstream/img/actionbar-tab-right.gif) no-repeat 100% 0; }*/

#actionbar-triggers li.help        { background:         url(/cmedia/img/icons/actionbar_help.gif) no-repeat; }
#actionbar-panels div.panel        { background: #666  repeat-x; color: #fff !important; }
#actionbar-panels div.panel a      { color: #fff; text-decoration: underline; }

#actionbar a.icon-audioplayer      { background-image: url(/cmedia/themes/jetstream/img/music_icon.gif); }

span.datepicker {
	color: #000;
}

span.meta {
	color: #ddd;
}

#uploader-submit{
	margin-right:1em;
}

/* ACTIONBUTTONS
=============================================== */

#actionbuttons {
	background: #ccc url(/cmedia/img/interface/thead.gif) 0 -14px  repeat-x !important;
	border: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* TRAILERBAR
=============================================== */

#trailer {
	padding: 9px;
	margin-top: 0px;
}

#trailerbar {
	background: #ccc;
}

#trailerbar-triggers {
	padding: 0 9px;
	border: 0px !important;
}

#trailerbar-triggers a {
	color: #666;
	font-size: 11px;
}

#trailerbar-triggers a:hover {
	color: #333;
	text-decoration: none;
}

#trailerbar-triggers li.active a {
	color: #333;
}

#trailerbar-panels {
	background: #666 !important;
	font-size: 11px;
}

#trailerbar-panels .panel {
	background: #666 !important;
	color: #fff;
	border: 0px !important
}

#trailerbar-panels .panel a {
	color: #fff;
	text-decoration: underline;
}

#trailerbar-triggers li.active {
	background: transparent url(/cmedia/themes/jetstream/img/trailer_trigger_active.gif) no-repeat scroll 50% 100%;
}

#trailerbar-panels .padding {
	border-color: #666 !important;
}

/* LOGO/TAGLINE
=============================================== */

#logo {
	padding-top: 9px;
        text-align: right;
}

/* PRIMARYNAV
=============================================== */

#primarynav {
	height: 37px;
	overflow: hidden;
	font-size: 11px;
	padding-left: 9px;
	padding-right: 9px;
}

#primarynav ul {
	float: left;
	margin: 8px 0 0 0;
}

#primarynav li {
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
}

#primarynav li a {
	margin: 0px;
}

#primarynav a {
	display: block;
	margin: 0;
	padding: 2px 9px 4px 0;
	color: #fff;
}

#primarynav a:hover {
	color: #cc9900;
	text-decoration: none;
}

/* #primarynav li.here		{ background: url(/cmedia/themes/jetstream/img/navtab-left.gif) top left no-repeat; padding-left: 3px; margin-right: 15px; }
#primarynav li.here a	{ background: url(/cmedia/themes/jetstream/img/navtab-right.gif) top right no-repeat; color: #bcdfff; padding-left: 7px;} */

#primarynav li.join		{ float: right; background: url(/cmedia/themes/jetstream/img/navtab-join-left.gif) top left no-repeat; padding-left: 3px; margin-right: 0px; }
#primarynav li.join a	{ background: url(/cmedia/themes/jetstream/img/navtab-join-right.gif) top right no-repeat; color: #fff; padding-left: 7px;}
#primarynav li.join a:hover { color: #e7ff89; }

#primarynav li.joinhere { float: right; background: url(/cmedia/themes/jetstream/img/navtab-left.gif) top left no-repeat; padding-left: 3px; margin-right: 0px;}
#primarynav li.joinhere a { background: url(/cmedia/themes/jetstream/img/navtab-right.gif) top right no-repeat; color: #bcdfff; padding-left: 7px;}


/* THUMBNAIL
=============================================== */

#gallery span.thumbnail-crlarge {
	background: url(/cmedia/img/effects/shadow_new.png) no-repeat 100% 100%;
	width: 171px;
}

#gallery span.thumbnail-crlarge span.thumbnail-padding {
	background: url(/cmedia/img/effects/shadow_fade.png) no-repeat;
	padding: 0px 9px 9px 0px;
}

#gallery span.thumbnail-featured {
	background: url(/cmedia/img/effects/shadow_featured.png) no-repeat 100% 100%;
}

* html #gallery span.thumbnail-crlarge,
* html #gallery span.thumbnail-crlarge span.thumbnail-padding,
* html #gallery span.thumbnail-featured {
	background-image: none;
}


/* WIDGETS
=============================================== */

td.leftcolumn,
td.rightcolumn {
	width: 220px;
}


/* Application Adjustments
-------------------------------------*/

#gallery-list.basic span.actions {
	margin-top: -27px;
}

#gallery-list span.title-wrapper {
	margin-top: 0;
}

#gallery-covers span.thumbnail {
	margin: 0 9px 9px 0;
}

#members-profile {
	margin-bottom: 0.75em;
}

#forums-categories td.header {
	background-color: #ccc;
}

.heading4,
#refinement h3,
#refinement-posts h3,
#search-section h3,
p.showing {
	background: #e7e7e7 !important;
}

#content-head .memberlink {
	margin-right: 9px;
	margin-top: 36px;
}

#members #content-head h1 {
	float: left;
	margin: 0 5px 0 9px;
}

#members.landing #content-head h1 {
	margin: 16px 0 0 9px !important;
	float: left !important;
}

#members #content-head .memberlink {
	margin: 0 9px 0 0;
}

/* PROFILESTATUS
-------------------------------------*/

#profilestatus,
#clearstatuslink,
#profilestatusform,
#publicstatus {
	margin-top: 26px !important;
}

#profilestatus {
        color: #fff;
}

#profilestatusform span,
#profilestatusform div {
	margin-top: 0px !important
}

#profilestatus li.set {
	border-color: #fff !important;
}


/* PROFILE PAGES
-------------------------------------*/

.profile-page {
	padding: 0 1.25em 1.25em;
}

#myprofile #content-body {
	padding: 0px;
}

#myprofile #systemnav {
	margin-top: 0px;
	background-color: #333;
}

#myprofile #content-head {
	background: /* url(/cmedia/themes/jetstream/img/header.jpg) no-repeat */#666666;
}

#myprofile #content-head h1 {
	margin-bottom: 0px !important ;
}

#myprofile #profile {
	padding: 0 1.25em;
}

#messages-notify {
	margin-bottom: 0px;
}

#refinement-blogs ul li .meta,
#refinement ul li .meta,
#inboxmessagestable td.name .meta,
#memberslist li div .meta,
#uploader-queue .file .meta,
.details span.meta {
	color: #777 !important;
}

#publicprofile {
	padding: 0 18px !important;
}

.form-column .meta {
	color: #888 !important;
}

/* Buttons
----------------------- */

#tswcsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#tswcsstabs ul li {
	margin-right: 10px;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcsstabs li a {
	color: #fff ;
	background-color: #990000 ;
	border: 1px outset #999 ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #fff ;
	background-color: #333 ;
}


/* Tables
___________________________ */

  CAPTION.MYTABLE
  {
     background-color:#990000;
     color:white;
     border-style:solid;
     border-color:#330000;
     border-width:1px;
     line-height: 40px;
     margin-top: 15 px;
  }

  TABLE.MYTABLE
  { 
     font-family:arial;
     font-size:14pt;
     background-color:#CCC;
     width: 600px;
     border-style:solid;
     border-color:#666666;
     border-width:1px;
     margin-top: -18px;
  }

  TH.MYTABLE
  {
     line-height: 2.0em;
     font-size:10pt;
     color:white;
  }


  TR.MYTABLE
  { 
  }

  TD.MYTABLE
  {  
     font-size:10pt;
     background-color:#FFFFFF;
     vertical-align: top;
     color:#333;
     border-style:solid;
     border-width:1px;
     border-color:#666;
     text-align:center;
     width: 50%;
     padding: 10px;
  }
