/*	=======================================================================		*/
/* GENERAL HTML TAGS																										*/
/*	=======================================================================		*/
* {
    margin: 0px;
    padding: 0px;
}
body 
{
    font-family: tahoma;
    font-size: 11px;
    background-color: #000000;
    color: #787878;
}
a {
    font-family: tahoma;
}
a.freeLink 
{
  color: #787878;
  text-decoration: underline;
  /*_line-height: 18px;*/
}
a.freeLink:hover {
  color: #780303;
  text-decoration: none;
}
input {
    font-family: tahoma;
    font-size: 11px;
    padding: 1px 0;
    padding-left: 2px;

}
select {
    font-family: tahoma;
    font-size: 11px;
}
option {
    padding-left: 2px;
}
.boldText {
  vertical-align: middle;
  font-weight: bold;
  padding-bottom: 2px;
}
.sortIcon {
  border: 0px;
  margin-left: 2px;
}
/*	=======================================================================		*/
/* END GENERAL HTML TAGS																									*/
/*	=======================================================================		*/

/*	=======================================================================		*/
/* LAYOUT DIVS																													*/
/*	=======================================================================		*/

.clear 
{
    clear: both;
    /*_display: none;*/
}
#container 
{
	/*border: 1px solid red;*/
    /*_margin: 0px;*/
    width: 100%; /*995px;*/
    text-align: left;
}
#siteHeader 
{  
	/*border: 1px solid red;*/
    height: 171px; /*101+55+5+10*/
    /*margin-bottom: 10px;*/
}
#siteBody 
{
	/*border: 1px solid red;*/
    /*_padding-left: 4px;
    _padding-righ: 4px;
	_padding-top: 2px;
	_background-color: #ffffff;*/
	background-color: #040001;
	/*width: 850px;*/
}
#siteFooter 
{
	/*_border: 1px solid red;*/
    clear: both;    
}
/*	=======================================================================		*/
/* END LAYOUT DIVS																											*/
/*	=======================================================================		*/

/*	=======================================================================		*/
/* Header																															*/
/*	=======================================================================		*/
.pageHeader1
{
	/*border: 1px solid red;*/
	background-image: url(/images/header_bg.gif);    
    background-repeat:repeat-x;
	height:101px;
	text-align: left;
	padding-left: 830px;
}
.pageHeader1 img
{
	margin-top: 60px;
}

#filmTop
{
	/*border: 1px solid red;*/
	height:5px;
	clear: both;	
	background-image: url(/images/category_top_line.gif);    
    background-repeat:repeat-x;
    width: 100%;
}

#filmBottom
{
	/*_border: 1px solid red;*/
	height:5px;
	clear: both;	
	background-image: url(/images/category_bottom_line.gif);
    background-repeat:repeat-x;
    width: 100%;
}

/*	=======================================================================		*/
/* END Header																														*/
/*	=======================================================================		*/

/*	=======================================================================		*/
/* MAIN MENU																														*/
/*	=======================================================================		*/
.mainMenu 
{	
    height: 55px;	
    clear: both;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #171717;
}

.mainMenu ul
{    
    list-style: none;
}

.mainMenu ul li 
{	
    float: left;
    clear: right;
    margin-left: 5px;
    color: white;
    padding-left: 5px;
    margin-top: 22px;
}

.mainMenu ul li a
{	
    color: #BFBFBF;
    text-decoration: none;
    font-family: Times;
    font-size: 20px;
    font-style: italic;    
    height: 55px;
}

.mainMenu ul li a:hover, .mainMenu ul li a.activeItem 
{
    text-decoration: none;
    color: #780303;
}

.mnuPopup
{
	display:none;
	position: absolute;
	width: 100px;
	
	border: 1px solid #787878;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #030303;
    color: #787878;
    padding:6px;
    line-height: 20px;
    z-index: 999;
}

.mnuPopup a
{
	color: #787878;
	text-decoration: none;
	font-family: Times;
    font-size: 14px;
    font-style: italic;
}

.mnuPopup a:hover
{
	text-decoration: none;
    color: #780303;
}
/*	=======================================================================		*/
/* END MAIN MENU																												*/
/*	=======================================================================		*/

/*	=======================================================================		*/
/* CONTENT																														*/
/*	=======================================================================		*/

.pageContent, .pageSolid 
{
	/*border:1px solid red;*/
    float: left;
    clear: both;
    width:100%;
}

.pageContent .d1, .pageSolid .d1 
{
	/*_border:1px solid red;*/
	padding: 7px;
}
.pageContent .d1 .p1, .pageSolid .d1 .p1 
{
	/*_border:1px solid red;*/
    text-align: left;
	border-bottom: 1px solid gray;
    padding-bottom: 3px;    
    padding-left: 5px;
}
.pageContent .d1 .p1 span, .pageSolid .d1 .p1 span 
{    
    padding: 0 3px;
    
    font-family: Times;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

.nwBlock
{
	width: 100%;
	padding-top: 5px;
	text-align: justify;
}
/*	=======================================================================		*/
/* END CONTENT																													*/
/*	=======================================================================		*/

/*	=======================================================================		*/
/* PAGE FOOTER																													*/
/*	=======================================================================		*/

.pageFooter 
{
	/*_border:1px solid red;*/    
}
.pageFooter .p1 
{
    margin-top: 2px;
    padding: 0px 27px;
    padding-top: 11px;
    float: left;
    color: #BFBFBF;
}

.pageFooter .p1 a 
{
    color: #BFBFBF;
    text-decoration: none;
}
.pageFooter .p1 a:hover 
{
    color:#BFBFBF;
    text-decoration: underline;
}
/*	=======================================================================		*/
/* END PAGE FOOTER																											*/
/*	=======================================================================		*/

/*	=======================================================================		*/
/* SIDE BAR																														*/
/*	=======================================================================		*/

.sideBar {
    float: left;
    clear: right;
    width: 230px;
}
/*	=======================================================================		*/
/* END SIDE BAR																													*/
/*	=======================================================================		*/

/*	=======================================================================		*/
/* SEC NAV																															*/
/*	=======================================================================		*/
.secNav {
    background-color: #e9eff1;
    min-height: 300px;
    /*_height: 300px;*/
    background-image: url(../images/secnavfooter.gif);
    background-position: bottom left;
    background-repeat:no-repeat;
}
.secNav .p1 {
    padding-top: 7px;
    color: #3D6475;
    text-transform: uppercase;
    font-weight: bold;
    background-image: url(../images/scnavshdw.gif);
    background-position: top left;
    background-repeat: repeat-x;
    padding-left: 10px;
    border-bottom: 1px solid #3b6476;
    padding-bottom: 4px;
}
.secNav .p1 span {
    background-image: url(../images/secnavbullet.gif);
    background-position: 0 .2em;
    background-repeat: no-repeat;
    padding-left: 13px;
}
.secNav ul li {
    padding-left: 13px;
    background-image: url(../images/secnavitembullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em;
}
.secNav ul li a {
    color: #010000;
    text-decoration: none;
}
.secNav ul {
    list-style: none;
    margin-left: 22px;
    margin-top: 3px;
    height: 250px;
}
.secNav ul li a:hover, .secNav ul li a.activeItem {
    text-decoration: underline;
    color: #870100;
}
.secNav .pf {
    border-top: 1px solid #3b6476;
    text-align: right;
    padding-left: 184px;
}
.secNav .pf p {
    float: left;
    clear: right;
    margin-top: 1px;
    margin-right: 4px;
    cursor: pointer;
}
.secNav .pf p span{
    display: none;
}
.secNav .pf .ph {
    background-image: url(../images/homeicon.gif);
    background-position:top left;
    background-repeat: no-repeat;
    height: 11px;
    width: 11px;
}
.secNav .pf .pc {
    background-image: url(../images/mailicon.gif);
    background-position:0 .2em;
    background-repeat: no-repeat;
    height: 11px;
    width: 10px;
}
.secNav .pf .pm {
    background-image: url(../images/mapicon.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 11px;
    width: 10px;
}
/*	=======================================================================		*/
/* END SEC NAV																													*/
/*	=======================================================================		*/

.skinBar {
  color: #900;
}
/* data grid */
.dataGrid, .dataGridTable {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 2px 0px;
    border-collapse: collapse;
    width: 744px;
}
.dataGridTable {
  width: 744px;
}
.dataGrid td {
    apadding: 3px 7px;
    aborder-top: 1px solid #3B6476;
    aborder-bottom: 1px solid #3B6476;
    aborder-left: 1px solid #6F7577;
    aborder-right: 1px solid #6F7577;
    white-space: nowrap;
}
.dataGridTable td {
    padding: 3px 7px;
    border-top: 1px solid #3B6476;
    border-bottom: 1px solid #3B6476;
    border-left: 1px solid #6F7577;
    border-right: 1px solid #6F7577;
    white-space: nowrap;
}
.dgTitle td {
    background-color: #446B7F;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    border-color: #DFEAEE;
    border-top: 1px solid #3B6476;
}
.dgTitle td a {
     color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}
.tr0 {
    text-align: center;
    background-color: #F3F6F7;
    color: #25446C;
}
.tr1 {
    text-align: center;
    background-color: #DFEAEE;
    color: #25446C;
}
.tr0 .dgEdit, .tr0 .dgDel {
    background-color: #F3F7F3;
    font-weight: normal;
}
.tr1 .dgEdit, .tr1 .dgDel {
    background-color: #C7DDC9;
    font-weight: normal;
}
.dgTitle .dgSortCell A  {
  background-color: #4C7483;
  text-decoration: underline;
}
.tr0 .dgSortCell {
  background-color: #F8F5F5;
}
.tr1 .dgSortCell {
  background-color: #DED1D1;
}
.dgEdit a, .dgDel a {
    color: #25446C;
}
.dgEdit a:hover, .dgDel a:hover {
    color: #900;
    text-decoration: none;
}
.dgEnab, .dgUnEnab {
    text-align: center;
}
.dgEnab .im span, .dgUnEnab .im span {
    display: none;
}
.dgEnab .im, .dgUnEnab .im {
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 35%;
    /*_margin-left: 0px;*/
    height: 13px;
    width: 13px;
}
.dgEnab .im {
    background-image: url(../images/check.gif);
}
.dgUnEnab .im {
    background-image: url(../images/uncheck.gif);
}
.gridImg {
  text-align: center;
    amargin-left: 35%;
    /*_amargin-left: 0px;*/
    aheight: 13px;
    awidth: 13px;
}
.dgFunc td {
    border: 0px;
}
.helpIco {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 7px;
    margin-bottom: 1px;
    border: 0px;
}
.dgAdd {
    text-align: center;
    width: 13%;
}
.dgCust {
    text-align: right;
    padding-right: 5px;
}
.dgCust, .dgAdd {
  padding-top: 3px;
  padding-bottom: 3px;
}
.dgPage {
  vertical-align: middle;
    border: 1px solid #5B6C97;
    background-color: #fff;
    padding: 0 3px;
}
.dgPageSel {
  vertical-align: middle;
    border: 1px solid #5B6C97;
    background-color: #3D6475;
    color: #fff;
    padding: 0 3px;
}
.dgPageSel a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    cursor: default;
}
.dgPage a {
    color: #3D6475;
    text-decoration: none;
    font-weight: bold;
}
.dgPage a:hover {
    color: #900;
    text-decoration: none;
    font-weight: bold;
}
.dgPagesStart, .dgPagesEnd {
    border: 1px solid #5B6C97;
    background-color: #fff;
    padding: 0 4px;
    height: 11px;
    width: 14px;
}
.dgPagesStart a, .dgPagesEnd a {
    text-decoration: none;
}
.dgPagesStart {
    background-image: url(../images/dgpagesstart.gif);
    background-repeat: no-repeat;
    background-position: 0 .1em;
    /*_background-position: 0 .2em;*/
}
.dgPagesEnd {
    background-image: url(../images/dgpagesend.gif);
    background-repeat: no-repeat;
    background-position: 0 .1em;
   /* _background-position: 0 .2em;*/
}
/* form */
.formBox {
    width: 370px;
    margin: 5px 0;
}
.formBox .d1 {
    padding-top: 7px;
}
.formBox .d1 .p1 {
    text-transform: uppercase;
    color: #1f5e78;
    text-align: right;
     border-bottom: 1px solid #3f809a;
    padding-bottom: 3px;
    background-image: url(../images/ptitlefill.gif);
    background-position:0 .4em;
    background-repeat:repeat-x;
    padding-right: 5px;
}
.userInfo {
  text-transform: uppercase;
    color: #1f5e78;
    text-align: right;
     border-bottom: 1px solid #3f809a;
    padding-bottom: 3px;
    padding-right: 5px;
}
.userInfo span {
    background-color: #fff;
    padding: 0 3px;
    font-weight: bold;
}
.formBox .d1 .p1 span {
    background-color: #fff;
    padding: 0 3px;
    font-weight: bold;
}
.formCont 
{    
    padding: 4px 0;
}
.formTable {
    width: 99%;
}
.formFieldName, .formFieldNameTC {
    text-align: right;
    padding: 2px 0;
    padding-right: 3px;
    width: 40%;
    text-transform: uppercase;
    font-size: 10px;
}
.formFieldNameTC {
    vertical-align: top;
}
.formFieldData {
    text-align: left;
    padding: 2px 0;
   /* _padding: 1px 0;*/
    padding-left: 3px;
    width: 60%;
}
.formTf, .formTfReq {
    border: 1px solid #406778;
    color: #25456C;
    width: 150px;
    vertical-align: middle;
}
.formTfReq 
{    
    
}

.formTfReq textarea 
{
    width: 250px;
    vertical-align: middle;
}

.formSelect, .formSelectReq 
{
    border: 1px solid #406778;
    color: #25456C;
    width: 156px;
    vertical-align: middle;
}
.formSelectReq 
{    
    
}
.formReqStar, .validator {
    font-weight: bold;
    font-size: 10px;
    color: #f00;
    vertical-align: middle;
    padding-left: 3px;
}
.formChk {
    color: #25456C;
    vertical-align: middle;
}
.formRadio {
    vertical-align: middle;
}
.formRadioComment {
    font-size: 11px;
    padding:0 3px;
    color: #900;
}
.formTextArea {
    font-size: 11px;
    font-family: tahoma;
    text-align:left;
    width: 200px;
    height: 250px;
    overflow-y: scroll;
    border: 1px solid #406778;
}
.formFile {
    color: #25456C;
    width: 200px;
    vertical-align: middle;
}
/* mess box */
.messBox 
{	
	text-align:center;
    width: 370px;
    margin: 5px 0;
}
.messBox .pm {
    border: 1px solid #6F7577;
    padding: 2px 0 3px 0;
    padding-left: 5px;
    background-image: url(../images/buttonfill.gif);
    background-position: top left;
    background-repeat: repeat-x;
    height: 13px;
}
.messBox .pm span{
    color: #555;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}
.messBox .closeIco {
    float: right;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 3px;
    cursor: pointer;
    padding-left: 5px;
}
.messBox .formCont 
{
    clear: both;
}
.messBox .formFieldData {
    text-align: center;
    border-top: 1px dashed #3B6476;
    padding-top: 6px;
}
.messBoxCntNum {
    color: #900;
    font-weight: bold;
    width: 7%;
    text-align: right;
    padding: 2px 0px;
    padding-right: 3px;
    vertical-align: top;
}
.messBoxCnt {
    color: #900;
    width: 93%;
    text-align: justify;
    padding: 2px 3px;
}
.messBox .button {
    padding:0 3px;
}

/* elements */
.button 
{
    color: black;
    border: 1px solid black;
    background-color: #f3f3f3;
    font-family: tahoma;
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    padding: 2px 4px;
    text-transform: uppercase;
    margin: 0px;
    cursor: pointer;
}
/* controls */
.helper {
    color: #900;
    border-left: 1px solid #406778;
    border-top: 1px solid #406778;
    background-color: #F3F6F7;
    width: 250px;
    white-space: normal;
    text-align: left;
    padding-left: 4px;
    float: left;
}

.helper td {
    padding-left: 4px;
    white-space: normal;
    text-align: left;
}

.helperContainer {
    position: absolute;
    display: none;
    width: 250px;
    padding-left: 0px;
}

.helperBody {

}

.helper ul li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 5px;
}

.helper ul {
    margin-left: 5px;
}

/* Tab manager styles */
.tabManager {
}

.tabManager .tab a, .tabManager .tab a:visited, tabManager .tab a:hover {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: White;
    text-decoration: none;
}

.tabManager .tab a:hover {
    text-decoration: underline;
}

.tabManager .tab span {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: LightYellow;
    text-decoration: none;    
}


/* ========================================================	*/
/* PHOTO CATEROGY PAGE STYLES
/* ========================================================	*/

.photoBlock
{
	position: relative;	
	float:left;
	left:180px;
	top:0px;
	
    /*border: 1px solid white;*/
    background-color:	#040001;
    height: 436px;
    /*width:700px;*/
   /* _text-align: justify;
    _padding-left: 26px;
    _padding-right: 26px;
    _padding-top: 3px;*/
    font-size: 11px;
    z-index: 1000;
}

.photoBlock .photoSide
{	
	position: relative;
	top:3px;
	
	float: left;    
}
.photoBlock .photo
{
	/*border: 1px solid white;*/
	position: relative;
	
	height: 400px;
    cursor: pointer;
    float: left;    
}

.photoBlock .photo .imgPhoto
{  
    height: 400px;
    border:none;    
}

.photoBlockNav
{
	/*border: 1px solid white;*/
	height:36px;
	width:200px;	
}

.photoBlockNav div
{
	padding-top: 12px;	
}

.photoBlockNav img
{
	vertical-align: middle;
}

.photoBlockNav .navDisabled
{
	cursor:auto;	
}

.photoBlockNav .navEnabled
{
	cursor:pointer;		
}

#categoryLeft
{
	/*border: 1px solid red;*/
	position: relative;	
	width: 25px;
	float:left;
	left: 0px;	
}

.subCategoryMenu
{
	/*border: 1px solid red;*/
	position: relative;	
	float:left;
	left:0px;
	top:0px;
	
	width: 260px;
	height: 315px;		
}

.subCategoryMenu #subCategoryName
{	
	width: 260px;
	height: 35px;
	
	position: relative;
	left:0px;
	top: 10px;
	
	font-family: Times;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	
	background-image: url("/images/sub_category_name.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
}

.subCategoryMenu #subCategoryName div
{
	position: relative;
	left:15px;
	top: 6px;
}

.subCategoryMenu #subCategoryItems
{	
	position: relative;
	left:0px;
	top: 30px;
	
	width:260px;
	height: 250px;
	background-image: url("/images/sub_category_items.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
}

.subCategoryMenu #subCategoryItems div
{
	position: relative;
	left:15px;
	top: 10px;
}

.subCategoryMenu #subCategoryItems div a
{
	font-family: Arial;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	
	text-decoration: none;
}

.subCategoryMenu a.Item
{
	color: #787878;
}

.subCategoryMenu a:hover, a.activeItem
{
	color: #BFBFBF; /*#780303;*/
	text-decoration: none;	
}

/* ========================================================	*/
/* END PHOTO CATEROGY PAGE STYLES
/* ========================================================	*/

/* ========================================================	*/
/* BIG PHOTO PAGE STYLES
/* ========================================================	*/
.bigPhotoBody
{
	background-color:#999999;
}

.bigPhotoBody .divPhoto
{
	width:100%; 
	height:100%; 
	text-align:center;
}

.bigPhotoBody .divPhoto .imgPhoto
{
	cursor: pointer;
}

.bigPhotoBody .divPhoto .divSetBG
{
	/*_margin-top:2px;*/
}

.bigPhotoBody .divPhoto .divSetBG img
{
	cursor: pointer;
	width:18px; 
	height:18px;	
}
/* ========================================================	*/
/* BIG PHOTO PAGE STYLES
/* ========================================================	*/