﻿/* MAIN LAYOUT STYLES START */

.cs-mainmasterlayouttable
{
	width: 904px;
}
.lytopleft
{
    background-image: url(Images/layoutimages/top_left.png);
    background-position: right top;
    background-repeat: no-repeat;
    text-align: right;
    width: 18px;
    height: 17px;
    vertical-align: top;
    border: none;
}
.lytopright
{
    background-image: url(Images/layoutimages/top_right.png);
    background-position: left top;
    background-repeat: no-repeat;
    text-align: left;
    width: 17px;
    height: 17px;
    vertical-align: top;
}
.lybottomleft
{
    background-image: url(Images/layoutimages/bottom_left.png);
    background-position: right top;
    background-repeat: no-repeat;
    text-align: right;
    width: 18px;
    height: 11px;
    vertical-align: top;
}
.lybottomright
{
    background-image: url(Images/layoutimages/bottom_right.png);
    background-position: left top;
    background-repeat: no-repeat;
    text-align: left;
    width: 17px;
    height: 11px;
    vertical-align: top;
}
.lytopcenter1
{
    background-image: url(Images/layoutimages/top_center1.png);
    background-position: left top;
    background-repeat: repeat-x;
    width: 612px;
    height: 17px;
    text-align: left;
    vertical-align: top;
    /*background-color: #FAF9F5;*/
}
.lytopcenter2
{
    background-image: url(Images/layoutimages/top_center2.png);
    background-position: left top;
    background-repeat: repeat-x;
    width: 263px;
    height: 17px;
    text-align: left;
    vertical-align: top;
    /*background-color: #E7E6E2;*/
}
.lycenter_left
{
    background-image: url(Images/layoutimages/center_left.png);
    background-position: right top;
    background-repeat: repeat-y;
    text-align: right;
    width: 18px;
    vertical-align: top;
}
.lycenter_right
{
    background-image: url(Images/layoutimages/center_right.png);
    background-position: left top;
    background-repeat: repeat-y;
    text-align: left;
    width: 17px;
    vertical-align: top;
}
.lybottomcenter1
{
    background-image: url(Images/layoutimages/bottom_center1.png);
    background-position: left top;
    background-repeat: repeat-x;
    width: 612px;
    height: 11px;
    text-align: left;
    vertical-align: top;
}
.lybottomcenter2
{
    background-image: url(Images/layoutimages/bottom_center2.png);
    background-position: left top;
    background-repeat: repeat-x;
    width: 263px;
    height: 11px;
    text-align: left;
    vertical-align: top;
}
.content1
{
    /*width: 612px;*/
    background-color: #faf9f5;
    text-align: justify;
    vertical-align: top;
    padding-right: 3px;
}
.content2
{
    /*width: 263px;*/
    background-color: #e7e6e2;
    text-align: justify;
    vertical-align: top;
    padding-left: 3px;
}

/* MAIN LAYOUT STYLES END */


/* CONTENT LAYOUT STYLES START */

.cs-contentmastertable
{
	width: 758px;
}
.cs-ly2topleft
{
    background-image: url(images/contentlayoutimages/top_left.png);
    background-position: right top;
    background-repeat: no-repeat;
    text-align: right;
    width: 18px;
    height: 17px;
    vertical-align: top;
}
.cs-ly2topright
{
    background-image: url(images/contentlayoutimages/top_right.png);
    background-position: left top;
    background-repeat: no-repeat;
    text-align: left;
    width: 17px;
    height: 17px;
    vertical-align: top;
}
.cs-ly2bottomleft
{
    background-image: url(images/contentlayoutimages/bottom_left.png);
    background-position: right top;
    background-repeat: no-repeat;
    text-align: right;
    width: 18px;
    height: 11px;
    vertical-align: top;
}
.cs-ly2bottomright
{
    background-image: url(images/contentlayoutimages/bottom_right.png);
    background-position: left top;
    background-repeat: no-repeat;
    text-align: left;
    width: 17px;
    height: 11px;
    vertical-align: top;
}
.cs-ly2topcenter
{
    background-image: url(images/contentlayoutimages/top_center.png);
    background-position: left top;
    background-repeat: repeat-x;
    height: 17px;
    text-align: left;
    vertical-align: top;
    /*background-color: #FAF9F5;*/
}
.cs-ly2center_left
{
    background-image: url(images/contentlayoutimages/center_left.png);
    background-position: right top;
    background-repeat: repeat-y;
    text-align: right;
    width: 18px;
    vertical-align: top;
}
.cs-ly2center_right
{
    background-image: url(images/contentlayoutimages/center_right.png);
    background-position: left top;
    background-repeat: repeat-y;
    text-align: left;
    width: 17px;
    vertical-align: top;
}
.cs-ly2bottomcenter
{
    background-image: url(images/contentlayoutimages/bottom_center.png);
    background-position: left top;
    background-repeat: repeat-x;
    height: 11px;
    text-align: left;
    vertical-align: top;
}

.cs-ly2content
{
    background-color: #faf9f5;
    background-color: #FFFFFF;
    text-align: justify;
    vertical-align: top;
}

/* CONTENT LAYOUT STYLES END */

.cs-emptymastertable
{
	width: 100%;
}
