﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    background-image: url(../Content/Images/Background.jpg);
    background-repeat:no-repeat;
    background-position:center top;

}

a:link
{
    color: #b01133;
    text-decoration: none;
}
a:visited
{
    color: #b01133;
    text-decoration: none;
}
a:hover
{
    color: #500103;
    text-decoration: underline;
}
a:active
{
    color: #b01133;
}

p, ul, td, span
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
-   ---------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.bglayout
{
    padding: 0;
}
/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 896px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../Content/Images/Logo.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    padding-top: 2px;
}

#header #title
{
    display:none;    
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 0px 30px 15px 30px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    background-image: url(../Content/Images/line01.png);
    background-repeat:no-repeat;
    background-position:center top;

    color: #999;
    padding: 30px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    margin-top:40px;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
.menu td a
{
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}


.menu td a:hover
{
    text-decoration: underline;
}

.menu td a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}



.admin table
{
    
    border:none;
}

.admin td
{
    padding:6px;   
    margin:0px;     
}
.admin th
{
    text-align:left;
}







/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}


div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:#666666;
}

#logindisplay a:link
{
    color: #666666;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #666666;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: #666666;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.imagetable
{
    margin-top:20px;
    margin-bottom:20px;
    border-style:none;
}
.imagetable td
{
    padding:20px;
    vertical-align:top;
}

.imagetable td.alternate
{
    background-color:#fcfcfc;
}
.imagetable td.normal
{
    background-color:#f0f0f0;
}

.imagetable img
{
    float:left;
    margin-right:30px;
}

.imagetable th
{
    background-color:#f0f0f0;
    padding:10px;
}



#imagetabledetail, #imagetabledetail2
{
    margin-top:20px;
    margin-bottom:20px;
    border-style:none;
}
#imagetabledetail td, #imagetabledetail2 td
{
    text-align:center;
    vertical-align:top;
    width:166px;
}

#imagetabledetail td.alternate, #imagetabledetail2 td.alternate
{
    background-color:#fcfcfc;
}
#imagetabledetail td.normal, #imagetabledetail2 td.normal 
{
    background-color:#f0f0f0;
}

#imagetabledetail img, #imagetabledetail2 img
{
    margin:10px;
}


tr.alternate
{
    background-color:#fcfcfc;
}
tr.normal
{
    background-color:#f0f0f0;
}

img
{
    border:none;    
}


.pictureCaption
{
    font-size:10px;
    line-height:normal;
}

#imagetabledetail .pictureCaption img
{
    margin:10px;
    margin-bottom:2px;
}

.imagedescription
{
    margin-top:10px;
   text-align:center; 
}

#UploadedImages
{
    margin:10px;
    margin-left:30px;   

}

#menucontaineradmin
{
    width:896px;
    height:58px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    line-height:28px;
    font-weight:bold;
}

#menucontaineradmin #maheader
{
    background-color:#f0f0f0;
    width:876px;
    text-align:left;
    padding-left:10px;
    padding-right:10px;
}

#menucontaineradmin #masubline
{
    background-color:#ffffff;
    width:876px;
    text-align:left;
    padding-left:10px;
    padding-right:10px;
    border-bottom: solid 1px #e0e0e0;
}

.menuadmin img
{
    
}

.menuadmin p#menu a
{
    color: #b01133;
    padding: 0px 10px 0px 10px;
}


.menuadmin p#menu
{
    padding: 30px 0px 0px 0px;
    font-weight: bold;
    text-decoration: none;
    color: #b01133;
}

.menuadmin a
{
    font-weight: bold;
    text-decoration: none;
    
    color: #b01133;
}

.menuadmin a:hover
{
    text-decoration: underline;
}

fieldset {
    clear: both;
    padding: 0;
    margin: 0;
    border: none;
    background-color:#f0f0f0;   
}

fieldset legend 
{
    visibility:hidden;
    margin:0;
    padding:0;  
}

fieldset label {
    display: block;
    float: left;
    width: 130px;
    
    margin: 0 0 5px 0;
    text-align: left;
}

fieldset label.right{
    display: block;
    float: left;
    width: 80px;
    margin: 0 0 5px 50px;
    text-align: left;
}


.admintableheader th
{
    text-align:left;
    background-color:#f0f0f0;    
    padding:4px;
}

.adminimageupload th
{
    text-align:left;
    background-color:#f0f0f0;    
    padding:20px;
    font-size:18px;
    font-weight:bold;
}

.breadcrumb
{
    margin-top:6px;
}
