﻿/* ///////////////////////// WEB BODY PARTS ///////////////////////// */
body
{
    margin: 0;
    padding: 0;
    border: 0;
    width:100%;

    /*border:1px solid #FF0000;*/

    /*font-family:Arial, Tahoma, Verdana, Times New Roman;
	font-size:12px;
	color:#3C3C3C;*/
	
    /*line-height: 100%;*/
    line-height: 1.3; 
	
	/* Background with COLOR */
    background-color:#FFFFFF;
    
    /* Background with GRADIENT */
    /*background: #FDF4F4; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #A3C900 0%, #ffffff 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A3C900), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #A3C900 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #A3C900 0%,#ffffff 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #A3C900 0%,#ffffff 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  #A3C900 0%,#ffffff 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A3C900', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    /* Background with IMAGE */
    /*background-image:url('../Images/Background/WBG01.png');*/
	/*background-image:url('/Cms/Cuz/Nosataba/Pages/Style/Images/WBG_Blue_Gradient_02.png');
	background-attachment:scroll;
	background-repeat:repeat-x;*/
}

.MasterPage_Layout_Effect_Background
{
    /* Background with IMAGE */
    /*background-image:url('../Images/Background/WBG01.png');*/
	background-image:url('/Cms/Cuz/Nosataba/Pages/Style/Images/WBG_Effect_Cloud_01.png');
	background-attachment:scroll;
	background-position:center top;
	background-repeat:no-repeat;
}


/* ///////////////////////// MASTER PAGE THEME ///////////////////////// */

.MasterPage_MainContainer /* MasterPage space & Background of Website */
{
	font-family:Arial, Tahoma, Verdana, Times New Roman;
	font-size:12px;
	text-align:left;
	vertical-align:middle;
	width:100%; /*1000px;*/
    
	/*background-color:#FFFFFF; /* Background with COLOR */
	
	/*background-image:url('../Images/Background/SiteBG_White_1000x1.png'); /* Background with IMAGE */
	/*background-image:url('/AppWeb/eCms/Cuz/Std/Pages/Style/Images/Background/SiteBG_White_1000x1.png'); /* Background with IMAGE */	
	/*background-attachment:scroll;
	/*background-repeat:repeat-y; /**/	
}

/* ----- MasterPage Contain inside Magin ----- */
.MasterPage_Content_AllParts_Margin /*Margin of Inside MasterPage_MainContainer -> Include Alls parts: Banner, MainNavMenu, MainContain, Footer*/
{
	width:0px; /*x2=10*/
}

.MasterPage_Content_ContentParts_Margin /* Margin of MainContain part*/
{
	width:5px; /*x2=10*/
}

/* ----- 3 Columns Space Themse (Left sidebar - Center content - Right sidebar) ----- */

.ThreeColumnThemeSpace_Alt /*Space of altenate of columns*/
{
	width:10px; /*x2=10*/
}

.ThreeColumnTheme_SidebarSpace_Left /*Space of sideBar left*/
{
	width:220px;
}

.ThreeColumnTheme_SidebarSpace_Right /*Space of sideBar right*/
{
	width:220px;
}

.ThreeColumnTheme_ContaintSpace_Center /*Space of sideBar center*/
{
    /*X = MasterPage_MainContainer 
        - (MasterPage_Content_AllParts_Margin x2) 
        - (MasterPage_Content_ContentParts_Margin x2) 
        - (ThreeColumnThemeSpace_Alt x2)
        - ThreeColumnTheme_SidebarSpace_Left
        - ThreeColumnTheme_SidebarSpace_Right*/
	/*width:520px;*/
}

/* ----- 2 Columns Space Themse (Left sidebar / Right sidebar - Center content) ----- */

.TwoColumnTheme_SidebarSpace_LeftOrRight
{
	width:220px;
}

.TwoColumnThemeSpace_Alt
{
	width:10px;
}

.TwoColumnThemeSpace_MainContent
{
    /*X = MasterPage_MainContainer 
    - (MasterPage_Content_AllParts_Margin x2) 
    - (MasterPage_Content_ContentParts_Margin x2) 
    - TwoColumnThemeSpace_Alt
    - TwoColumnTheme_SidebarSpace_LeftOrRight*/
	/*width:775px;*/
}

/* ----- 1 Columns Space Themse (Center content) ----- */

.OneColumnThemeSpace_MainContent
{
    /*X = MasterPage_MainContainer 
    - (MasterPage_Content_AllParts_Margin x2) 
    - (MasterPage_Content_ContentParts_Margin x2)*/
	/*width:980px;*/
	width: 1340px; /*1000px*/ /*920px*/ /*KevinNgo*/
}

/* ----- Space Content Themse Height ----- */
.ThemeSpace_ContentHeightMin
{
    height:400px;
}