html
{
	overflow: auto;
	overflow-x: hidden;
}
body
{
	font-family: Myriad Pro Light, Helvetica, Trebuchet MS, Verdana sans-serif;
	color: #BBBBBB;
	background:url(images/cloudback.png) repeat-x top center #ffffff;
	background-color:#ffffff;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#loginFormMain
{
	text-align: center;
}

#mainTopMenu
{
	height: 43;
	border: 0;
	text-decoration:none;
}

img
{
	border: 0;
}

#topMenuBack{
	background:url(images/Birkirogkjullarnirweb3_06.png);
	width:471px;
	height:43px;
	vertical-align:top;
}

#mainTopBack{
	background:url(images/mainTopBack.png);
	height:57px;
}

#mainBack {
	background:url(images/back.png);
	vertical-align: top;
}

#main {
	margin-left: 10px;
	margin-right: 10px;
}

h1 
{
	font-size: 30px;
	text-align: center;
}

#main .darkHeader {
	color:#666666;
	text-align: center;
}

#bottomBack {
	background:url(images/bottomBack.png);
	height:57px;
}

.loginWindow {
	height: 25px;
	background: url(images/textWindowBack.png);
	width: 101px;
	border: 0px;
	text-align: center;
	color:#666666;
}

#prevPicture
{
	float: left;
	display: inline;
	margin-left: 50px;
	margin-top: 25px;
}

#nextPicture
{
	float: right;
	display: inline;
	margin-right: 55px;
	margin-top: 25px;
}

#loginResult
{
	text-align: center;
	font-size: 14px;
}

a
{
	text-decoration: none;
	color:#92278f;
	font-size: 14px;
}

a:hover
{
	color:#CCC;
}

#myndirRow
{
	background:url(images/myndirRow.png) no-repeat;
	padding-top: 30px;
	font-size: 10px;
	text-align:left;
	margin-left:20px;
	padding-left: 40px;
}

#videoRow
{
	background:url(images/videoRow.png) no-repeat;
	padding-top: 30px;
	font-size: 10px;
	text-align:left;
	margin-left:20px;
	padding-left: 40px;
}


.columnText
{
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	text-align:center;
	width: 160px;
	color: #BBBBBB;
}

.albumThumbnail
{
	border: 1px solid #BBB;
	padding: 3px;
}

.videoThumbnail
{
	border: 1px solid #BBB;
	padding: 3px;
	width: 160px;
	height: 160px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#pictureMain
{
	background:url(images/myndirFull.png) no-repeat;
	padding-top: 30px;
	font-size: 10px;
	text-align:left;
	margin-left:20px;
	padding-left: 40px;
}

#videoMain
{
	background:url(images/videoFull.png) no-repeat;
	padding-top: 30px;
	font-size: 10px;
	text-align:left;
	margin-left:20px;
	padding-left: 40px;
}


.header
{
	font-size: 16px;
	color:#333333;
	text-align: center;
	height: 16px;
}

.largeHeader
{
	font-size: 24px;
	color:#333333;
	text-align: center;
}

.album
{
	display: inline-block;
	margin-top: 30px;
	vertical-align: top;
	margin-left: 40px;
}

.video
{
	display: inline-block;
	margin-top: 30px;
	vertical-align: top;
	margin-left: 40px;
	width: 160px;
}

.albumThumbnail:hover
{
	background:#DDD;
}

.photoThumb
{
	display: inline-block;
	border: 1px solid #BBBBBB;
	margin: 3px;
	padding: 3px;
}

.photoThumb:hover
{
	background:#DDD;
}

#albums
{
	padding-top: 20px;
	text-align: center;
}

#photo
{
	display: inline-block;
	border: 1px solid #BBBBBB;
	margin: 3px;
	padding: 3px;
}

#photoCenter
{
	text-align: center;
	width: 885px;
}

#albumThumbs
{
	text-align: center;
	width: 885px;
}

#loginSubmit
{
    background: url("images/loginButton.png");
    width: 101px;
    border: 0px;
    height: 25px;
}
