/* Default CSS Stylesheet for a new Web Application project */

body {
    background-color: #FFFFE0;
    color: #000080;
    font-family: Verdana, Helvetica, sans-serif;
/*    background-image:url('images/demoBG.gif');
    background-repeat: repeat-y;
    background-attachment:fixed;
    background-position:right; */
    font-size:12px;
}

#maincontainer{
    width: 840px; /*Width of main container*/
    margin: auto; /*Center container on page*/
    /*_margin-left:50px;*/
}

#uploadimagecontainer{
    width: 640px; 
    margin: auto; 
}

textarea {
    background-color: #FFFFE0;
    color: #00008B;
    font-family: Verdana, Helvetica, sans-serif;
    margin: 5px;
    font-size:12px;
}


.zboxcontent a {
    text-decoration:none;
    color: #ffffff;
    cursor:pointer;
}
.zboxcontent a:hover { text-decoration:underline;}

.farright {
    margin-left: 500px;
}

.placeright{
    float:right;
}
.placeleft{
    float:left;
}

.centertext{
    text-align:center;
}
.clearboth {
    clear: both;
}

.bold {
    font-weight:bold;
}

p {margin:10px;}

.disabled {background-color: #f0f0f0;}


.line td{ border-bottom:1px solid white;}
.zsnazzy {padding:0px;color:white;margin: 5px; }
.zsnazzy table {color:white;font-size:12px; margin:0px 0 0 5px; border: 1px solid #ffffff;}

.zsnazzy h1 {padding-left: 0px; margin:0px; line-height:.9;}
.zsnazzy h1 {font-size:15px; ;padding:0px 0 0 5px;}
.ztop, .zbottom {display:block; background:transparent; font-size:1px;}
.zb1, .zb2, .zb3, .zb4 {display:block; overflow:hidden; background:#000000; }
.zb1, .zb2, .zb3 {height:1px;}
.zb2, .zb3, .zb4 {border-left:1px solid #444; border-right:1px solid #444;}

.zb1 {margin:0 5px; background:#444;}
.zb2 {margin:0 3px; border-width:0 2px;}
.zb3 {margin:0 2px;}
.zb4 {height:2px; margin:0 1px;}

.zboxcontent {
    border:0 solid #444;
    border-width:0 1px;
    color: #000000;
}


* html .zboxcontent {height:1px;}

.color_Highlight{ background:#FFFFFF;}
.color_black    { background:#000000;}
.color_gray     { background:#707070;}
.color_blue     { background:#000070;}
.color_red      { background:#700000;}
.color_green    { background:#007000;}
.color_purple   { background:#700070;}
.color_aqua     { background:#007070;}
.color_yellow   { background:#FAFAD2;}
.color_light    { background:#CCFFCC;}


.theform{
    display:none;
    position:absolute;
    top:150px;
    left:250px;
    width:400px;
    height:300px;
    text-align:center;
}
.theform h1, .theform p {color:#000000;}



.imageswap:hover .largeimg {
    visibility:visible;
    display:block;
}

.largeimg{
    visibility:hidden;
    display:none;
}

