* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;	
}

body, html {
	margin: 0;
	padding: 0;
	height: 100%; 
	font-family: Arial, Helvetica, sans-serif;
	color: #2D2D2D;
        height: 100%;
        background: url(/img/site/background.png) fixed;
        font-size: 12px;

}

#container {
	width: 1020px;	
	margin: 0 auto;
	background: #FFFFFF;
	min-height: 100%;
	overflow: hidden;
	padding-bottom: 15px;
}
#om { margin-left: 15px; }
#container #header {
	margin: 0 0 10px 0;
	padding: 0 0 34px 0;
	background: url(../../img/style/header-bg.gif) bottom repeat-x;
	width: 990px;
}

#container #header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
}

#container #header h1 a {
	display: block;
	color: #2D2D2D;
	text-decoration: none;
	padding: 0 0 0 40px;
	background: url(../../img/style/icon.gif) left center no-repeat;
}

#container #header h1 a:hover {
	text-decoration: underline;
}

#container #header #search {
	float: right;
	text-align: right;
	width: 400px;
}

#container #header #search form input.query {
	border: 1px solid #dddddd;
	padding: 5px;
	font-size: 16px;
	width: 300px;
	font-family: tahoma;
	height: 20px;
}

#container #header #search form input.submit {
	border: 1px solid #1d1d1d;
	color: #ffffff;
	background: #303030 url(../../img/style/search-bg.gif);
	padding: 4px 4px 3px 4px;
	font-weight: bold;
	font-size: 16px;
	width: 30px;
	height: 30px;
}

#container #information {
	margin: 0 0 10px 0;
	width: 990px;
}

#container #information ul#xml {
	list-style-type: none;
}

#container #information ul#xml li {
	float: right;
	margin: 0 0 0 5px;
}

#container #information h2 {
	font-size: 14px;
	font-weight: normal;
}

#container #nav {
	margin: 0 0 10px 0;
	width: 990px;
}

#container #nav #menu {
}

#container #nav #menu ul.main {
	height: 30px;
	background: url(../../img/style/nav-top.gif) repeat-x;
	list-style-type: none;
}

#container #nav #menu ul.main li {
	float: left;
}

#container #nav #menu ul.main li a {
	display: block;
	padding: 7px 9px 8px 9px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#container #nav #menu ul.main li a:hover {
	background: url(../../img/style/nav-top-hover2.gif) repeat-x;
}

#container #nav #menu ul.main li ul {
	list-style-type: none;
}

#container #nav #menu ul.main li ul li {
	
}

#container #nav #menu ul.main li ul li a {
	font-weight: normal;
	color: #77dde9;
	background: url(../../img/style/nav-top-cat.gif) repeat-x;
}

#container #nav #menu ul.main li ul li a:hover {
	color: #ceedf1;
	background: url(../../img/style/nav-top-cat.gif) repeat-x;
}

#container #nav #menu ul.main li ul li.selected a {
	background: url(../../img/style/nav-top-cat.gif) repeat-x;
}

#container #nav #menu ul.main li ul li.selected a:hover {
	text-decoration: underline;
}

#container #nav #menu ul.main li ul li.main a {
	padding: 7px 14px 8px 9px;
	font-weight: bold;
	color: #ffffff;
	background: url(../../img/style/nav-cat-right.gif) right no-repeat;
}

#container #nav #menu ul.main li ul li.main a:hover {
	background: url(../../img/style/nav-cat-right-hover.gif) right no-repeat;
}

#container #nav #menu ul.main li ul li.nieuws span {
	padding: 7px 0px 6px 9px;
	font-weight: bold;
	color: #ffffff;
}

#container #nav #menu ul.sub {
	height: 30px;
	background: url(../../img/style/nav-bottom.gif) repeat-x;
	list-style-type: none;
	float: right;
	width: 819px;
	z-index: 2;
	position: relative;
}

#container #nav #menu ul.sub li {
	float: left;
}

#container #nav #menu ul.sub li a {
	display: block;
	padding: 7px 9px 8px 9px;
	color: #000000;
	text-decoration: none;
}

#container #nav #menu ul.sub li a:hover {
	background: url(../../img/style/nav-bottom-hover.gif) repeat-x;
}

#container #content {
	overflow: hidden;
	width: 990px;
	background: url(../../img/style/content.gif);
        float: left;
        margin-top: -30px;
        position: static;
        z-index: 1;
}

#container #content #left {
	float: left;
	width: 160px;
	margin-left: 7px;
	overflow: hidden;
	margin-top: 5px;
}

#container #content #left span {
	font-family: verdana;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 22px;
}

#container #content #right {
	float: left;
	width: 810px;
	margin-left: 11px;
	margin-top: 29px;
}

#container #content #right #left {
	float: left;
	width: 545px;
	overflow: hidden;
	margin-top: 10px;
}

#container #content #right #right {
	float: left;
	width: 240px;
	overflow: hidden;
	margin-top: 10px;
}

#container #content #right #left .top {
	background: url(../../img/style/bigtop.png);
	height: 12px;
	width: 545px;
}

#container #content #right #left .center h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;	
	margin-top: -5px;
	margin-lefT: -3px;
        margin-bottom: 3px;
}

#container #content #right #left .center h2 a {
	color: #2D2D2D;
	text-decoration: none;
}

#container #content #right #left .center h2 a:hover {
	text-decoration: underline;
}

#container #content #right #left .center {
	background: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 531px;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
	overflow: hidden;
}

#container #right #right .top {
	background: url(../../img/style/top.png);
	height: 11px;
	width: 240px;
}

#container #content #right #right .center h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;	
	margin-top: -5px;
	margin-left: -3px;
        margin-bottom: 3px;
}

#container #right #right .center {
	background: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 226px;
	padding-top: 4px;
	padding-left: 6px;
	padding-right:  6px;
	padding-bottom: 4px;
	overflow: hidden;
}

#container #right #right .bottom {
	background: url(../../img/style/bottom.png);
	height: 11px;
	width: 240px;
        margin-bottom: 10px;
}

#container #right #left .bottom {
	background: url(../../img/style/bigbottom.png);
	height: 11px;
	width: 545px;
        margin-bottom: 10px;
}

#container #footer ul.sub {
	height: 30px;
	background: url(../../img/style/nav-bottom.gif) repeat-x;
	list-style-type: none;
	width: 990px;
}

#container #footer ul.sub li {
	float: right;
}

#container #footer ul.sub li a {
	display: block;
	padding: 7px 9px 8px 9px;
	color: #000000;
	text-decoration: none;
}

#container #footer ul.sub li span {
	display: block;
	padding: 7px 9px 8px 9px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin-right: 190px;
}

#container #footer ul.sub li a:hover {
	background: url(../../img/style/nav-bottom-hover.gif) repeat-x;
}

.clear {
	clear: both;
}

.clear_nieuws {
	clear: both;
	width: 160px;
	height: 1px;
	background: #0097A8;
	margin-left: -2px;
}

a {
	color: #00acd1;
	text-decoration: none;
}

a:hover {
	color: #008A9A;
}

input[type="text"] {
	border: 1px solid #C1C1C1;
	background: #ffffff;
	margin: 2px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #1e1e1e;
	padding: 4px 4px;
	width: 300px;
}
input[type="password"] {
	border: 1px solid #C1C1C1;
	background: #ffffff;
	margin: 2px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #1e1e1e;
	padding: 4px 4px;
	width: 300px;
}
input[type="submit"] {
	border: 1px solid #000000;
	background: url(../../img/style/submit.png);
	margin: 1px;
        margin-left: 2px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 4px 4px;
        cursor: pointer;
}
input[type="button"] {
	border: 1px solid #000000;
	background: url(../../img/style/submit.png);
	margin: 1px;
        margin-left: 2px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 4px 4px;
        cursor: pointer;
}
input[type="file"] {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
select {
	border: 1px solid #C1C1C1;
	background: #ffffff;
	margin: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #1e1e1e;
	padding: 2px 2px;
	width: 200px;
}

input[type="checkbox"] {
        margin-left: 2px;
}

#container #right #left .buttonwrapper {
	overflow: hidden;
}

#container #right .buttonwrapper a.button {
	color: #000000;
	display: block;
	float: left;
	line-height: 20px;
	margin: 1px 0;
	font-weight: bold;
	background: url(http://habbotimes.nl/img/style/knop-links.png) no-repeat;
        font-family: arial;
}

#container #right .buttonwrapper a.button span {
	color: #000000;
	display: block;
	height: 24px;
	padding-left: 8px;
        padding-right: 8px;
        padding-top: 4px;
	background: url(http://habbotimes.nl/img/style/knop-rechts.png) right no-repeat;
        font-family: arial;
        font-size: 12px;	
}

.redbox {
	border: 1px solid #BF0000;
	background: #FAADAD url(http://habbotimes.nl/img/misc/kruis.gif) 8px 8px no-repeat;
	color: #740C0C;
	padding: 8px 8px 8px 30px;
	margin: 0 0 10px 0;
}

.redbox a {
	color: #740C0C;
}

.redbox a:hover {
	text-decoration: underline;
}

.greenbox {
	border: 1px solid #91D206;
	background: #E1F3B6 url(http://habbotimes.nl/img/misc/vinkje.gif) 8px 8px no-repeat;
	color: #384912;
	padding: 8px 8px 8px 30px;
	margin: 0 0 10px 0;
}

.greenbox a {
	color: #384912;
}

.greenbox a:hover {
	text-decoration: underline;
}

#warn {
	background: #f1f3b7;
	padding: 5px;
	color: #38382f;
	border-bottom: 1px solid #b1b387;	
}

#ubb_editor {
	border: 1px solid #d8d8d8;
	width: 320px;
	background-color: #f3f3f3;
	padding: 5px;
	margin: 1px;
        margin-left: 2px;
}

#ubb_editor ul.ubb {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#ubb_editor ul.ubb li {
	float: left;
	margin: 0;
	padding: 5px 7px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	background: #eeeeee url(http://habbotimes.nl/img/style/ubb-editor.png) repeat-x;
	cursor: pointer;
}


#ubb_editor textarea {
	width: 312px;
	margin: 5px 0 0 0;
	border: 1px solid #d8d8d8;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	height: 100px;	
}

.center .kolom-l {
	width: 273px;
	float: left;
	min-height: 120px;

}

.center .kolom-r {
	width: 258px;
	float: right;
	text-align: left;
        min-height: 120px;

}

.center .kolom-l h4, .center .kolom-r h4 {
	margin: 0 0 8px 0;
	background: #00a4b8;
	font-size: 14px;
	padding: 3px 3px 20px 3px;
	background: url(http://habbotimes.nl/img/style/border.gif) bottom repeat-x;
}
.center .kolom-l h4 a, .center .kolom-r h4 a {
	color: #2D2D2D;
}

.center .kolom-l h4 a:hover, .center .kolom-r h4 a:hover {
	text-decoration: underline;
}

h4.newsbase {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;	
	margin-top: -5px;
	margin-lefT: -3px;
        margin-bottom: 3px;
}

h4.newsbase a {
	color: #2D2D2D;
}

h4.newsbase a:hover {
	text-decoration: underline;
}

h5.newsbase {
	display: block;
	border-top: 2px solid #eeeeee;
	font-size: 18px;
	line-height: 22px;
	margin-top: 10px;
	margin-left: -3px;
	margin-bottom: 3px;
	padding: 10px 0 0 0 !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h5.newsbase a {
	color: #2D2D2D;
}

h5.newsbase a:hover {
	text-decoration: underline;
}

p.newsbase-info {
	font-weight: bold;
	margin: 0 0 5px 0;
}

p.newsbase {
	margin: 0 0 5px 0;
	padding-right: 8px;
}

p.newsbase-info a {
	color: #2D2D2D;
}

p.newsbase-info a:hover {
	text-decoration: underline;
}

.nieuwsinfo {
	border: 1px solid #C9C9C9;
	background: #F3F3F3;
	padding: 5px;
	margin: 0 0 8px 0;
	overflow: hidden;
}

.nieuwsinfo a, .nieuwsfooter .info a {
	color: #2D2D2D;
}

.nieuwsinfo a:hover, .nieuwsfooter .info a:hover {
	text-decoration: underline;
}

.nieuwsinfo .left {
	float: left;
	width: 60%;
	text-align: left;
}

.nieuwsinfo .right {
	float: right;
	width: 40%;
	text-align: right;
}

.nieuwsfooter {
	margin: 8px 0 0 0;	
	overflow: hidden;
}

.nieuwsfooter .info {
	float: left;
	width: 400px;
	height: 18px;
	padding: 5px;
	border: 1px solid #C9C9C9;
	background: #F3F3F3;
	overflow: hidden;
}

.nieuwsfooter .reageren {
	float: right;
}

.center ul.list {
	list-style-type: none;
}

.center ul.list li a {
	display: block;
	padding: 3px;
	border-bottom: 1px solid #e1e1e1;
	color: #2D2D2D;
	text-decoration: none;
}

.center ul.list li a span {
	color: #bababa;
	padding: 0 5px 0 0;
}

.center ul.list li a:hover {
	background: #f4f4f4;
}

ol.zoekresultaten li {
	margin: 0 0 8px 0;
	border: 1px solid #BAD5E4;
	background: #ECF5FB;
	padding: 5px;
        color: #2D2D2D;
}

ol.zoekresultaten li a {
	color: #4597C2;
}

ol.zoekresultaten li a h4 {
	margin: 0 0 2px 0;
	font-size: 14px;
}

ul.login-list {
	list-style-type: none;	
	margin: 3px 0 0 0;
}

ul.login-list li {
	float: left;
	margin: 0 4px 0 0;
}

ul.login-list li a {
	display: block;
	border: 1px solid #c8c8c8;
	background: #ffffff url(http://habbotimes.nl/img/style/forum-schaduw.png) 0 1px repeat-x;
	font-weight: bold;
	padding: 3px 4px;
	color: #858585 !important;
}

ul.login-list li a:hover {
	text-decoration: none !important;
	border: 1px solid #b7b7b7;
}

ul.gebruikeropties {
	list-style-type: none;	
}

ul.gebruikeropties li {
	float: left;
	margin: 0 4px 0 0;
}

ul.gebruikeropties li.right {
	float: right;
	margin: 0 0 0 4px;
}

ul.gebruikeropties li a {
	display: block;
	border: 1px solid #c8c8c8;
	background: #ffffff url(http://habbotimes.nl/img/style/forum-schaduw.png) 0 1px repeat-x;
	font-weight: bold;
	padding: 3px 4px;
	color: #858585 !important;
}

ul.gebruikeropties li a:hover {
	text-decoration: none !important;
	border: 1px solid #b7b7b7;
}

.commentaar {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 0;
	margin: 0 0 8px 0;
}

.commentaar .info {
	width: 120px;
	float: left;
	padding: 10px;
	background: #ffffff url(http://habbotimes.nl/img/style/forum-schaduw.png) 0 1px repeat-x;
}

.commentaar .info a.gebruikersnaam {
	display: block;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.commentaar .info a:hover.gebruikersnaam {
	text-decoration: underline;
}

.commentaar .inhoud {
	border: 0;
	width: 387px;
	float: left;
	min-height: 230px;
	background: #ffffff;
	border-left: 1px solid #cccccc;
}

.commentaar .inhoud .datum {
	padding: 5px;
	color: #2D2D2D;
	background: #ffffff url(http://habbotimes.nl/img/style/forum-schaduw.png) 0 1px repeat-x;
	font-size: 10px;
}

.commentaar .inhoud .datum span {
	float: left;
	width: 40%;
	color: #2D2D2D;
}

.commentaar .inhoud .datum .extra {
	float: right;
	width: 40%;
	text-align: right;
}

.commentaar .inhoud .datum .extra a {
	color: #a4a4a4;
}

.commentaar .inhoud .datum .extra a:hover {
	text-decoration: underline;
}

.commentaar .inhoud .commentaar {
	border: 0;
	padding: 10px;
	margin: 0;
	border-top: 1px solid #cccccc;
	background: #ffffff url(http://habbotimes.nl/img/style/forum-schaduw.png) 0 1px repeat-x;
        overflow: hidden;
	clear: both;
}

.commentaar .inhoud .handtekening {
	padding: 10px;
	border-top: 1px solid #cccccc;
	background: #ffffff url(http://habbotimes.nl/img/style/forum-schaduw.png) 0 1px repeat-x;
        overflow: hidden;
}

table.postvak tr.rij td {
	background: #f3f3f3;
	padding: 5px;
}

table.postvak tr.rijb td {
	background: #ffffff;
	padding: 5px;
}

table.postvak tr.rij td a {
	color: #2D2D2D;
}

table.postvak tr.rijb td a {
	color: #2D2D2D;
}

span.emotie {
	color: #AAAAAA;
}

/* Stemmen */

.stemmen {
	border: 1px solid #cecece;
	padding: 5px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 5px;
}

.stemmen h4 {
	color: #bcbcbc;
	margin: 0 0 5px 0;
}

.stemmen .getal {
	float: right;
	padding: 15px 16px;
	background: #2d2d2d;
	color: #ffffff;
	font-size: 20px;
}

.stemmen form {
	width: 100px;
}

.stemmen form input.plus {
	color: #5FEB1B;
}

.stemmen form input.min {
	color: #FC1414;
}

.stemmen span {
	color: #242424;
	font-weight: bold;
	margin: 5px 0 0 0;
	display: block;
}

#zoeklayer {
	width: 380px;
	border: 1px solid #008A9A;
	overflow: hidden;
	min-height: 65px;
	position: absolute;
	z-index: 3;
	background: #FFFFFF;
	margin-left: 50px;
	display: none;
	padding: 3px;
	text-align: left;
}

#head a {
	color: #2D2D2D;
}

#head a.cat {
	color: #00ACD1;
}

/* Navigatienummers */

.nav-left {
	display: block;
	font-size: 14px;
	border: 1px solid #e6e6e6;
	background: #ffffff url(http://habbotimes.nl/img/style/forum-schaduw.png) 0 1px repeat-x;
	padding: 5px 7px;	
	color: #121212;
	margin: 0 5px 0 0;
	font-weight: bold;
	height: 16px;
	width: 9px;
	float: left;
	text-align: center;
}

a:hover.nav-left {
	color: #121212;
	border: 1px solid #b5b5b5;
}

a.nav-box {
	float: left;
	padding: 5px 7px;
	height: 16px;
	width: 16px;
	font-size: 14px;
	margin: 0 5px 0 0;
	color: #121212;
	border: 1px solid #e6e6e6;
	background: #ffffff url(http://habbotimes.nl/img/style/forum-schaduw.png) 0 1px repeat-x;
	text-align: center;
}

a:hover.nav-box {
	border: 1px solid #b5b5b5;
}

.nav-box-selected {
	float: left;
	padding: 5px 7px;
	height: 16px;
	width: 16px;
	font-size: 14px;
	margin: 0 5px 0 0;
	color: #121212;
	border: 1px solid #484848;
	font-weight: bold;
	background: #ffffff url(http://habbotimes.nl/img/style/forum-schaduw.png) 0 1px repeat-x;
	text-align: center;
}

a.nav-right {
	float: left;
	height: 16px;
	width: 9px;
	font-size: 14px;
	border: 1px solid #e6e6e6;
	background: #ffffff url(http://habbotimes.nl/img/style/forum-schaduw.png) 0 1px repeat-x;
	padding: 5px 7px;
	color: #121212;
	font-weight: bold;
	text-align: center;
}

a:hover.nav-right {
	color: #121212;
	border: 1px solid #b5b5b5;
}

.reactieveld_t {
	background: url(../../img/style/reactieveldt.png);
	height: 5px;
	width: 545px;
}

.reactieveld {
	background: #008A9A;
	width: 545px;
	overflow: hidden;
}

.reactieveld h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;	
	color: #FFFFFF;
	margin-left: 7px;
	margin-bottom: 5px;
}

.reactieveld_b {
	background: url(../../img/style/reactieveldb.png);
	height: 5px;
	width: 545px;
	margin-bottom: 10px;
}

.reactietop {
	background: url(../../img/style/reactietop.png);
	height: 12px;
	width: 471px;
	margin-left: 35px;
	z-index: 1;
	position: relative;
}

.reactiecenter {
	background: #FFFFFF;
	width: 464px;
	overflow: hidden;
	padding: 2px;
	margin-left: 38px;
	min-height: 20px;
	margin-top: -9px;
	z-index: 2;
	position: relative;
}

.reactiedatum {
	background: #FFFFFF;
	width: 464px;
	overflow: hidden;
	padding: 2px;
	margin-left: 38px;
}

.reactiebottom {
	background: url(../../img/style/reactiebottom.png);
	height: 4px;
	width: 468px;
	margin: 0px auto;
        margin-bottom: 5px;
}
.reactietop_q {
	background: url(../../img/style/reactietop_q.png);
	height: 12px;
	width: 440px;
	margin-right: 39px;
	z-index: 1;
	position: relative;
float: right;
}

.reactiecenter_q {
	background: #FFFFFF;
	width: 433px;
	overflow: hidden;
	padding: 2px;
	margin-right: 39px;
	min-height: 20px;
	margin-top: -9px;
	z-index: 2;
	position: relative;
	float: right;
}

.reactiedatum_q {
	background: #FFFFFF;
	width: 433px;
	overflow: hidden;
	padding: 2px;
	margin-right: 39px;
	float: right;
}

.reactiebottom_q {
	background: url(../../img/style/reactiebottom_q.png);
	height: 4px;
	width: 437px;
	margin: 0px auto;
        margin-bottom: 5px;
	margin-right: 39px;
	float: right;
}

img.profiel_avatar {
	float: right;
	padding: 0 10px 0 0;
}

h5.profiel {
	font-size: 18px;
}

table tr.wit td {
	padding: 4px;
	background: #ffffff;
}

table tr.grijs td {
	padding: 4px;
	background: #f3f3f3;
}

table tr.grijs td a, table tr.wit td a {
	color: #000000;
}

table tr.grijs td a:hover, table tr.wit td a:hover {
	text-decoration: underline;
}

hr {
        border: 0;
}
hr.hr2 {
        color: #DDDDDD;
        background-color: #DDDDDD;
        height: 1px;
}

/* Quote */

.quoteheader {
	margin: 5px 20px 0 20px;	
	font-weight: bold;
	padding: 5px;
	color: #1089b6;
	background: #b3eaff;
	border-top: 2px dotted #00baff;
}

.quotecontent {
	margin: 0 20px 5px 20px;	
	background: #ffffff;
	padding: 5px;
	border-bottom: 2px dotted #00baff;
}

/* Modtag */

.modheader {
	margin: 5px 20px 0 20px;	
	font-weight: bold;
	padding: 5px;
	color: #9f0e24;
	background: #f5bec7;
	border-top: 2px dotted #d01130;
}

.modcontent {
	margin: 0 20px 5px 20px;	
	background: #ffffff;
	padding: 5px;
	border-bottom: 2px dotted #d01130;
}

a > img.gallery {
	float: left;
	width: 123px;
	height: 112px;
	margin: 0 2px 2px 0;
}

a img.gallery {
	border: 2px solid #dedede;
	width: 115px;
	height: 104px;
	padding: 1px;
}

a:hover img.gallery {
	border: 2px solid #666666;
}

.page_nav_selected {
	border: 1px solid #000000;
	color: #ffffff;
	background: #171717;
	padding: 2px 4px;
	margin: 0 2px 0 0;
}

.page_nav {
	border: 1px solid #cccccc;
	color: #171717;
	background: #ffffff;
	padding: 2px 4px;
	margin: 0 2px 0 0;
}

#easyTooltip{
	padding:5px;
	border:1px solid #ccc;
	background:#f1f1f1;
	position: relative;
	z-index: 1000;
}

#alert_left
{
	background: url(../../img/style/box_left.gif);
	height: 38px;
	width: 17px;
	float: left;
	margin-left: 7px;
	margin-top: -3px;
}

#alert_right 
{
	background: #FAADAD;
	border: 1px solid #BF0000;
	border-left: 0;
	height: 22px;
	float: left;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 3px;
	padding-right: 6px;
	margin-top: 2px;
}

#alert_right a 
{
	text-decoration: none;
	color: #FFFFFF;
}