body, h3, textarea, input, select
{
    font-family: Tahoma,Arial,Helvetica;
    font-size: 13px;
}
h2
{
    font-family: Tahoma,Arial,Helvetica;
    font-size: 20px;
    margin:0px;
    padding:0px;
    padding-top:10px;
    padding-bottom:10px;
}
fieldset
{
    border:none 0px;
}

a img
{
    border: 0px solid #FFFFFF;
}
a, a:visited
{
    color: rgb(0, 155, 199);
}
body
{
    background: #ffffff none repeat scroll 0%;
    color: #333333;
    margin: 0pt;
    padding: 0pt;
    width:100%;
}
#pageContainer
{
    background-position: 20px 20px;
    margin: 0pt auto;
    padding: 0pt 0px;
    text-align: left;
    width: 932px;
    height: auto;
    overflow: hidden;
}
#mainContent
{
    margin-top:20px;
    margin-left: 300px;
    margin-right:30px;
    min-height: 200px;
}


#sidebar
{
    margin-left:30px;
    margin-top:20px;
    float: left;
    width: 263px;
}
#sidebar .content
{
    background:  url(/content/themes/puptalk/images/sidebarfill.png) repeat-y scroll 0px  0px;
}

#sidebar .top
{
    background: url(/content/themes/puptalk/images/sidebartop.png) no-repeat scroll;
    height: 32px;
}
#sidebar .bottom
{
    background: url(/content/themes/puptalk/images/sidebarbottom.png) no-repeat scroll 0px  0px;
    height: 29px;
}

#footer
{
    margin: 0pt auto;
    margin-top: 10px;
    height: 23px;
    padding: 10px;
    width: 723px;
    border-top: solid 1px black;
}

#headercontainer
{
    width:100%;
}

#header
{
    background: url(/content/themes/puptalk/images/header.png) no-repeat scroll 0px 0px;
    height: 40px;
    width:932px;
    margin: 0pt auto;
}

#header a
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#header .title
{
    font-family: "Trebuchet MS" ,Sans-Serif,Verdana;
    font-size: 36px;
    float: left;
}

#header .links
{
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    color: white;
}

#header .links a
{
    padding: 8px 8px 8px 8px;
    color: white;
}

#header .links a:hover
{
    color:White;
    padding: 8px 8px 8px 8px;
}

#logo_container
{
    margin-left: 10px;
    margin-right: 15px;
    text-align:center;
    height: 70px;
    overflow:hidden;
    padding-top:8px;
}
.logo
{
    margin-left: 10px;
    margin-right: 15px;
    height: 70px;
}
#adminlogo
{
    padding-top:6px;
    padding-bottom:6px;
}

#content
{
    padding-left: 25px;
    padding-right: 15px;
    background: url(/content/themes/puptalk/images/contentfill.png) repeat-y scroll;
}

#contentFooter
{
    margin:0px;
    background: url(/content/themes/puptalk/images/contentfooter.png) no-repeat scroll;
    height:102px;
}

#msgBox
{
    padding:5px;
}

.searchcontainer
{
    float:left;
    padding:2px;
    margin-left:10px;
    vertical-align:middle;
    padding-top:10px;
    padding-left:15px;
}
.searchTextbox
{
    border: 1px solid #d1d1d1; /* #e2c822;*/
    width: 80px;
    font-size: 11px;
    padding: 3px 3px 3px 3px;
    float:left;
}


.inviteTextbox
{
    border: 1px solid #000; /* #e2c822;*/
    width: 90px;
    font-size: 11px;
    padding: 3px 3px 3px 3px;
}

.dimBackground
{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #999999;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.modalBox
{
    background: #ffffff none repeat scroll 0%;
    position: absolute;
    border: 5px solid #333333;
    z-index: 9999;
    font-size: 12px;
}

.modalBox .titleContainer
{
    height: 36px;
    background-color: #a91c46;
    color: #ffffff;
    font-family: "Trebuchet MS" ,Sans-Serif,Verdana;
    font-size: 18px;
    font-weight: bolder;
    padding-left: 15px;
}

.modalBox .title
{
    float: left;
    padding-top: 5px;
}

.modalBox .closeButton
{
    float: right;
    background-image: url(/content/themes/puptalk/images/btnclose.png);
    cursor: pointer;
    width: 22px;
    height: 22px;
    margin: 7px 7px;
}

.modalBox .contentContainer
{
    padding: 10px;
}

.gravatar
{
    background:white;
    margin-left: 0px;
    margin-top: 1px;
    margin-right: 0px;
    padding: 2px;
	background: white;
	border: 1px solid #DDD;
}

.gravatar:hover
{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(237, 28, 145);
}

.divider
{
    height: 10px;
}

.form
{
    background: #fff none no-repeat scroll 0%;
    border: 1px solid #000; /* #e2c822;*/
    padding: 0 8px 8px 8px;
}

.form h2
{
    border-bottom: 1px solid #000; /* #e2c822;*/
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}

.form p
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.form div
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.form .label
{
    width: 70px;
    padding-right: 2px;
    padding-top: 2px;
    float: left;
    clear: left;
}

.form .textbox
{
    width: 280px;
    border: 1px solid #000; /* #e2c822;*/
    font-size: 11px;
    padding: 3px;
}

.form .textarea
{
    width: 280px;
    height: 128px;
    border: 1px solid #000; /* #e2c822;*/
    font-size: 11px;
    padding: 3px;
}

.form .largeTextbox
{
    width: 480px;
    border: 1px solid #000; /* #e2c822;*/
    font-size: 11px;
    padding: 3px;
}

.form .largeTextarea
{
    width: 480px;
    height: 192px;
    border: 1px solid #000; /* #e2c822;*/
    font-size: 11px;
    padding: 3px;
}



.form .validator
{
    color: #ff0000;
    padding-left: 72px;
}

.form .smallTextbox
{
    border: 1px solid #000; /* #e2c822;*/
    font-size: 11px;
    padding: 3px;
    width: 200px;
}

.errorField
{
    background-color: #FFFFCC;
}

.form .message
{
    padding-left: 72px;
}

.form .framedDiv
{
    width: 280px;
    border: 1px solid #000; /* #e2c822;*/
    font-size: 11px;
    padding: 3px;
}

.pageTitle
{
    border-bottom: 1px solid #333333;
    padding-bottom: 5px;
    margin-bottom: 4px;
    color: #333333;
    font-size: 2.0em;
    width: 100%;
}

.pageMessage
{
    font-size: 1.2em;
}



.odd
{
    border: 1px solid #f9f9f9;
}

.even
{
    background-color: #f8f8f8;
    border: 1px solid #f2f2f5;
}


.pager
{
    padding: 10px;
    text-align: center;
    height: 20px;
}

.pager a
{
    color:White;
}

#chars_left_notice, #reply_chars_left_notice
{
    font-size: 0.92em;
}
#status-field-char-counter, #reply-field-char-counter
{
    font-size: 18pt !important;
    color: #CCCCCC;
    display: block;
    top: 0pt;
    right: 10px;
    position: absolute;
    padding:2px;
}
.numeric
{
    font-family: 'Georgia' , 'Serif';
}
.bar
{
    position: relative;
}
.bar h2
{
    padding:2px;
    padding-bottom:5px;
}
.bar textarea
{
    font-family: 'Lucida Grande' ,sans-serif;
    font-size: 1.15em;

    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 2.5em;
    line-height: 1.1;
    overflow: auto;
    padding: 5px;
    width: 98%;
}

.messagemeta
{
    color: Gray;
}

.hilite
{
    background: yellow;
}

#childMessages
{
    margin-left: 15px;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #eee;
}



.about
{
    width: 220px;
    padding-top: 10px;
}

.profileform
{
    background: #fff none no-repeat scroll 0%;
    padding: 0 8px 8px 8px;
}

.profileform h2
{
    border-bottom: 1px solid #000; /* #e2c822;*/
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}
.profileform .label
{
    font-size: 14px;
    padding: 3px;
    display:block;
    
}
.profileform p
{
    margin-top: 10px;
    margin-bottom: 5px;
}

.profileform .textbox
{
    width: 280px;
    border: 1px solid #000; /* #e2c822;*/
    font-size: 14px;
    padding: 3px;
}

.profileform .textarea
{
    width: 400px;
    height: 120px;
    border: 1px solid #000; /* #e2c822;*/
    font-size: 14px;
    padding: 3px;
}

.profileform .largeTextbox
{
    width: 480px;
    border: 1px solid #000; /* #e2c822;*/
    font-size: 14px;
    padding: 3px;
}

.profileform .largeTextarea
{
    width: 480px;
    height: 192px;
    border: 1px solid #000; /* #e2c822;*/
    font-size: 11px;
    padding: 3px;
}

.profileform .validator
{
    color: #ff0000;
    padding-left: 120px;
}

.profileform .smallTextbox
{
    border: 1px solid #000; /* #e2c822;*/
    font-size: 11px;
    padding: 3px;
    width: 200px;
}

.profileform .message
{
    padding-left: 120px;
}


#modalOverlay
{
    background-color: #000; /*cursor:wait;*/
}

#modalContainer
{
    height: 400px;
    width: 440px;
    left: 50%;
    top: 15%;
    margin-left: -220px; /* half the width, to center*/ /*background-color:#fff;   border:3px solid #ccc;*/
}

#modalContainer a.modalCloseImg
{
    /*background:url(../img/x.png) no-repeat;*/
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -14px;
    right: -18px;
    cursor: pointer;
}

.icon
{
    border: 0px;
}

.messages
{
    padding:10px;
}
.msgview
{
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    padding-top:5px;
    padding-bottom:5px;
}

.msgview td
{
    padding:2px;
}
.msgview table
{
    width: 100%;
}

/*
    Sidebar module
*/

.sbmodule
{
}

.sbmHeader h2
{
    color: White;
    font-size: 12px;
    padding-top:5px;
    padding-left:25px;
}
.sbmHeader a
{
    color: white;
}
.sbmHeader
{
    height: 27px;
    background:url(/content/themes/puptalk/images/sbmoduleheader.png);
}

.sbmContent
{
    padding-top: 10px;
    padding-left:20px;
    padding-right:20px;
}

.sbmFooter
{
    height: 10px;
}

.sbmFriendsHeader h2
{
    color: White;
    font-size: 12px;
    padding-top:5px;
    padding-left:25px;
}
.sbmFriendsHeader a
{
    color: white;
}
.sbmFriendsHeader
{
    height: 27px;
    padding: 0px;
    background:url(/content/themes/puptalk/images/sbmoduleheader.png);
}
.sbmFriendsContent
{
    padding: 10px;
    padding-left:20px;
    padding-right:20px;
}

/*
    User Info Panel
*/
.userpanel
{
}

.upHeader
{
    background: url(/content/themes/puptalk/images/contentheader.png) no-repeat scroll;
    height: 32px;
}

.upContent
{
    background: url(/content/themes/puptalk/images/contentmidheader.png) repeat-y scroll;
    padding:10px;
    padding-left:30px;
    color: white;
    min-height:80px;
}
.upContent a
{
    color: white;
}
.upFooter
{
    background: url(/content/themes/puptalk/images/contentmidheader.png) repeat-y scroll;
    height:10px;
}
.upInfo
{
    margin-left: 74px;
}
.upInfo #currentUsername
{
    font-size: large;
    padding-bottom: 5px;
}

.upAvatar
{
    height: 64px;
    float: left;
}
.upAbout
{
}

.upGroupName a
{
    font-size: large;
    padding-bottom: 5px;
}

/*
    Group Info Panel
*/
.grouppanel
{
}

.gpHeader
{
    background: url(/content/themes/puptalk/images/contentheader.png) no-repeat scroll;
    height: 32px;
}

.gpContent
{
    background: url(/content/themes/puptalk/images/contentmidheader.png) repeat-y scroll;
    padding:10px;
    padding-left:30px;
    color: white;
    min-height:80px;
}
.gpContent a
{
    color: white;
}
.gpFooter
{
    background: url(/content/themes/puptalk/images/contentmidheader.png) repeat-y scroll;
    height:10px;
}
.gpInfo
{
    margin-left: 74px;
}
.gpInfo #currentUsername
{
    font-size: large;
    padding-bottom: 5px;
}

.gpAvatar
{
    height: 64px;
    float: left;
}
.gpAbout
{
}

.gpGroupName a
{
    font-size: large;
    padding-bottom: 5px;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.flashcontainer
{
    text-align:center;
    width:100%;
    
}
.flash
{
    background-color: #FFFFCC;
    border: solid 4px #FF9900;
    padding:10px;
    font-weight:bold;
    font-size:16px;
}


.thumbnail, .vidthumbnail, .sbimage
{
    padding : 2px;
	background: white;
	border: 1px solid #DDD;
	margin: 15px 5px 0 0;
}
.thumbnail:hover, .vidthumbnail:hover, .sbimage:hover
{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(254, 123, 160);
}

.vidthumbnail
{
    width:64px;
}
.sbimage
{
    background: white;
	border: 1px solid #DDD;
	margin: 1px 1px 0 0;
    padding : 1px;
    width:32px;
}

#feedbackform
{
    float: left;
    position: absolute;
    top: 200px;
    left:0px;
}
.feedbackimage
{
    margin-left:-8px;
}
.feedbackimage:hover
{
    margin-left:0px;
}

.messageicons
{display:none;
}
.msghover
{
    background-color: #FaFaFa;
}

.navtabs
{
    list-style:none;
    padding:0px;
    margin:0px;
}
.navtabs li, .navtabs li a
{
    color:black;
    text-decoration:none;
    padding:6px;
    margin:0px;
    font-size:14px;
    font-weight:bold;
}
.navtabs li:hover
{
    background-color: #F8F8F8;
    cursor:pointer;
    border-left:solid 3px black;
}

.selectednavtab
{
    background-color: #F8F8F8;
    border-right:solid 3px black;
}
.navtabs li:hover.selectednavtab 
{
    background-color: #f8f8f8;
    border-right:solid 3px black;
    border-left:none;
    cursor:default;
}



/*----------     Tabs       ----------*/

.tabs {
	margin: 0;
	margin-left:10px;
	padding: 0;
	min-height:24px;
	border-bottom:solid 1px black;
}

.tabs li  {
	display: inline;
	list-style: none;
}

.tabs a,.tabs span,.tabs a.current {
	width: 8em;
	display: block;
	float: right;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

.tabs span,.tabs a.current,.tabs a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background-color:Silver;
	padding-bottom: 5px;
	margin-top: 0;
	cursor:default;
}

.tabs a {
	background: #FFF;
	border: 1px solid #AAA;
	border-bottom: none;
}

.tabs a:hover {
	margin-top: 0;
	border-color: #666;
	padding-bottom: 5px;
	background: gray;
    color:White;
}
.progressBarStatus
{
    background-image: url('/content/themes/puptalk/images/progress_bar.gif');
    width:179px;
    height:21px;
}

.homepagebannercontainer
{
    width:932px;
    text-align:center;
    height:130px;
    padding-top:8px;
    padding-bottom:4px;
}
.homepagebanner
{
    background: url(/content/themes/puptalk/images/banner.png) no-repeat scroll 0px 0px;
    height:130px;
    width:874px;
    margin: 0pt auto;
}

.bannerad
{
    text-align:center;
}
.footerad
{
    text-align:center;
    
}
.footerlinks
{
    width:100%;
    text-align:center;
    background-color:White;
    padding-top:4px;
    padding-bottom:4px;
    margin-top:15px;
}


.sidead
{
   /*float:right;
   overflow:hidden;
   position:absolute;
   left:0;
   top:100px;
   z-index:9000;
   padding:10px;
*/
   overflow:hidden;
    text-align:center;
}

.inlinead
{
   text-align:center;
   padding:5px;
   overflow:hidden;
   z-index:-9000;
}
/*---------- No Floatbutton ----------*/
.btn { width:100px; text-align:center; display: block; position: relative; background: #aaa; padding: 5px; margin: 0px; float:none; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(/content/themes/puptalk/images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
* html .btn span,
* html .btn i {  width: auto; background-image: none; cursor: pointer; }

.btn.one { background: #e1a; }
.btn.four { background: #9d4; }
.btn.three { background: #bbce00; }
.btn.two { background: #2ae; }
.btn:hover { background-color: #a00; color: #fff; }
.btn:active { background-color: #444; color: #fff; }
.btn[class] {  background-image: url(/content/themes/puptalk/images/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.one { border-color: #e1a; }
* html .btn.four { border-color: #9d4; }
* html .btn.three { border-color: #bbce00; }
* html .btn.two { border-color: #2ae; }
* html .btn:hover { border-color: #a00; }
/*---------- left aligned button ----------*/
.btnL { display: block; position: relative; background: #aaa; padding: 5px; margin: 0px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btnL * { font-style: normal; background-image: url(/content/themes/puptalk/images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btnL i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnL span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnL span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnL span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnL span,
* html .btnL i { float: left; width: auto; background-image: none; cursor: pointer; }

.btnL.one { background: #e1a; }
.btnL.four { background: #9d4; }
.btnL.three { background: #bbce00; }
.btnL.two { background: #2ae; }
.btnL:hover { background-color: #a00; color: #fff; }
.btnL:active { background-color: #444; color: #fff; }
.btnL[class] {  background-image: url(/content/themes/puptalk/images/shade.png); background-position: bottom; }

* html .btnL { border: 3px double #aaa; }
* html .btnL.one { border-color: #e1a; }
* html .btnL.four { border-color: #9d4; }
* html .btnL.three { border-color: #bbce00; }
* html .btnL.two { border-color: #2ae; }
* html .btnL:hover { border-color: #a00; }

/*---------- centered button ----------*/
.btnC { display: block; position: relative; background: #aaa; padding: 5px; width: 120px; margin: 0px auto; color: #fff; text-decoration: none; cursor: pointer; text-align: center; }
.btnC * { font-style: normal; background-image: url('/content/themes/puptalk/images/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btnC i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnC span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnC span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnC span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnC span,
* html .btnC i { width: 120px; text-align: center; padding: 0px; display: block; margin: 0px auto; background-image: none; cursor: pointer; }

.btnC.one { background: #e1a; }
.btnC.four { background: #9d4; }
.btnC.three { background: #bbce00; }
.btnC.two { background: #2ae; }
.btnC:hover { background-color: #a00; color: #fff; }
.btnC:active { background-color: #444; color: #fff; }
.btnC[class] {  background-image: url('/content/themes/puptalk/images/shade.png'); background-position: bottom; }

* html .btnC { border: 3px double #aaa; }
* html .btnC.one { border-color: #e1a; }
* html .btnC.four { border-color: #9d4; }
* html .btnC.three { border-color: #bbce00; }
* html .btnC.two { border-color: #2ae; }
* html .btnC:hover { border-color: #a00; }

/*---------- centered button ----------*/
.btnC2 { display: block; position: relative; background: #aaa; padding: 5px; margin: 0px auto; min-width: 100px; max-width: 490px; color: #fff; text-decoration: none; cursor: pointer; text-align: center; }
.btnC2 * { font-style: normal; background-image: url('/content/themes/puptalk/images/btn2.png'); background-repeat: no-repeat; display: block; position: relative; text-align: center; }
.btnC2 i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnC2 span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnC2 span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnC2 span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnC2 span,
* html .btnC2 i { width: auto; text-align: center; padding: 0px; margin: 0px auto; background-image: none; cursor: pointer; }

.btnC2.one { background: #e1a; }
.btnC2.four { background: #9d4; }
.btnC2.three { background: #bbce00; }
.btnC2.two { background: #2ae; }
.btnC2:hover { background-color: #a00; color: #fff; }
.btnC2:active { background-color: #444; color: #fff; }
.btnC2[class] {  background-image: url('/content/themes/puptalk/images/shade.png'); background-position: bottom; }

* html .btnC2 { border: 3px double #aaa; }
* html .btnC2.one { border-color: #e1a; }
* html .btnC2.four { border-color: #9d4; }
* html .btnC2.three { border-color: #bbce00; }
* html .btnC2.two { border-color: #2ae; }
* html .btnC2:hover { border-color: #a00; }

/*---------- right aligned button ----------*/
.btnR { display: block; position: relative; background: #aaa; padding: 5px; float: right; color: #fff; text-decoration: none; cursor: pointer; }
.btnR * { font-style: normal; background-image: url('/content/themes/puptalk/images/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btnR i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnR span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnR span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnR span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnR span,
* html .btnR i { float: right; width: auto; background-image: none; cursor: pointer; }

.btnR.one { background: #e1a; }
.btnR.four { background: #9d4; }
.btnR.three { background: #bbce00; }
.btnR.two { background: #2ae; }
.btnR:hover { background-color: #a00; color: #fff; }
.btnR:active { background-color: #444; color: #fff; }
.btnR[class] {  background-image: url('/content/themes/puptalk/images/shade.png'); background-position: bottom; }

* html .btnR { border: 3px double #aaa; }
* html .btnR.one { border-color: #e1a; }
* html .btnR.four { border-color: #9d4; }
* html .btnR.three { border-color: #bbce00; }
* html .btnR.two { border-color: #2ae; }
* html .btnR:hover { border-color: #a00; }

a:visited.btn, a:visited.btnL, a:visited.btnC, a:visited.btnR {color:#fff;}

/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #d3d3d3;
	bottom: -1px;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #555555;
	background: #e6e6e6 url(/content/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-tabs-nav li a:hover {
	background: #dadada url(/content/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #212121;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ffffff url(/content/images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color: #222222;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: #ffffff url(/content/images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	color: #222222;
	padding: 1.5em 1.7em;	
	border-left: 0px solid #d3d3d3;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/
}

.popupOver
{
    background-position: right top;
    border: 1px solid;
    background-image: #ffffff url(/content/themes/puptalk/images/info_16x16.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    width:16px;
    height:16px;
    display:inline-block;
}