html{ 
overflow-x: hidden; 
} 

body
{
	background-attachment: fixed;
	background-color: #ffffff;
	color: #999999;
	margin: 0px 0px 0px 0px;
	font-family: verdana, Arial, helvetica;
	font-size: 11px;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #999999;
}

a:hover
{
	text-decoration: underline;
}

/* FORMS start # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

form
{
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}	

form#form_email
{
	float: left;
}	

form#form_uploadImage
{
	float: left;
}

form#form_rotateImage
{
	float: left;
}	

label
{
	cursor: pointer;
}

label:hover
{
	text-decoration: underline;
}		

iframe#submitFrame
{
	display: none;
}	

input
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

/* input TEXT */

input.textWhite
{
	margin: 0px;
	padding: 5px 5px 5px 5px;
	height: 13px;
	border: solid 1px;
	border-color: #e2e2e2 #d0d0d0 #d0d0d0 #e2e2e2;
	color: #777777;
	background-color: #ffffff;
	background-repeat: repeat-x;	
	width: 233px;
}

input.textWhite:hover
{
	border-color: #c2c2c2 #a2a2a2 #a2a2a2 #c2c2c2;
}

input.textBlack
{
	margin: 0px;
	padding: 5px 5px 5px 5px;
	height: 13px;
	border: solid 1px;
	border-color: #222222 #111111 #222222 #111111;
	color: #ffffff;
	background-color: #333333;
	background-repeat: repeat-x;	
	width: 233px;
}

input.textBlack:hover
{
	border-color: #444444 #555555 #444444 #555555;
}

input.fileWhite
{
	margin: 0px;
	padding: 5px 0px 5px 0px;	
	border: solid 1px;
	border-color: #d0d0d0 #a0a0a0 #a0a0a0 #d0d0d0;
	background-repeat: repeat-x;
	width: 245px;
	height: 25px;
	background-color: #ffffff;
	color: #999999;
}

/* BUTTONS */

input.buttonWhite
{
	margin: 0px;
	padding: 0px;	
	border: solid 1px;
	border-color: #d0d0d0 #a0a0a0 #a0a0a0 #d0d0d0;
	background-repeat: repeat-x;
	width: 245px;
	height: 25px;
	background-color: #ffffff;
	color: #999999;
	cursor: pointer;
	background-image: url(http://media.stallet.se/gfx/photo/bg/white.jpg);
}

input.buttonWhite:hover
{
	border-color: #999999 #555555 #555555 #999999;
	color: #777777;
}	

input.buttonBlack
{
	margin: 0px;
	padding: 0px;	
	border: solid 1px;
	border-color: #444444 #222222 #222222 #444444;
	background-repeat: repeat-x;
	background-position: 0px -10px;
	width: 245px;
	height: 25px;
	background-color: #444444;
	color: #bbbbbb;
	cursor: pointer;
	background-image: url(http://media.stallet.se/gfx/photo/bg/black.jpg);
}

input.buttonBlack:hover
{
	border-color: #222222 #000000 #000000 #222222;
	color: #dddddd;
}

input.buttonGreen
{
	margin: 0px;
	padding: 0px;	
	border: solid 1px;
	border-color: #489739 #39772d #39772d #489739;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 245px;
	height: 25px;
	background-color: #d2dd53;
	color: #295620;
	cursor: pointer;
}

input.buttonGreen:hover
{
	border-color: #2b5921 #23491c #23491c #2b5921;
	color: #1c3a16;
}

input.checkbox
{
	margin-right: 5px;
	width: 14px;
	height: 14px;
	background: none;
	cursor: pointer;
}

input.radio
{
	margin: 0px 5px 0px 0px;
	width: 14px;
	height: 14px;
	background: none;
	cursor: pointer;
}	

textarea
{
	margin: 0px;
	padding: 5px 5px 5px 5px;
	height: 50px;
	border: solid 1px;
	border-color: #e2e2e2 #d0d0d0 #d0d0d0 #e2e2e2;
	color: #777777;
	background-repeat: repeat-x;	
	width: 233px;	
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	overflow: auto;	
}

textarea:hover
{
	border-color: #d2d2d2 #b2b2b2 #b2b2b2 #d2d2d2;
}		

select
{
	border: none;
	width: 245px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #777777;
}				

/* FORMS end # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

/* TEXT start # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

div.blockNone
{
	overflow: hidden;
}

div.blockHalf
{
	padding-top: 5px;
	overflow: hidden;
}

div.block
{
	padding-top: 10px;
	overflow: hidden;
}

div.blockDouble
{
	padding-top: 20px;
	overflow: hidden;
}	

div.blockBottomHalf
{
	padding-bottom: 5px;
	overflow: hidden;
}

div.blockBottom
{
	padding-bottom: 10px;
	overflow: hidden;
}

div.blockBottomDouble
{
	padding-bottom: 20px;
	overflow: hidden;
}	

/* HEADLINES start # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

h1
{
	padding: 0px 0px 3px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
}

div.h1
{
	padding: 0px 0px 3px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
}

span.h1
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
}

h2
{
	padding: 0px 0px 3px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}	

div.h2
{
	padding: 0px 0px 3px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}

span.h2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}

h3
{
	padding: 0px 0px 3px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

div.h3
{
	padding: 0px 0px 3px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

span.h3
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

h4
{
	padding: 0px 0px 2px 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

div.h4
{
	padding: 0px 0px 2px 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

span.h4
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

/* HEADLINES end # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

/* TEXT end # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */


/* BOXES start # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

div.closeBtn
{
	float: right;
	border: 1px solid;
	padding: 3px 7px 5px 7px;
	cursor: pointer;
}	

/* Columns for all main boxes */

div#fullArea
{
	width: 725px;
}	

div.pageLeftCol
{
	float: left;
	width: 425px;
	overflow: hidden;
}	

div.pageRightCol
{
	float: right;
	width: 265px;
	overflow: hidden;
}

/* BOXES to design */

/* box_1 - - - - - - - - - - - - */

div.box_1
{	
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	background-color: #ffffff;
	color: #444444;
}

div.box_1 a
{
	font-weight: bold;
	color: #777777;
}

/* box_2 - - - - - - - - - - - - */

div.box_2
{	
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	background-color: #444444;
	color: #ffffff;
}

div.box_2 a
{
	font-weight: bold;
	color: #ffffff;
}	


/* GLOBAL HOVER INFO start # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

div#globalHoverInfo
{
	position: absolute;
	z-index: 1000;
	max-width: 250px;	
	top: 100px;
	left: 100px;
	filter: alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity: 0.95;
	padding: 0px 3px 3px 0px;
	filter: shadow(color: #999999, strength: 3, direction: 135);
	display: none;
}	

div#globalHoverInfoText
{
	overflow: visible;
	text-align: left;
}

div#globalHoverInfoBubble
{
	text-align: center; 
	padding: 0px; 
	font-size: 1px;
}	

/* GLOBAL HOVER INFO end # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */


/* GLOBAL MESSAGE start # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

div#globalMessage
{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100000;
}	

div#globalMessageArea
{
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	background-color: #000000;
}

div#globalMessageCenter
{
	position: absolute;
	z-index: 100001;
	left: 50%;
	top: 200px;
	margin-left: -155px;
}		

div#globalMessageBox
{
	width: 265px;
	background-color: #ffffff;
	color: #000000;
	padding: 10px;
	border: 1px solid;
	background-image: url(http://media.stallet.se/gfx/photo/bg/white.jpg);
	border-color: #d0d0d0 #a0a0a0 #a0a0a0 #d0d0d0;
	background-repeat: repeat-x;
	text-align: center;
}	

/* GLOBAL MESSAGE end # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

/* GLOBAL STATUS start # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

div#globalStatus
{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100000;
}	

div#globalStatusArea
{
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	background-color: #000000;
}

div#globalStatusCenter
{
	position: absolute;
	z-index: 100001;
	left: 50%;
	top: 200px;
	margin-left: -155px;
}		

div#globalStatusBox
{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	background-color: #000000;
	padding: 40px;
	text-align: center;
	width: 265px;
}	

/* GLOBAL STATUS end # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */


/* GLOBAL ROTATE IMAGE start # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

div#rotateImageControl
{
	display: none;
	position: absolute;
	z-index: 100;
	left: 100px;
	top: 100px;
	background-color: #000000;
	color: #ffffff;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	padding: 20px 10px 20px 10px;
	width: 180px;
	margin: 0px;
}	

div#rotateImageControl img
{
	cursor: pointer;
	margin: 0px 10px 0px 10px;
}

div#rotateImageControlHeadline
{
	text-decoration: none;
	padding-bottom: 10px;
}	

/* GLOBAL ROTATE IMAGE end # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
	
div#topMenu img
{
	padding: 4px 0px 0px 3px;
	float: right;
	cursor: pointer;
}	
	
div#topMenuIconHover
{
	position: absolute;
	top: 6px;
	left: 223px;
	width: 300px;
	color: #aaaaaa;
	/* filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7; */
	
	display: none;
	text-align: right;
}		


/* GALLERY */

div#firstPageIcons
{
	text-align: center;
}	

div#firstPageIcons img
{
	margin: 30px 10px 30px 10px;
}	

img.galleryThumb
{
	float: left;
	margin: 0px 5px 5px 0px;
	width: 100px;
	height: 100px;
	padding: 7px;
	background-color: #ffffff;
	border: 1px solid #f3f3f3;
}	

img.galleryThumb:hover
{
	padding: 7px;
	border: 1px solid #cccccc;
	cursor: pointer;
}

div#loopGalleryThumbs
{
	padding-left: 2px;
}	

div#galleryPresentation
{
	margin: 0px 0px 9px 0px;
	padding: 10px;
	border: 1px solid;
	border-color: #cccccc #aaaaaa #aaaaaa #cccccc;
	background-color: #ffffff;
	background-image: url(http://media.stallet.se/gfx/photo/bg/f4f4f4ffffff.jpg);
	background-repeat: repeat-x;
}	

img#galleryPresentationImg
{
	float: left;
	margin: 0px 10px 0px 0px;
	width: 100px;
	height: 100px;
	padding: 7px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}	

img#galleryPresentationImg:hover
{
	padding: 7px;
	border: 1px solid #cccccc;
	cursor: pointer;
}

div#galleryPresentationText
{
	padding-top: 10px;
	line-height: 140%;
}

img#galleryPresentationCloseBtn
{
	float: right;
	cursor: pointer;
}	

div#galleryPersonalPresentation
{
	margin: 0px 0px 10px 0px;
}	

/* ALBUMS # # # # # # # # ## ## # # # # ## # # # # #  # */

img.albumThumb
{
	float: left;
	margin: 0px 10px 0px 0px;
	width: 100px;
	height: 100px;
	padding: 7px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}	

img.albumThumb:hover
{
	padding: 7px;
	border: 1px solid #cccccc;
	cursor: pointer;
}

div#albumPageIcons
{
	/* text-align: center; */
}	

div#albumPageIcons img
{
	margin: 10px 10px 2px 10px;
}


/* SHOW PHOTO # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

div#showPhoto
{
	border: 1px solid #cccccc;
	padding: 7px;
	text-align: center;
	height: 410px;
	width: 547px;
	float: left;
	background-image:  url(http://media.stallet.se/gfx/photo/showPhoto/loading.gif);
	background-repeat: no-repeat;
	background-position: 260px 170px;
}	

div#showPhotoInfo
{
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 7px;
	width: 147px;
	height: 410px;
	float: left;
	background-color: #ffffff;
	background-image: url(http://media.stallet.se/gfx/photo/bg/f4f4f4ffffff.jpg);
	background-repeat: repeat-x;
}

div.showPhotoFullRow
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 7px;
	width: 709px;
	text-align: left;
	float: left;
}

img.gradeStar
{
	margin: 1px 3px 0px 0px;
	float: left;
}	

img.setGradeStar
{
	float: left;
	cursor: pointer;
}	

img.iconInactive
{
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
}	

img.hdIcon
{
	cursor: pointer;
}

img.hdIconInactive
{
	cursor: pointer;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}	

div#photoDescription
{
/*	text-align: center;
	color: #555555; */
}	
	

/* HD PHOTO start # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

div#globalHd
{
	display: none;
	width: 100%;
	/* height: 100%; */
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100000;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	cursor: pointer;
}	

div#globalHd img
{
	border: 7px solid #000000;
}	

/* div#globalHdArea
{
	width: 100%;
	height: 100%;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
	background-color: #000000;
}

div#globalHdCenter
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100001;
	text-align: center;
}	*/


/* boxLightGray ---------------------------------------------------------- */

div.boxLightGray
{	
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #cccccc;
	background-repeat: repeat-x;
	background-image: url(http://media.stallet.se/gfx/rightNow/hello/bg/lightGray.jpg);
	overflow: hidden;
	color: #ffffff;
}

div.boxLightGray h3
{	
	color: #ffffff;
}

div.boxLightGray h4
{	
	color: #ffffff;
}


/* boxGray ---------------------------------------------------------- */

div.boxGray
{	
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #999999;
	background-repeat: repeat-x;
	background-image: url(http://media.stallet.se/gfx/rightNow/hello/bg/gray.jpg);
	overflow: hidden;
	color: #ffffff;
}

div.boxGray h3
{	
	color: #ffffff;
}

div.boxGray h4
{	
	color: #ffffff;
}


/* boxGrayStripes ---------------------------------------------------------- */

div.boxGrayStripes
{	
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #111111;
	background-repeat: repeat-x;
	background-image: url(http://media.stallet.se/gfx/rightNow/hello/bg/grayStripes.jpg);
	overflow: hidden;
	color: #ffffff;
}

/* boxPurpleStripes ---------------------------------------------------------- */

div.boxPurpleStripes
{	
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #170d25;
	background-repeat: repeat-x;
	background-image: url(http://media.stallet.se/gfx/rightNow/hello/bg/purpleStripes.jpg);
	overflow: hidden;
	color: #ffffff;
}

div.boxPurpleStripes a
{
	color: #efe3ff;
}	

/* boxYellowStripes ---------------------------------------------------------- */

div.boxYellowStripes
{	
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #1d190d;
	background-repeat: repeat-x;
	background-image: url(http://media.stallet.se/gfx/rightNow/hello/bg/yellowStripes.jpg);
	overflow: hidden;
	color: #ffffff;
}

div.boxYellowStripes a
{
	color: #a99b61;
}	

/* boxBlackStripes ---------------------------------------------------------- */

div.boxBlackStripes
{	
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #191919;
	background-repeat: repeat-x;
	background-image: url(http://media.stallet.se/gfx/rightNow/hello/bg/blackStripes.jpg);
	overflow: hidden;
	color: #ffffff;
}

div.boxBlackStripes a
{
	color: #dddddd;
}


/* boxBlack ---------------------------------------------------------- */

div.boxBlack
{	
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #444444;
	background-image: url(http://media.stallet.se/gfx/rightNow/hello/bg/black.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	color: #cccccc;
}

div.boxBlack h3
{	
	color: #ffffff;
}

div.boxBlack h4
{	
	color: #ffffff;
}		


div.mainComment
{
	padding: 10px;
	width: 520px;
	min-height: 19px;
	background-color: #111111;
	color: #ffffff;
	float: left;
}

div.mainCommentDelete
{
	float: right;
	cursor: pointer;
	font-weight: bold;
	border: 1px dotted;
	padding: 0px 3px 2px 3px;
	margin-left: 7px;
}	

div.mainCommentArrow
{
	width: 8px; 
	height: 24px;
	background-color: #111111; 
	float: left;	
}	

div.mainCommentArrow img
{
	float: left;
}	

div.mainCommentUserInfo
{
	float: left;
	width: 177px;
}

div.mainCommentUserInfo img
{	
	float: left;
	margin-right: 7px;
	border: 1px solid #222222;
	width: 28px;
	height: 37px;
}	


div.subComment
{
	padding: 10px;
	width: 335px;
	min-height: 19px;
	background-color: #111111;
	color: #ffffff;
	float: left;
}

div.subCommentDelete
{
	float: right;
	cursor: pointer;
	font-weight: bold;
	border: 1px dotted;
	padding: 0px 3px 2px 3px;
	margin-left: 7px;
}	

div.subCommentArrow
{
	width: 8px; 
	height: 24px;
	background-color: #111111; 
	float: left;	
}	

div.subCommentArrow img
{
	float: left;
}	

div.subCommentUserInfo
{
	float: left;
	width: 177px;
	padding-left: 185px;
}

div.subCommentUserInfo img
{	
	float: left;
	margin-right: 7px;
	border: 1px solid #222222;
	width: 28px;
	height: 37px;
}	

div.settingsCol
{
	float: left;
	width: 230px;
}

div.settingsColLeft
{
	float: left;
	width: 345px;
}	

div.settingsColRight
{
	float: right;
	width: 345px;
}	

input.previewColorBox
{
	border: 1px solid #000000;
	width: 30px;
	height: 14px;
	float: left;
	margin: 0px 20px 0px 5px;
}	


/* UPLOAD PHOTO */

div.fullRow
{
	border: 1px solid #cccccc;
	padding: 9px;
	text-align: left;
}

div.fullRowBg
{
	border: 1px solid #cccccc;
	padding: 9px;
	text-align: left;
	background-image: url(http://media.stallet.se/gfx/photo/bg/f4f4f4ffffff.jpg);
	background-repeat: repeat-x;
}

div#uploadMany
{
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 725px;
	height: 380px;
}	
