﻿

/* CSS Document */

body
{
    font-size: 12px;
    color: #505050;
    font-family: Calibri;
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
}

/* COMMON  STYLE START HERE */
*
{
    outline: none;
}
img
{
    border: none;
}
input, filedset, form, textarea
{
    border: 1px solid #c2c2c2;
    font-size: 12px;
    color: #666;
}
a
{
    text-decoration: none;
    color:#0E51B7;
}
a:hover
{
    text-decoration: none;
    color:#db4c2c;
}
input:focus, textarea:focus
{
    background-color: #ede9e9;
}

.clear
{
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 1px;
}
textarea {
    resize: none;
}


.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}

/*PADDING CLASSES*/

.paddingTop
{
    padding-top: 10px;
}
.paddingBottom
{
    padding-bottom: 10px;
}
.paddingLeft
{
    padding-left: 10px;
}
.paddingRight
{
    padding-right: 10px;
}

/*COLOR CLASSES*/
.pinkNormalLink
{
    color: #db4c2c;
}
.blueNormalLink
{
    color: #0e51b7;
}
.darkGrayLink
{
    color: #505050;
}
.lightGrayLink
{
    color: #8f8e8d;
}

.pinkNormalLink:hover
{
    color: #0e51b7;
}
.blueNormalLink:hover
{
    color: #db4c2c;
}

h1
{
    font-size: 32px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    line-height: 35px;
}
h2
{
    font-size: 36px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 0 5px 0;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
}
h3
{
    font-size: 23px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 0 5px 0;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
}

.fontSize13
{
    font-size: 13px;
}
.fontSize16
{
    font-size: 16px;
}

#mainCntr
{
    width: 100%;
    overflow: hidden;
}
.autoCenter
{
    width: 1024px;
    margin: 0px auto;
    overflow: hidden;
}

#headerCntr
{
    width: 100%;
    overflow: hidden;
    border-bottom: 9px solid #195fca;
    height: 111px;
}
.topLink
{
    width: 100%;
    overflow: hidden;
    background: #db4c2c;
    border-bottom: 1px solid #d3330f;
}
ul.link
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.link li
{
    display: block;
    float: left;
    padding: 2px 30px;
    background: url(../images/topDivider.png) left 6px no-repeat;
}
ul.link li a
{
    color: #fff;
    display: block;
    padding: 6px 0;
    float: left;
    text-transform: uppercase;
}

.searchBox
{
    float: right;
    padding: 10px 0 0 0;
	display: inline-block;
	width: 50%;
}
.searchBox .inputBg
{
    width: 224px;
    height: 36px;
    float: left;
    overflow: hidden;
    border: 1px solid #cccccc; /*background: url(../images/searchBg.png) left top no-repeat;*/
}
.searchBox .inputBg .textBox
{
    background: none;
    border: none;
    padding: 10px;
    color: #b1acac;
    font-size: 12px;
}
.searchBox .showBtn
{
    width: 92px;
    height: 38px;
    float: left;
    background: url(../images/showMe.png) left top no-repeat;
    border: none;
    cursor: pointer;
}

#contentCntr
{
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    min-height: 545px;
    height: auto !important;
    height: 545px;
}
#leftCntr
{
    width: 724px;
    float: left;
}
#rightCntr
{
    width: 268px;
    float: right;
}
#leftCntrArticle
{
    width: 692px;
    float: left;
}
#rightCntrArticle
{
    width: 300px;
    float: right;
}

ul.categories
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.categories li
{
    display: block;
    border-bottom: 1px solid #e6e6e6;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 0 0 5px;
}
ul.categories li a.active
{
    color: #db4c2c;
}

.tagcloud
{
    width: 100%;
    padding: 20px 0;
}

.roundedBox
{
    overflow: hidden;
    border: 1px solid #d0cfcf;
    padding: 14px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contentNormal
{
    font-size: 14px;
    line-height: 18px;
}

ul.latestArticle
{
    width: 100%;
    border-top: 1px solid #d0cfcf;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.latestArticle li
{
    display: block;
    padding-top: 8px;
    font-size: 13px;
}

.BlueStrip
{
    width: 100%;
    overflow: hidden;
    background: #044dbe;
    padding: 5px 0;
}
ul.footerLink, ul.footerGrayLink
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.footerLink li
{
    display: block;
    float: left;
    padding: 2px 30px;
    background: url(../images/footerDivider.png) left 6px no-repeat;
}
ul.footerLink li a
{
    color: #fff;
    display: block;
    padding: 6px 0;
    float: left;
    text-transform: capitalize;
}
li.first
{
    padding-left: 0px !important;
    background: none !important;
}

.blackStrip
{
    width: 100%;
    overflow: hidden;
    background: #030303;
}
ul.footerGrayLink li
{
    display: block;
    float: left;
    padding: 8px 5px;
}
ul.footerGrayLink li a
{
    color: Gray;
    display: block;
    float: left;
    text-transform: uppercase;
}

/*SOCIAL ICONS*/
.socialIcons
{
    height: 32px;
    margin-left: 15px;
    float: left;
    background: url(../images/socialIcons.png) left top no-repeat;
}
.socialIcons.facebook
{
    width: 32px;
    background-position: -49px 0px;
}
.socialIcons.twitter
{
    width: 32px;
    background-position: 0 0px;
}
.socialIcons.pinterest
{
    width: 32px;
    background-position: -96px 0px;
}
.socialIcons.rss
{
    width: 32px;
    background-position: -144px 0px;
}

.HeaderTagCloud
{
    font-family: Tahoma;
}
a.HeaderTagCloud:hover
{
    color: #db4c2c !important;
}

.footerBottomCategory
{
    width: 100%;
    padding: 10px 0;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    min-width: 1024px;
    overflow: hidden;
    background-color: #171718;
}
.footerBottomCategory ul
{
    list-style: none;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
.footerBottomCategory li
{
    display: block;
    line-height: 16px;
    width: 160px;
    padding-right: 5px;
    float: left;
}
.footerBottomCategory li a
{
    font-size: 10px;
    color: #a5a5a5;
    font-family: Verdana;
    text-decoration: none;
    padding: 0 0 0 0px;
}
.footerBottomCategory li a:hover
{
    color: #f60;
}
.Separator
{
    height: 6px;
}
.BorderGray
{
    border: solid 1px #c6c6c6;
    color: #000;
    font: normal normal normal 11px Verdana;
    margin-bottom: 10px;
}
.headerGray
{
    background-color: #E4E4E4;
    border: 1px solid #C6C6C6;
    height: 30px;
    color: #333;
    font: normal normal bold 18px Calibri;
}
.CommonTextBoxStyle
{
    font-size: 12px;
    font-family: Calibri;
    color: #333;
    border: solid 1px #ccc;
}
.CommonButtonStyle
{
    font-size: 8pt;
    font-weight: bold;
    font-family: verdana;
    color: Black;
    background-color: #ccc;
    border: 1px solid Gray !important;
    padding: 3px;
    cursor: pointer;
}
.HeaderSpanFirstBlue
{
    position: relative;
    float: left;
    top: -1px;
    left: -1px;
    width: 10px;
    height: 32px;
    background-color: #0071bf;
    background-position: bottom;
    background-repeat: no-repeat;
    display: block;
    border: 2px;
}
.HeaderSpanSecond
{
    position: relative;
    float: left;
    left: 10px;
    height: 10px;
    top: 6px;
    color: #3e3e3e;
    font-size: 16px;
    font-family: Calibri;
    font-weight: bold;
    display: inline-block;
}
.HeadingBold
{
    font-size: xx-large;
    color: #2f2e2e;
    padding: 0 0 10px 0;
    margin: 0;
}
.article
{
    width: 692px;
    overflow: hidden;
}
.article .image
{
    width: 80px;
    float: left;
}
.article .detail
{
    width: 692px;
    float: right;
}
.grayText
{
    font-size: 22px;
    color: #2f2e2e;
    font-weight: bold;
}
.article .detail .normalGray
{
    width: 100%;
    float: left;
    padding: 15px 0 0 0;
    line-height: 16px;
    color: #8d8d8d;
}
.tweetIcon
{
    width: 100%;
    float: left;
    padding: 13px 0 10px 0;
}
.tweetIcon ul
{
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}
.tweetIcon li
{
    float: left;
    overflow: hidden;
    width: 116px;
}
.tweetIcon li img
{
    float: left;
}
.ponit
{
    width: auto;
    display: inline-block;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: url(/images/ponit_L.gif) left top no-repeat;
    padding: 0 0 0 8px;
}
.ponit span
{
    width: auto;
    display: inline-block;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #367297;
    background: url(/images/point_R.gif) right top no-repeat;
    padding: 0 8px 0 0;
}
a.LinkNormalGrayLight
{
    font-size: 12px;
    color: #8d8d8d;
    font-family: Calibri;
}
a.LinkNormalGrayLight:hover
{
    font-size: 12px;
    color: #db4c2c;
    font-family: Calibri;
}
.contentHeaderArticle
{
    padding: 8px 0 0 11px;
    width: 713px;
    float: left;
    background: #f2f2f2;
    height: 32px;
    border: 1px solid #e0e0e0;
}
.contentHeaderArticle ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.contentHeaderArticle li
{
    float: left;
    padding: 0 5px;
}
.HeadingAr
{
    color: #2f2e2e;
    font-size: 40px;
    text-transform: uppercase;
    height: 44px;
}
a.HeadingAr:hover
{
    color: #01a821;
}
.HeadingAr span
{
    background: #fff;
    display: block;
    padding: 2px 5px 2px 0;
    float: left;
}
.shareThis
{
    width: 404px;
    float: right;
}
.shareThis span
{
    float: left;
    display: block;
    padding: 0 5px 0 0;
    line-height: 23px;
    font-size: 14px;
    color: #828282;
    text-transform: uppercase;
}
.shareThis ul
{
    width: auto;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 23px;
}
.shareThis ul li
{
    float: left;
    margin: 0 5px 0 0;
    background: url(/images/shareThis.gif) left top no-repeat;
}
.shareThis ul li a
{
    display: block;
    width: 23px;
    height: 23px;
    cursor: pointer;
}
.shareThis ul li.rss
{
    width: 23px;
    height: 23px;
    overflow: hidden;
}
.shareThis ul li.digg
{
    width: 23px;
    height: 23px;
    overflow: hidden;
    float: left;
    background-position: -30px 0;
}
.shareThis ul li.space
{
    width: 23px;
    height: 23px;
    overflow: hidden;
    float: left;
    background-position: -60px 0;
}
.shareThis ul li.green
{
    width: 23px;
    height: 23px;
    overflow: hidden;
    float: left;
    background-position: -90px 0;
}
.shareThis ul li.blue
{
    width: 23px;
    height: 23px;
    overflow: hidden;
    float: left;
    background-position: -118px 0;
}
.shareThis ul li.B_orange
{
    width: 23px;
    height: 23px;
    overflow: hidden;
    float: left;
    background-position: -148px 0;
}
.shareThis ul li.google
{
    width: 23px;
    height: 23px;
    overflow: hidden;
    float: left;
    background-position: -180px 0;
}
.shareThis ul li.yahoo
{
    width: 23px;
    height: 23px;
    overflow: hidden;
    float: left;
    background-position: -208px 0;
}
.shareThis ul li.twitter
{
    width: 23px;
    height: 23px;
    overflow: hidden;
    float: left;
    background-position: -238px 0;
}
.shareThis ul li.w
{
    width: 23px;
    height: 23px;
    overflow: hidden;
    float: left;
    background-position: -268px 0;
}
.shareThis ul li.whitespace
{
    width: 23px;
    height: 23px;
    overflow: hidden;
    float: left;
    background-position: -298px 0;
}
.shareThis ul li.user
{
    width: 23px;
    height: 23px;
    overflow: hidden;
    float: left;
    background-position: -326px 0;
}
.shareThis ul li.fb
{
    width: 23px;
    height: 23px;
    overflow: hidden;
    float: left;
    background-position: -355px 0;
}
.AuthorRank
{
    color: Maroon;
    float: right;
    font-size: 14px;
    line-height: 25px;
    padding-right: 5px;
    padding-top: 2px;
}
.clear
{
    clear: both;
    overflow: hidden;
    height: 0;
}
.ratingTilte
{
    width: 724px;
    float: left;
    margin-bottom: 10px;
}
.ratingTilte .left
{
    float: left;
    font-size: 12px;
    vertical-align: middle;
    line-height: 20px;
}
.ratingTilte .left a
{
    font-size: 12px;
    color: #06c;
    text-decoration: none;
}
.ratingTilte .left .blackTag
{
    color: #000;
    font-weight: bold;
}
.ratingTilte .right
{
    width: 231px;
    float: right;
    text-align: right;
}
.ratingTilte .right strong
{
    padding: 0 7px 0 45px;
    float: left;
    font-size: 14px;
    color: #4f4f4f;
    text-transform: capitalize;
    font-weight: normal;
}
.ratingTilte .right img
{
    float: left;
}
.ratingTilte ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.PaddingLeft5
{
    color: #333;
    float: left;
    padding: 5px 0 0 5px;
    width: 687px;
}
.relatedArticle
{
    width: 692px;
    float: left;
    padding: 15px 0 0 0px;
}
.relatedArticle h3
{
    border-bottom: medium none;
    border-top: 1px solid #E6E6E6;
    color: #666666;
    font-size: 14px;
    margin: 0 0 5px;
    padding: 7px 0 0;
    text-transform: uppercase;
}
.relatedArticle ul
{
    float: left;
    list-style: none;
    padding: 0 5px 0 0;
    margin: 0;
}
.relatedArticle li
{
    width: 310px;
    float: left;
    background: url(/images/BulletOrange.gif) left 8px no-repeat;
    padding: 0 5px 0 18px;
    line-height: 20px;
}
.relatedArticle li a
{
    color: #7a7a7a;
    text-decoration: none;
}
.relatedArticle li a:hover
{
    color: #01a821;
}
.slideBox
{
    width: 690px;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    margin: 25px 0 0 0;
    position: relative;
    border-radius: 3px 3px 3px 3px;
    padding: 8px 0;
    font-family: Calibri;
    font-size: 13px;
}
.slideBox ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.slideBox li
{
    width: 100%;
    float: left;
}
.slideBox p
{
    margin: 0;
    padding: 0;
}
.slideBox li.left
{
    width: 316px;
    float: left;
    padding: 0 10px 0 14px;
    border-right: 1px solid #c6c6c6;
    min-height: 30px;
}
.slideBox li.right
{
    width: 300px;
    text-align: right;
    padding: 0 10px 0 14px;
}
.slideBox li .userPic
{
    width: auto;
    float: left;
}
.slideBox li .userDetail
{
    float: right;
    width: 310px;
    padding: 0 0 14px 0;
}
.slideBox li .orangeLink
{
    color: #fe821e;
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
}
.slideBox .prev
{
    background: none;
    border: none;
    padding: 0;
    font-size: 12px;
    cursor: pointer;
}
.slideBox .next
{
    background: none;
    border: none;
    padding: 0;
    font-size: 12px;
    cursor: pointer;
}
.HeaderAll
{
    width: 1022px;
    background-color: #e4e4e4;
    border: 1px solid #c6c6c6;
    height: 30px;
    margin-bottom: 8px;
}
ul.general li a
{
    font-family: Calibri;
    font-size: 12px;
    color: #7f8080;
    text-decoration: none;
    display: block;
    padding: 2px 0 2px 22px;
    background: url(/Images/BulletCircle.png) 10px 8px no-repeat;
}
ul.general li
{
    list-style: none;
}
ul.general li a:hover
{
    background: url(/Images/BulletCircle.png) 10px 8px no-repeat;
}
.outerBoxResources
{
    width: 100%;
    float: left;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
}
.outerBoxResources ul
{
    list-style: none;
    width: auto;
}
.outerBoxResources ul li
{
    float: left;
    width: 724px;
}
.outerBoxResources ul li a
{
    font-family: Calibri;
    font-size: 12px;
    color: #7f8080;
    text-decoration: none;
    display: block;
}
.outerBoxResources p
{
    width: 100%;
    padding: 10px 0 6px 0;
    color: #333;
    margin: 0;
    float: left;
}
.outerBoxResources h5
{
    font-size: 12px;
    font-weight: bold;
    color: #333;
    padding: 10px 0 0 0;
    margin: 0;
    width: 100%;
    float: left;
}
ul.termsAndCondition li
{
    background: url(/Images/bullet.gif) left top no-repeat;
    padding: 3px 0 3px 13px;
    overflow: hidden;
    display: block;
    color: #333;
}
.contactrow
{
    width: 100%;
    padding: 0 0 10px 0;
    float: left;
}
.contactrow span
{
    width: 200px;
    float: left;
    text-align: right;
    display: inline-block;
    color: #333;
    margin-right: 10px;
}
.contactrow input
{
    border: 1px solid #ccc;
    float: left;
    color: #333;
}
.contactrow .CommonTextBoxStyle
{
    float: left;
}
.contactrow .CommonButtonStyle
{
    float: none;
    cursor: pointer;
}
.contactrow select
{
    font-size: 12px;
    color: #333;
}
.headerGrayResources
{
    width: 1022px;
    background-color: #e4e4e4;
    border: 1px solid #c6c6c6;
    height: 30px;
}
ul.breadcrub
{
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    margin: 0px;
    padding: 0px 0 8px 0;
}
ul.breadcrub li
{
    float: left;
    margin: 0;
    list-style: none;
    font-size: 17px;
}


.divMajorminor
{
    width: 1000px;
    padding: 0 12px;
}
.divMajorminor span span
{
    display: block;
    float: left;
    width: 250px;
    text-transform: capitalize;
    line-height:22px;
}
.OrangeBoldLink
{
    color: #DB4C2C;
    font-size: 12px;
}

.divMajorminor .blueNormalLink
{
    color: #0e51b7;
    font-size: 12px;    
}
.divMajorminor .blueNormalLink:hover, .OrangeBoldLink:hover
{
    color: Green;
}
