﻿.PageOuterWrapper
{
    width: 765px;
    margin: 0 auto;
    
}

.Button
{
    background-color: #912024;
    text-align: center;
    padding: 5px 10px 5px 10px;
    border: 1px #5e5580 solid;
    font-weight: normal;
    color: #fff;
}

.TextBox
{
    width: 300px;
}

.SmallTextBox
{
    width: 45px;
}

.DropDown
{
    width: 305px;
}

.HyperLink
{
    font-weight: bold;
    font-size: 13px;
    color: Blue;
}

.LeftColumn
{
    padding-left: 5px;
    height: 25px;
    text-align: left;
    vertical-align: middle;
}

.RightColumn
{
    padding-left: 5px;
    height: 25px;
    text-align: right;
    vertical-align: middle;
    border:0px #000 solid;
}
.AttendeeInfoRight
{
	 padding-left: 5px;
    height: 25px;
    text-align: left;
    vertical-align: middle;
    border:0px #000 solid;
    }
.processtext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #b4b4b4;
}

.process1text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #912024;
}

.PageMainHeader
{
    font-weight: bold;
    font-size: 16px;
}

.InnerHeading
{
    font-weight: bold;
    font-size: 13px;
    color:#912024;
}

.ErrorLabel
{
    color: Red;
}

.Required
{
    color: Red;
}

/****************Image Slider Styles Starts Here*******r**s**k******/

#header
{
    margin: 0 auto;
    text-align: left;
}

#wrapper
{
    margin-top: -9px;
    padding-bottom: 9px;
}

#portfolio
{
    clear: both;
    padding: 5px 0 0;
    position: relative;
    top: -6px;
    width: 570px;
}
#portfolio div.carousel
{
    margin: 0 0 0 50px;
    width: 500px;
    overflow: hidden;
}

#portfolio ul
{
    margin: 0;
    padding: 0;
}

#portfolio ul li
{
    float: left;
    padding: 0px 5px;
    position: relative;
    width: 110px;
}
#portfolio ul li h2
{
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    left: 7px;
    position: absolute;
    top: 8px;
    z-index: 10;
    margin: 0;
    padding: 0;
}
#portfolio ul li a img
{
    margin: 27px 0 0 0px;
    text-align: center;
    border: 1px #fff solid;
    position: relative;
    left: 2.5em;
}
#portfolio ul li span
{
    background: transparent url(images/bg-thumbnail.png) no-repeat;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}
#portfolio ul li:hover span
{
    background-position: 0 -122px;
}
#portfolio ul li p
{
    background: transparent url(images/bg-thumbnail-p1.png) repeat-x;
    color: #fff;
    font-family: Tahoma, Arial, verdana, Helvetica, sans-serif;
    font-size: 0.9em;
    width: 110px;
    height: 30px;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}
#portfolio a.prev, #portfolio a.next
{
    display: block;
    height: 20px;
    margin: 15px;
    position: absolute;
    top: 28px;
    width: 50px;
}

#portfolio a.prev
{
    background: url(../Images/prev-btns.gif) no-repeat;
    z-index: 1000;
    left: 0;
}
#portfolio a.next
{
    background: url(../Images/next-btns.gif) no-repeat;
    right: -30px;
    z-index: 1000;
}


#previews
{
    bottom: 0;
    left: 50%;
    margin-left: -305px;
    position: absolute;
    top: -1500px;
    width: 610px;
}

#previews-bg
{
    background: #002129;
    display: none;
    height: 960px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#portfolio, #contents
{
    margin-bottom: 15px;
}
#portfolio ul li:hover p
{
    color: #e5cc9d;
    cursor: pointer;
}

#portfolio a.prev:hover, #portfolio a.next:hover
{
    background-position: 0px -60px;
}

/****************Image Slider Styles Ends Here*******r**s**k******/


.GridHeading
{
    font-weight: bold;
    font-size: 14px;
}

.GridHeading1
{
    font-weight: bold;
    font-size: 12px;
}

.GridHeader
{
    background-color: Silver;
}

.plus
{
    background-color: Transparent;
    background-image: url(../Images/plus.gif);
    background-repeat: no-repeat;
    border-style: none;
    width: 16px;
    height: 16px;
    background-position: center;
}
.minus
{
    background-color: Transparent;
    background-image: url(../Images/minus.gif);
    background-repeat: no-repeat;
    border-style: none;
    width: 16px;
    height: 16px;
    background-position: center;
}

.PaddingRight
{
    padding-right: 15px;
}


@media print
{
    .Div_Minus
    {
        display: none;
    }
}

