/* BLUES: #004877, #007DC5, #7FBEE2, #C7E6EF */

body
{
	background-color: #C7E6EF;
    margin: 0px !important;
        margin: 20px 0px 20px 0px;
}

a
{
    color: #007DC5;
    text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

hr
{
	border: 0;
	color: #7FBEE2;
	background-color: #7FBEE2;
	height: 2px;
	/*width: 40%;*/
	text-align: center;
}

.mainHead
{
    font: normal normal bold 24px/18px arial;
    color: #7FBEE2;
}

.subHead
{
    font: normal normal bold 14px arial;
    color: #007DC5;
}

.emphasis
{
    font-weight: bold;
}

.minorHead
{
    font: normal normal bold 12px arial;
    color: #007DC5;
}

.note
{
    font-style: italic;
}

.text
{
    color: #000000;
    font: normal normal 11px/21px arial;
}

.minor
{
    font: normal normal 9px/16px arial;
}

.super
{
	vertical-align: super;
	font: normal normal 7px/16px arial;
}

.button
{
    padding: 0px 3px 0px 3px;
    font: normal normal 11px/21px arial;
    color: #007DC5;
    border: 1px solid #007DC5;
    background: #C7E6EF;
    margin: 2px;
    height: 24px;
}


/*  MENU TABLE */
    .menuTable
    {
    	width: 230px;
    	margin: 20px auto;
    }

    .menuTable td
    {
        border: 1px solid #FFF;
        font: normal normal bold 14px arial;
        color: #FFF;
        text-align: left;
    }

    .menuTable td.menuLight
    {
        padding: 6px;
        background: #7FBEE2;
    }

    .menuTable td.menuMedium
    {
        padding: 6px;
        background: #007DC5;
    }

    .menuTable td.menuDark
    {
        padding: 6px;
        background: #004877;
    }

    .menuTable td.subMenu
    {
        background: #C7E6EF;
        font: 12px arial;
        color: #004877;
        text-align: left;
        padding: 3px 3px 3px 20px;
    }

    .menuTable td.subMenuDark
    {
        background: #007DC5;
        font: normal normal bold 12px arial;
        color: #FFF;
        text-align: left;
        padding: 3px 3px 3px 20px;
    }

    .menuTable td.subMenu a, .menuTable td.subMenu a:hover
    {
        color: #004877;
    }

    .menuTable a
    {
        color: #FFF;
    }

    .menuTable a:hover
    {
        color: #C7E6EF;
    }

/*  MAIN TABLE */
    .mainTable
    {
    	width: 800px;
    	margin: 20px auto;
    }

    .mainTable td.medium
    {
        padding: 2px 10px 4px 10px;
        background: #7FBEE2;
        font: normal normal bold 10px arial;
        color: #FFF;
        text-align: right;
    }

    .mainTable td.dark
    {
        padding: 2px 10px 4px 10px;
        background: #007DC5;
        font: normal normal bold 10px arial;
        color: #FFF;
        text-align: right;
    }

    .mainTable td.body
    {
        padding: 20px 40px 5px 10px;
        border: 1px solid #FFF;
        background: #FFF;
        font: normal normal 11px/21px arial;
        text-align: justify;
    }
    .mainTable td.links
    {
        padding: 20px 40px 5px 10px;
        font: normal normal 11px/21px arial;
        text-align: center;
    }
    .mainTable td.side
    {
        padding: 20px 0px 0px 10px;
        border: 1px solid #FFF;
        background: #FFF;
        font: normal normal 11px/21px arial;
        text-align: justify;
    }
    
/*  MINOR TABLE */
    .minorTable
    {
    	margin: 2px 10px 2px 10px;
    	border: 1px solid #007DC5;
    }
    
    .minorTable td
    {
        padding: 2px 5px 4px 5px;
        font: normal normal normal 10px arial;
        color: #000;
        text-align: center;
        white-space: nowrap;
    }

    .minorTable tr
    {
        background: #FFF;
    }

    .minorTable tr.odd
    {
        background: #D7F6FF;
    }

    .minorTable tr.even
    {
        background: #FFF;
    }

	.minorTable th
    {
        padding: 2px 5px 4px 5px;
        background: #C7E6EF;
        font: normal normal bold 10px arial;
        color: #007DC5;
        text-align: center;
        white-space: nowrap;
    }

/*  NEWS & EVENTS TABLE */
    .newsEvents
    {
    	padding: 0px 10px 0px 10px;
        width: 300px;
    	margin: 0px 5px 30px 0px;
    	background: #C7E6EF;
    }

/*  TESTIMONIALS TABLE */
    .testimonials
    {
    	padding: 10px 0px 0px 15px;
        width: 300px;
    	margin: 0px 5px 15px 0px;
    	background: #FFF;
        font: normal normal bold 12px/24px arial;
        color: #7FBEE2;
    }

/* LIST */
    .mainTable td.body ul
    {
        border-bottom: 1px solid #7FBEE2;
    }

    .mainTable td.body li
    {
        list-style-type: square;
        list-style-position: outside;
        margin: 0;
        padding: 4px;
        border-top: 1px solid #7FBEE2;
    }
.tabs li
{
	list-style: none;
}
/* FORM TABLE */
    .form th
    {
        text-align: right;
        font: normal bold 11px/21px arial;
        color: #007DC5;
        white-space: nowrap;
    }

    .form td
    {
        text-align: left;
        padding-left: 9px;
        font: normal normal 11px/21px arial;
        color: #004877;
    }

    .form input, .form textarea
    {
        padding: 0px 3px 0px 3px;
        font: normal normal 11px/21px arial;
        color: #007DC5;
        border: 1px solid #007DC5;
        background: #C7E6EF;
        margin: 2px;
        height: 18px !important;
            height: 100%;
    }

    .frmBtn
    {
        font: normal normal 11px arial;
        color: #C7E6EF;
        border: 1px solid #007DC5;
        background: #007DC5;
        margin: 2px;
        height: 18px !important;
            height: 100%;
    }

    .frmSelect
    {
        padding: 0px 0px 0px 3px;
        font: normal normal 11px/21px arial;
        color: #007DC5;
        border: 1px solid #007DC5;
        background: #C7E6EF;
        margin: 2px;
        height: 18px;
    }

    .frmRadio
    {
    	position: relative;
		top: 8px
    }
    
    .form textarea
    {
        height: 90px !important;
            height: 90px;
    }

    .form select
    {
        padding: 0px 3px 0px 3px;
        font: normal normal 11px/21px arial;
        color: #007DC5;
        border: 1px solid #007DC5;
        background: #C7E6EF;
        margin: 2px;
        height: 18px;
    }
	
	.es_button {

     background: #216dc5; /* for non-css3 browsers */
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#216dc5', endColorstr='#1354a0'); /* for IE */
     background: -webkit-gradient(linear, left top, left bottom, from(#216dc5), to(#1354a0)); /* for webkit browsers */
     background: -moz-linear-gradient(top,  #216dc5,  #1354a0); /* for firefox 3.6+ */
     color:#fff;
     padding:5px 8px;
     -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4); /* Drop Shadow */
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}



h1 {
    color:#007DC5;
    font-weight:normal; /* sets font weight to normal */
}


.bold {
    font-weight:bold;
}

p {
     line-height:1.75;
}

.dropshadow_box {
     -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
     padding:2px 10px;
     width:218px; /* matches width of current+padding */
}

.dropshadow_box h1 {
   margin:5px 0;
}

#itstimepromotion {width:615px; height:120px; float:left; background:#007dc5; border:#CCC solid thin; display:block; margin-top:15px; margin-bottom:15px;}
#itstimepromotion p.bold {font-size:16px; font-weight:bold; color:#FFF;  font-family:Arial, Helvetica, sans-serif; padding-left:10px; margin-bottom:3px;}
#itstimepromotion p {font-size:12px; font-weight:bold; color:#FFF; font-family:Arial, Helvetica, sans-serif; padding:0px 10px 0px 10px;  margin-top:3px;}
#itstimepromotion a {color:#FFF; text-decoration:underline;}



/* Product Box Shot Area on Autodesk Product Pages */
#boxshot {float:right; display:inline; width:170px; margin:0px 0px 15px 15px;}
#boxshot p {text-align:center;}



/* Engineering Software Page */
#softwarecategoryleft, #softwarecategorymiddle, #softwarecategoryright {width:180px; padding:0px 5px 0px 5px; background:#007dc5; float:left; display:block;}
#softwarecategoryleft {margin:0px 0px 0px 0px; }
#softwarecategorymiddle, #softwarecategoryright {float:right; margin:0px 0px 0px 25px;}
#softwarecategoryleft p, #softwarecategorymiddle p, #softwarecategoryright p {font-size:14px; font-weight:bold; color:#FFF;  font-family:Arial, Helvetica, sans-serif; text-align:left; margin:0px 5px 0px 5px; padding:0px; text-align:center;}

#softwareleft, #softwaremiddle, #softwareright {width:180px; height:425px; padding:5px 5px 5px 5px;  background:#fff; float:left; display:block;}
#softwareleft {margin:0px 0px 0px 0px;}
#softwaremiddle, #softwareright {float:right; margin:0px 0px 0px 25px;}
#softwareleft img, #softwaremiddle img, #softwareright img {border:none;}
#softwareleft p, #softwaremiddle p, #softwareright p {font-size:12px; font-weight:normal; color:#000;  font-family:Arial, Helvetica, sans-serif; padding:2px 5px 0px 5px; text-align:left; margin:3px auto 3px auto;}
.softwaretitle {text-align:center;}


