

#header{
	background: rgb(0, 0, 0) url(http://image.huge.com/images/site/header/huge--graph-for-header-bg_v2.jpg) no-repeat scroll 50% 0%;
	-moz-background-clip: 
	-moz-initial; 
	-moz-background-origin: 
	-moz-initial; 
	-moz-background-inline-policy: 
	-moz-initial; 
	height: 157px; 
	width: 980px;
	min-width: 800px;
}

.optionSectionMiddleFrame{
	height:100px;width:580px; background-image:url(http://image.huge.com/images/site/upload/uplaodMiddleBar.gif);
}


.uploadInputMiddleSectionCam{
	height:360px;width:580px; background-image:url(http://image.huge.com/images/site/upload/uplaodMiddleBar.gif);
}

.hugeMainRightSectionDisplayTopImg{
	/*background-image:url(http://image.huge.com/images/site/home/rightTopTab.gif); */text-align:left;height:25px;width:183px;color:#ffffff;background-color:#000000;
}

.hugeMainRightSectionDisplayMiddleImg{
	/*background-image:url(http://image.huge.com/images/site/home/rightMiddleTab.gif); */width:183px;height:205px; text-align:left;
}


.headerLoginSectionRight{
	height:38px; width:591px; background-image:url(http://image.huge.com/images/site/headerLoginMiddle.gif);float:right;
}

.headerLoginSectionRightLogin{
	height:38px; width:311px; background-image:url(http://image.huge.com/images/site/headerLoginMiddle.gif);float:right;
}
.headerLinksBar{
	height:45px; background-image:url(http://image.huge.com/images/site/headerBar.gif);width:100%
}



#firstlev .thumbUp a {
	float: left;
	background: #ffffff url(http://image.huge.com/images/site/video/greyThumbUp.gif) repeat-x 0 0;
    width: 23px;
    height:23px;
    text-align:center;
   
	text-decoration  :none;
	
}
#firstlev .thumbUp a:hover {
    text-decoration:none;	
	background:url(http://image.huge.com/images/site/video/greenThumb.gif) repeat-x 0 0;
	
}
#firstlev .thumbDown a {
	float: left;
	background:url(http://image.huge.com/images/site/video/greyThumbDown.gif) repeat-x 0 0;
	width: 23px;
    height:23px;
    text-align:center;
    
	text-decoration  :none;
	
}
#firstlev .thumbDown a:hover {
    text-decoration:none;	
	background:url(http://image.huge.com/images/site/video/redThumb.gif) repeat-x 0 0;
	
}

/***************************** Profile Page ************************/
a.grayButton{
    background: transparent url(http://image.huge.com/images/site/profile/grayButtonLeft.gif) no-repeat top left;
	display: block;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 13px;
	height: 21px;
	padding-left: 5px;
	text-decoration: none;
}

a.grayButton span{
    background: transparent url(http://image.huge.com/images/site/profile/grayButtonRight.gif) no-repeat top right;
	display: block;
	padding: 4px 5px 4px 0;
}

a.lightGrayButton{
    background: transparent url(http://image.huge.com/images/site/profile/lightGrayButtonLeft.gif) no-repeat top left;
	display: block;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 13px;
	height: 21px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}

a.lightGrayButton span{
    background: transparent url(http://image.huge.com/images/site/profile/lightGrayButtonRight.gif) no-repeat top right;
	display: block;
	padding: 2px 4px 2px 0;
}

.tabbedMenu{
	position: relative;
	padding:0px;
	margin: 0 auto 0 auto;
	background: url(http://image.huge.com/images/site/profile/menu_bg.gif) repeat-x;
	height: 23px;
	list-style: none;
}
.tabbedMenu li.current a, .tabbedMenu li a:hover{
	color: #790808;
	background: url(http://image.huge.com/images/site/profile/menu_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}
.tabbedMenu li.current a b, .tabbedMenu li a:hover b{
	color: #790808;
	background: url(http://image.huge.com/images/site/profile/menu_hover_right.gif) no-repeat right top; /*right tab image path*/
}
.tabbedMenu li.rightMenuItem a, .tabbedMenu li.rightMenuItem a:hover{
	color: #790808;
	background: url(http://image.huge.com/images/site/profile/menu_right_element_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}
.tabbedMenu li.rightMenuItem a b, .tabbedMenu li.rightMenuItem a:hover b{
	color: #790808;
	background: url(http://image.huge.com/images/site/profile/menu_right_element_right.gif) no-repeat right top; /*right tab image path*/
}
/*******************************************************************/

.footerDivider{
	background-image:url(http://image.huge.com/images/site/video/footerDivider.gif);
}

.statusMessage{
	background-color:#FFF1A8;
	background-image:url(http://image.huge.com/images/site/info.gif);
	background-repeat:no-repeat;
	background-position:5px;	
	border: 1px solid #E2C822;
	font-size:12px;
	font-weight:bold;
	padding:3px 10px 3px 25px;
}

.errorMessage
{
	background-color:#FF6600;
	background-image:url(http://image.huge.com/images/site/alert.gif);
	visibility: hidden;
	background-repeat:no-repeat;
	background-position:45px;	
	border: 1px solid #C14E00;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px 50px 3px 65px;	
}

.errorMessageVisible
{
	background-color:#FF6600;
	background-image:url(http://image.huge.com/images/site/alert.gif);
	background-repeat:no-repeat;
	background-position:45px;	
	border: 1px solid #C14E00;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px 50px 3px 65px;	
}

.successMessage
{
	background-color:#FFA733;
	background-image:url(http://image.huge.com/images/site/success.gif);
	background-repeat:no-repeat;
	background-position:45px;	
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding:3px 50px 3px 65px;	
	border: 1px solid #A66000;
}
