﻿/*
Maybe have the text area be another tear-away section?  How?
*/

body
{
    background-color: black; /*background-image: URL('/images/background.png');*/ /*color: Silver;*/
    color: #996633;
    font-family: Cordia New; /*font-family: Arial TUR;*/
    font-family: Georgia, "Times New Roman" , Times, Serif; /*themolly*/
    font-size: 14px; /*font-style:;*/ /*font-variant:;*/ /*font-weight: bold;*/
    background-image: URL(           '../../images/background_2.png' );
    background-repeat: repeat-y;
}
.MainBody
{
    top: 0px;
    bottom: 0px; /*background-color: Red;     /*Need to show the image and want some kind of layered transparency*/
}
#divMenuSection
{
    position: relative;
    left: 20px;
}
.Warnings
{
    position: relative;
    left: 20px;
}

/*The content PH on the mdUtils Master page.  This is inside #divCenterContentPlaceHolder */
#divmdUtilsMasterContent
{
    position: absolute;
    top: 20%;
    height: 200px;
    left: 3%;
    width: 97%;
    background-color: White;
    background-color: Transparent; /*border-style: double;     border-width: 1px;     border-color: blue;*/
}
/*The content PH on the Master page
This is the main ContentPH that holds every other CPH and holds all the data on the pages
except for the menu
*/
#divCenterContentPlaceHolder
{
    position: relative;
    border-style: solid;
    border-color: #996633; /*chocolate*/
    border-width: 4px; /*background-image: URL('images/background.png');*/ /*#test*/
    width: 98%; /*height: 95%;*/
    bottom: 0%;
}
/*The content PH on the mdSync page.  This is inside mdUtilsMasterContent */
#divmdUtilsCenterContentPH
{
    position: relative; /*position: absolute; 	top: 75px; 	bottom: 0px; 	left: 0%; 	width: 97%; 	background-color: Blue; 	background-color: Transparent;*/
}
#divCopyright
{
    position: absolute;
    bottom: 0%;
    right: 0%;
}
#divNoScript
{
    position: absolute;
    bottom: 0%;
    left: 0%;
}

/*minHeight*********************************************************************minHeight*/
.min100
{
    min-height: 100px;
    height: auto !important;
    height: 100px;
}
.min200
{
    min-height: 200px;
    height: auto !important;
    height: 200px;
}
.min300
{
    min-height: 300px;
    height: auto !important;
    height: 300px;
}
.min400
{
    min-height: 400px;
    height: auto !important;
    height: 400px;
}
.min500
{
    min-height: 500px;
    height: auto !important;
    height: 500px;
}
.min600
{
    min-height: 600px;
    height: auto !important;
    height: 600px;
}
.min700
{
    min-height: 700px;
    height: auto !important;
    height: 700px;
}
.min800
{
    min-height: 800px;
    height: auto !important;
    height: 800px;
}
/*minHeight*********************************************************************minHeight*/

/*Text Decoration**************************************************************Text Decoration*/
.tdecLineThrough
{
    text-decoration: line-through;
}
.tdecOverline
{
    text-decoration: overline;
}

.tdecUnderline
{
    text-decoration: underline;
}

.tdecNone
{
    text-decoration: none;
}


/*Text Decoration**************************************************************Text Decoration*/
/*White Hyperlink Styles*/

/*White Hyperlink Styles*/
.hlWhite:Link
{
    color: #996633;
    background-color: White;
    text-decoration: underline overline;
}
.hlWhite:Visited
{
    color: #996633;
    background-color: White;
    text-decoration: underline overline;
}
.hlWhite:Hover
{
    color: White;
    text-decoration: none;
    background-color: #996633;
}
.hlWhite:Active
{
    color: White;
    text-decoration: none;
    background-color: #996633;
}
/*White Hyperlink Styles*/

/*Black Backgound Hyperlink*/
.hlBlack:Link
{
    color: #996633;
    background-color: Black;
    text-decoration: overline underline;
}
.hlBlack:Visited
{
    color: #996633;
    background-color: Black;
    text-decoration: overline underline;
}
.hlBlack:Hover
{
    color: #996633;
    text-decoration: none;
    background-color: White;
}
.hlBlack:Active
{
    color: Black;
    text-decoration: none;
    background-color: #996633;
}
/*Black Backgound Hyperlink*/

/*Chocolate Backgound Hyperlink*/
.hlChocolate:Link
{
    color: White;
    background-color: #996633;
    text-decoration: overline underline;
}
.hlChocolate:Visited
{
    color: White;
    background-color: #996633;
    text-decoration: overline underline;
}
.hlChocolate:Hover
{
    color: #996633;
    text-decoration: none;
    background-color: White;
}
.hlChocolate:Active
{
    color: #996633;
    text-decoration: none;
    background-color: White;
}
/*Chocolate Backgound Hyperlink*/
.BorderChocolate /*BorderBeige*/
{
    border-color: #996633;
}
.Border1px
{
    border-width: 1px;
}
.Border2px
{
    border-width: 2px;
}
.BorderSolid
{
    border-style: solid;
}
.FloatLeft
{
    float: left;
}
.FloatRight
{
    float: right;
}
.ClearFloat
{
    clear: both;
}
/*Height and Width*/
.Width50pct
{
    width: 50%;
}
.Width40pct
{
    width: 40%;
}
.Width30pct
{
    width: 30%;
}
.Width150px
{
    width: 150px;
}
.Width400px
{
    width: 400px;
}
.Width100pct
{
    width: 100%;
}
.Height5pct
{
    height: 5%;
}
.Height10pct
{
    height: 10%;
}
.Height20pct
{
    height: 20%;
}
.Height40pct
{
    height: 40%;
}
.Height100px
{
    height: 100px;
}
.Height200px
{
    height: 200px;
}
.Height400px
{
    height: 400px;
}
.Height600px
{
    height: 600px;
}
.Height800px
{
    height: 800px;
}
/*Height and Width*/
.Top10pct
{
    top: 10%;
}
.Top20pct
{
    top: 20%;
}
.Top40pct
{
    top: 40%;
}
.Top50pct
{
    top: 50%;
}
.Top60pct
{
    top: 60%;
}
.Top80pct
{
    top: 80%;
}
.Top300px
{
    top: 300px;
}
.Top400px
{
    top: 400px;
}
.Top600px
{
    top: 600px;
}
/* CSS Shapres Beg--------------------------------------------------*/
.borderdraw
{
    border-style: solid;
    width: 0px;
    height: 0px;
    line-height: 0px;
}
.bluedown
{
    border-width: 100px 50px 0px;
    border-color: blue white white;
}
/*CSS Shapes End----------------------------------------------------*/

/*Hover Divs Beg-----------------------------------------------------*/
/*Hover Divs End-----------------------------------------------------*/
/**/
.Roller
{
    position: relative;
    left: 2%;
    width: 96%;
    background-color: White;
    color: #996633;
    border-top: solid 5px #996633;
    border-bottom: solid 20px #996633;
    border-left: solid 2px #996633;
    border-right: solid 2px #996633;
    overflow: hidden;
}
.Info1
{
    font-size: 16px;
    position: relative;
    left: 2%;
    width: 96%;
    background-color: White;
    color: #996633;
    border-top: solid 2px #996633;
    border-bottom: solid 2px #996633;
    border-left: solid 2px #996633;
    border-right: solid 2px #996633;
    overflow: hidden;
}
.UtilImage
{
    position: relative;
    left: 2%;
    width: 25%;
    background-color: White;
    color: #996633;
    border-top: solid 2px #996633;
    border-bottom: solid 2px #996633;
    border-left: solid 2px #996633;
    border-right: solid 2px #996633;
}
.UtilDesc
{
    position: relative;
    left: 2%;
    width: 96%;
    background-color: White;
    color: #996633;
    border: solid 2px #996633;
    padding-bottom: 10px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-radius-topright: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -khtml-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
}
.ContentPos
{
    position: relative;
    left: 2%;
    width: 96%; /*background-color: White;     color: #996633;     border: solid 2px #996633;     padding-bottom: 10px;*/
}
.PaddingTop10
{
    padding-top: 10px;
}

/*Rounded Corner Classes******************************************************Rounded Corner Classes*/
.RoundAll10
{
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
}


.RoundTopLeft5
{
    -webkit-border-top-left-radius: 5px;
    -khtml-border-radius-topleft: 5px;
    -moz-border-radius-topleft: 5px;
}
.RoundTopRight5
{
    -webkit-border-top-right-radius: 5px;
    -khtml-border-radius-topright: 5px;
    -moz-border-radius-topright: 5px;
}
.RoundBottomLeft5
{
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomleft: 5px;
}
.RoundBottomRight5
{
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-radius-bottomright: 5px;
    -moz-border-radius-bottomright: 5px;
}


.RoundTopLeft10
{
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topleft: 10px;
    -moz-border-radius-topleft: 10px;
}
.RoundTopRight10
{
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    -moz-border-radius-topright: 10px;
}
.RoundBottomLeft10
{
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomleft: 10px;
}
.RoundBottomRight10
{
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomright: 10px;
    -moz-border-radius-bottomright: 10px;
}

.RoundTopLeft20
{
    -webkit-border-top-left-radius: 20px;
    -khtml-border-radius-topleft: 20px;
    -moz-border-radius-topleft: 20px;
}
.RoundTopRight20
{
    -webkit-border-top-right-radius: 20px;
    -khtml-border-radius-topright: 20px;
    -moz-border-radius-topright: 20px;
}
.RoundBottomLeft20
{
    -webkit-border-bottom-left-radius: 20px;
    -khtml-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomleft: 20px;
}
.RoundBottomRight20
{
    -webkit-border-bottom-right-radius: 20px;
    -khtml-border-radius-bottomright: 20px;
    -moz-border-radius-bottomright: 20px;
}
/*Rounded Corner Classes******************************************************Rounded Corner Classes*/
.TextArea
{
    position: relative;
    left: 2%;
    width: 96%;
    border-top: solid 3px White;
    border-bottom: solid 2px black;
    border-left: solid 2px black;
    border-right: solid 2px black;
}
.Header
{
    background-color: #996633;
    color: white;
}
/**/
/*Button Classes*/
.btnFlat
{
    color: White;
    margin: 0px 0px 0px 0px;
}
/**/
/*Font Sizes*/
.Font8
{
    font-size: 8px;
}
.Font10
{
    font-size: 10px;
}
.Font12
{
    font-size: 12px;
}
.Font14
{
    font-size: 14px;
}
.Font16
{
    font-size: 16px;
}
.Font18
{
    font-size: 18px;
}
.Font20
{
    font-size: 20px;
}
.Font22
{
    font-size: 22px;
}
/*Font Sizes*/
.CenterText
{
    text-align: center;
}
.BackgroundChocolate
{
    background: #996633;
}
.BackgroundRed
{
    background: Red;
}
.BackgroundWhite
{
    background: White;
}
.divOval
{
    -webkit-border-top-left-radius: 20px;
    -khtml-border-radius-topleft: 20px;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-radius-topright: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -khtml-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -khtml-border-radius-bottomright: 20px;
    -moz-border-radius-bottomright: 20px;
}
.ArticleDiv
{
    padding: 20px;
    position: relative;
    left: 20px;
    top: 20px;
    border-color: White;
    border-style: dotted;
    border-width: 2px;
    color: White;
    background-color: Transparent;
    background-image: URL(../../images/half2.png);
    background-repeat: repeat;
}
.zIndex300
{
    z-index: 300;
}



.TransDiv
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    height: 4000px;
    width: 100%;
    background-color: Yellow;
    background-color: Green;
    background-color: Blue;
    background-color: #FFD800;
    background-color: #7F3F3F; /*Pinkish Maroon*/
    background-color: #550000; /*Deep Maroon*/
    background-color: #FFD800; /*Code Yellow*/
    background-color: black;
    opacity: 0.80;
    -moz-opacity: 0.80;
    filter: alpha(opacity=80);
    overflow: hidden;
}
.ContainerDiv
{
    left: 20px;
    top: 20px;
    position: relative;
    float: left;
    width: 100%;
    border-width: 4px;
    border-color: white;
    border-style: solid;
    border-color: Gray;
    overflow: hidden;
}
.ContentDiv
{
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    color: White;
    font-size: 16px;
    position: relative; /* Fixes the z-index */
    float: left;
}


/*IE doesn't know how to read this.
So it will be ignored.  IE will then use the 1500px
heigh and other browsers will use the 100% height.
This keeps the trans div full without spillover*/
html > body #divTransDiv
{
    height: 100%;
}
.CaptionText
{
    font-size: 22px;
}

.ArticleTitle
{
    font-size: 22px;
}

.ArticleDate
{
    font-size: 18px;
}
.ArticleRightSideImage
{
}
.ArticleThumbnail
{
}
.divThumbnails
{
    border: solid 2px White;
}
.divThumbnails:Hover
{
    border: solid 2px #FFD800;
}
/*The Menu*/
.theMenu
{
    background-color: Transparent;
    border-top: solid;
    border-color: Black;
    color: #FFD800;
}
.theMenu:Hover
{
    background-color: Black;
    border-top: solid;
    border-color: #FFD800;
    color: #FFD800;
}

/**/
.divComments
{
    border: dotted 2px Silver;
    color: Silver;
    padding: 10px;
}
.ifrNYCM
{
    width: 100%;
    height: 100%;
}
.ifrLat
{
    width: 100%;
    height: 100%;
    min-height: 500px;
}
.divNYCM
{
    float: left;
    padding: 10px;
    width: 45%;
    height: 500px;
}
.divLat
{
    float: right;
    padding: 10px;
    width: 45%;
    height: 500px;
}
.BackColorBlack
{
    background-color: Black;
}

