body 
{    
    background-color: #727272;
    margin:               0px;
    padding:         40px 0px;
    
    overflow: -moz-scrollbars-vertical
}

form
{
    margin: 0px;
    padding: 0px;
}

body,table {
    
    border-collapse: collapse;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size:   12px;
    color: #333333;

}

.StyledInput
{    
    width: 180px;
}

.TopAligned
{
	vertical-align: top;
	padding-top: 8px;
}

textarea
{
	height: 120px;
}


select
{
	width: 185px;
}


.footer
{
	color: #677780;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.footer:hover
{
	text-decoration: underline;
}

h1
{
    border-collapse: collapse;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size:   16px;
    color: #333333;
    font-weight: bold;
}

h2
{
    border-collapse: collapse;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size:   14px;
    color: #333333;
    font-weight: bold;    
}

h3
{
    border-collapse: collapse;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size:   12px;
    color: #333333;
    font-weight: bold;
    margin: 0px;
}

hr
{
	margin-top: 0px;
}

.figure
{
	color: #999999;	
	font-style: italic;
	text-align: center;
	vertical-align: bottom;
}

a.link
{
	color: #303030;
	text-decoration: none;
}

a
{
	color: #E75433;
	text-decoration: none;
}

a:hover
{
	color: #E75433;
	text-decoration: underline;
}

a.link:hover
{
	color: #666666;
	text-decoration: underline;
}

.headline
{
	background-image: url(/images/site/button_center.jpg);  
	background-repeat: no-repeat; 
	background-color: Transparent; 	
	height: 27px; 
	padding-top: 7px; 
	padding-right: 3px; 
	white-space: nowrap; 
	font-size: 14px; 
	font-weight: bold;
	width: auto!important;  /* sætter height til auto i FF og IE 7 */
	min-width: 161px; /* sætter minimumshøjde i FF og IE 7 */
	width: 161px; /* sætter højde og minimumshøjde i IE 6 */
}

.tableHeader
{
	background-color: #CCCCCC;
	padding: 4px;
}

.tableRow
{
	background-color: #FFFFFF;
	padding: 4px;
	vertical-align: top;
	text-align: left;
}

.tableInput
{
	background-color: #FFFFFF;
	padding: 4px;
	vertical-align: middle;
	text-align: left;
}

.tableRowMiddle
{
	background-color: #FFFFFF;
	padding: 4px 10px 4px 4px;
	vertical-align: middle;
	text-align: left;
}

.fife
{
	border: solid 1px #999999;
}

.tableCategory
{
	background-color: #EEEEEE;
}

.alignRight
{
	text-align: right;
}

.centerTable
{
	margin-left: auto;
	margin-right: auto;
}

.SubmitButton
{
    width: 90px;
}

.BackButton
{
    width: 90px;
}

/* FORUM CSSer */

.ForumCell
{
    border: solid 1px #CCCCCC;
}

.ForumCellOdd
{
    border: solid 1px #CCCCCC;
    background-color: #EFEFEF;
    
}

.ForumHeader
{
    border: solid 1px #EEEEEE;
    font-weight: bold;
    font-size: 14px;    
    background-color: Silver;
}

.ForumGroup
{
    border: solid 1px #EEEEEE;
    font-weight: bold;
    font-size: 12px;    
    background-color: #EEEEEE;
}

.TopicHeader
{
    border: solid 1px #EEEEEE;
    font-weight: bold;
    font-size: 12px;    
    background-color: Silver;
}

.PostHeader
{
    border: solid 1px #CDCDCD; 
    font-size: 10px;    
    font-weight: bold;
    color: #FFFFFF;
    background-color: Silver;    
}

.YouAreHere
{
    color: #333333;
    font-size: 10px;    

}

.ForumAuthor
{
    color: #333333;
    font-size: 10px;    
}

.ForumPoster
{
    color: #333333;
    font-size: 11px;    
    font-weight: bold;
}

.ForumCattery
{
    color: #333333;
    font-size: 11px;    
}

.ForumPostCount
{
    color: #333333;
    font-size: 11px;    
}

.quote
{
	border-top: solid 1px #AAAAAA;
	border-left: solid 1px #AAAAAA;
	border-right: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
	background-color: #EFEFEF;
	margin: 15px 10px 10px 10px;
	padding: 5px;
}

.ColorImage
{
	width: 360px; 
	height: 270px;
	background-image: url('/images/elements/ajaxload.gif'); 
	background-repeat: no-repeat; 
	background-position: center center;
}

.LinkContainer
{	
	width: 100%; 
	height: 270px;
	background-image: url('/images/elements/ajaxload.gif'); 
	background-repeat: no-repeat; 
	background-position: center center;
}

.notice 
{

	color: #060;
	background: url(/images/icons/mixed/alertgood_icon.gif) #E2F9E3 left no-repeat;
	text-align: left;
	border: 1px solid #9c9;
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 20px;	
	margin-left: 23px;
	width: 789px;
}

.alert 
{
	color: #fff;
	background: url(/images/icons/mixed/alertbad_icon.gif) #c00 left no-repeat;
	text-align: left;
	border: 1px solid #c99;	
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 20px;	
	margin-left: 23px;
	width: 789px;
}