/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/blueprint/src/reset.css*/
/*----------------------------------------------------------------------------*/
/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/blueprint/src/forms.css*/
/*----------------------------------------------------------------------------*/
/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)

-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text,
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:.25em;
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/blueprint/src/grid.css*/
/*----------------------------------------------------------------------------*/
/* --------------------------------------------------------------

   grid.css
   * Sets up an easy-to-use grid of 24 columns.

   By default, the grid is 950px wide, with 24 columns
   spanning 30px, and a 10px margin between columns.

   If you need fewer or more columns, namespaces or semantic
   element names, use the compressor script (lib/compress.rb)

-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 950px;
  margin: 0 auto;
}

/* Use this class on any .span / container to see the grid. */
.showgrid {
  background: url(src/grid.png);
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {
  float: left;
  margin-right: 10px;
}

/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1 {width: 30px;}

.span-2 {width: 70px;}
.span-3 {width: 110px;}
.span-4 {width: 150px;}
.span-5 {width: 190px;}
.span-6 {width: 230px;}
.span-7 {width: 270px;}
.span-8 {width: 310px;}
.span-9 {width: 350px;}
.span-10 {width: 390px;}
.span-11 {width: 430px;}
.span-12 {width: 470px;}
.span-13 {width: 510px;}
.span-14 {width: 550px;}
.span-15 {width: 590px;}
.span-16 {width: 630px;}
.span-17 {width: 670px;}
.span-18 {width: 710px;}
.span-19 {width: 750px;}
.span-20 {width: 790px;}
.span-21 {width: 830px;}
.span-22 {width: 870px;}
.span-23 {width: 910px;}
.span-24 {width:950px; margin-right:0;}

/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {
  border-left-width: 1px;
  border-right-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

input.span-1, textarea.span-1 { width: 18px; }
input.span-2, textarea.span-2 { width: 58px; }
input.span-3, textarea.span-3 { width: 98px; }
input.span-4, textarea.span-4 { width: 138px; }
input.span-5, textarea.span-5 { width: 178px; }
input.span-6, textarea.span-6 { width: 218px; }
input.span-7, textarea.span-7 { width: 258px; }
input.span-8, textarea.span-8 { width: 298px; }
input.span-9, textarea.span-9 { width: 338px; }
input.span-10, textarea.span-10 { width: 378px; }
input.span-11, textarea.span-11 { width: 418px; }
input.span-12, textarea.span-12 { width: 458px; }
input.span-13, textarea.span-13 { width: 498px; }
input.span-14, textarea.span-14 { width: 538px; }
input.span-15, textarea.span-15 { width: 578px; }
input.span-16, textarea.span-16 { width: 618px; }
input.span-17, textarea.span-17 { width: 658px; }
input.span-18, textarea.span-18 { width: 698px; }
input.span-19, textarea.span-19 { width: 738px; }
input.span-20, textarea.span-20 { width: 778px; }
input.span-21, textarea.span-21 { width: 818px; }
input.span-22, textarea.span-22 { width: 858px; }
input.span-23, textarea.span-23 { width: 898px; }
input.span-24, textarea.span-24 { width: 938px; }

/* Add these to a column to append empty cols. */

.append-1 { padding-right: 40px;}
.append-2 { padding-right: 80px;}
.append-3 { padding-right: 120px;}
.append-4 { padding-right: 160px;}
.append-5 { padding-right: 200px;}
.append-6 { padding-right: 240px;}
.append-7 { padding-right: 280px;}
.append-8 { padding-right: 320px;}
.append-9 { padding-right: 360px;}
.append-10 { padding-right: 400px;}
.append-11 { padding-right: 440px;}
.append-12 { padding-right: 480px;}
.append-13 { padding-right: 520px;}
.append-14 { padding-right: 560px;}
.append-15 { padding-right: 600px;}
.append-16 { padding-right: 640px;}
.append-17 { padding-right: 680px;}
.append-18 { padding-right: 720px;}
.append-19 { padding-right: 760px;}
.append-20 { padding-right: 800px;}
.append-21 { padding-right: 840px;}
.append-22 { padding-right: 880px;}
.append-23 { padding-right: 920px;}

/* Add these to a column to prepend empty cols. */

.prepend-1 { padding-left: 40px;}
.prepend-2 { padding-left: 80px;}
.prepend-3 { padding-left: 120px;}
.prepend-4 { padding-left: 160px;}
.prepend-5 { padding-left: 200px;}
.prepend-6 { padding-left: 240px;}
.prepend-7 { padding-left: 280px;}
.prepend-8 { padding-left: 320px;}
.prepend-9 { padding-left: 360px;}
.prepend-10 { padding-left: 400px;}
.prepend-11 { padding-left: 440px;}
.prepend-12 { padding-left: 480px;}
.prepend-13 { padding-left: 520px;}
.prepend-14 { padding-left: 560px;}
.prepend-15 { padding-left: 600px;}
.prepend-16 { padding-left: 640px;}
.prepend-17 { padding-left: 680px;}
.prepend-18 { padding-left: 720px;}
.prepend-19 { padding-left: 760px;}
.prepend-20 { padding-left: 800px;}
.prepend-21 { padding-left: 840px;}
.prepend-22 { padding-left: 880px;}
.prepend-23 { padding-left: 920px;}


/* Border on right hand side of a column. */
.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the
next column, or to pull it into the previous column.  */


.pull-1 { margin-left: -40px; }
.pull-2 { margin-left: -80px; }
.pull-3 { margin-left: -120px; }
.pull-4 { margin-left: -160px; }
.pull-5 { margin-left: -200px; }
.pull-6 { margin-left: -240px; }
.pull-7 { margin-left: -280px; }
.pull-8 { margin-left: -320px; }
.pull-9 { margin-left: -360px; }
.pull-10 { margin-left: -400px; }
.pull-11 { margin-left: -440px; }
.pull-12 { margin-left: -480px; }
.pull-13 { margin-left: -520px; }
.pull-14 { margin-left: -560px; }
.pull-15 { margin-left: -600px; }
.pull-16 { margin-left: -640px; }
.pull-17 { margin-left: -680px; }
.pull-18 { margin-left: -720px; }
.pull-19 { margin-left: -760px; }
.pull-20 { margin-left: -800px; }
.pull-21 { margin-left: -840px; }
.pull-22 { margin-left: -880px; }
.pull-23 { margin-left: -920px; }
.pull-24 { margin-left: -960px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float: left; position:relative;}


.push-1 { margin: 0 -40px 1.5em 40px; }
.push-2 { margin: 0 -80px 1.5em 80px; }
.push-3 { margin: 0 -120px 1.5em 120px; }
.push-4 { margin: 0 -160px 1.5em 160px; }
.push-5 { margin: 0 -200px 1.5em 200px; }
.push-6 { margin: 0 -240px 1.5em 240px; }
.push-7 { margin: 0 -280px 1.5em 280px; }
.push-8 { margin: 0 -320px 1.5em 320px; }
.push-9 { margin: 0 -360px 1.5em 360px; }
.push-10 { margin: 0 -400px 1.5em 400px; }
.push-11 { margin: 0 -440px 1.5em 440px; }
.push-12 { margin: 0 -480px 1.5em 480px; }
.push-13 { margin: 0 -520px 1.5em 520px; }
.push-14 { margin: 0 -560px 1.5em 560px; }
.push-15 { margin: 0 -600px 1.5em 600px; }
.push-16 { margin: 0 -640px 1.5em 640px; }
.push-17 { margin: 0 -680px 1.5em 680px; }
.push-18 { margin: 0 -720px 1.5em 720px; }
.push-19 { margin: 0 -760px 1.5em 760px; }
.push-20 { margin: 0 -800px 1.5em 800px; }
.push-21 { margin: 0 -840px 1.5em 840px; }
.push-22 { margin: 0 -880px 1.5em 880px; }
.push-23 { margin: 0 -920px 1.5em 920px; }
.push-24 { margin: 0 -960px 1.5em 960px; }

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float: right; position:relative;}


/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top {
  margin-top:1.5em;
}
.append-bottom {
  margin-bottom:1.5em;
}

/* Use a .box to create a padded box inside a column.  */
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #E5ECF9;
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}

hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }
br.clear { line-height: 0px; clear:both; }


/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/blueprint/screen.css*/
/*----------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family: Arial, Verdana, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input[type=select].title, select.title, input.text, input.title {width:300px;padding:5px;}
select.title, input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {float:left;margin-right:10px;}
.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24 {width:950px;margin-right:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
input.span-1, textarea.span-1 {width:18px;}
input.span-2, textarea.span-2 {width:58px;}
input.span-3, textarea.span-3 {width:98px;}
input.span-4, textarea.span-4 {width:138px;}
input.span-5, textarea.span-5 {width:178px;}
input.span-6, textarea.span-6 {width:218px;}
input.span-7, textarea.span-7 {width:258px;}
input.span-8, textarea.span-8 {width:298px;}
input.span-9, textarea.span-9 {width:338px;}
input.span-10, textarea.span-10 {width:378px;}
input.span-11, textarea.span-11 {width:418px;}
input.span-12, textarea.span-12 {width:458px;}
input.span-13, textarea.span-13 {width:498px;}
input.span-14, textarea.span-14 {width:538px;}
input.span-15, textarea.span-15 {width:578px;}
input.span-16, textarea.span-16 {width:618px;}
input.span-17, textarea.span-17 {width:658px;}
input.span-18, textarea.span-18 {width:698px;}
input.span-19, textarea.span-19 {width:738px;}
input.span-20, textarea.span-20 {width:778px;}
input.span-21, textarea.span-21 {width:818px;}
input.span-22, textarea.span-22 {width:858px;}
input.span-23, textarea.span-23 {width:898px;}
input.span-24, textarea.span-24 {width:938px;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
br.clear {line-height: 0px; clear:both;}


/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/jquery/app_screen.css*/
/*----------------------------------------------------------------------------*/
/*ui site overrides for TR*/
.content {
	overflow: visible;
}
#content-wrapper {
	background: none;
}
.content-top {
	background-image: url(http://jqueryui.com/themeroller/images/app/content_top_bg_trFix.gif);
}
#application-content {
	background: #fff;
	padding: 5px;
	margin: 0 -1px;
}

/*TR application styles*/

/*hide elements if js is avail*/
.js .theme-group-content, .js #submitBtn, .js select.texture, .js #themeGallery, .js #help {
	display: none;
}



#themeRoller  {
/*mechron--
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	background: #000;
	width: 214px;
	padding: 0 4px 4px 4px;
	color: #fff;
	border: 1px solid #222;
	position: relative;
*/
}
.content #themeRoller  {/*tr within ui site (not bookmarklet) */
	float: left;
}
#themeRoller a:focus, div.content * {
	outline: 0 !important;
}
#themeHeader h1 { /*logo*/
	font-size: 1.5em;
	color: #fff;
	font-weight: normal;
	width: 213;
	height: 46px;
	margin: 0 0 -1px 0;
	padding: 0;
	text-indent: -999999px;
	overflow: hidden;
	background: transparent url(http://jqueryui.com/themeroller/images/app/logo_themeRoller_sml.gif) -5px 0 no-repeat;
}
/*corner radius in TR app elements*/
#themeRoller, #themeRoller .corner-all, #themeRoller input, #themeRoller select, #themeGallery a.download, #themeGallery a.edit, .texturePicker, .farbtastic, #getBookmarklet  {-moz-border-radius: 4px !important; -webkit-border-radius: 4px !important;  border-radius: 4px !important; }
#themeRoller .corner-bottom {-moz-border-radius-bottomleft: 4px !important; -webkit-border-bottom-left-radius: 4px !important;  border-bottom-left-radius: 4px !important; -moz-border-radius-bottomright: 4px !important; -webkit-border-bottom-right-radius: 4px !important;  border-bottom-right-radius: 4px !important; }
#themeRoller .corner-top {-moz-border-radius-topleft: 4px !important; -webkit-border-top-left-radius: 4px !important;  border-top-left-radius: 4px !important; -moz-border-radius-topright: 4px !important; -webkit-border-top-right-radius: 4px !important;  border-top-right-radius: 4px !important; }
#themeRoller form {
	clear: both;
}
#themeRoller fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	clear: both;
	display: block;
}
#themeRoller .icon, #getBookmarklet .icon { width: 16px; height: 16px; display: block; text-indent: -999999px; overflow: hidden; }


/*tabs colors, texture*/
#themeRoller #rollerTabsNav {font-size: 1em; border: 1px solid #222222/*borderColorHeader*/; background: #000000 url(http://jqueryui.com/themeroller/images/app/bg_tr_tabs.png) 0 50% repeat-x; color: #222222/*fcHeader*/; font-weight: bold !important; border-bottom: 0; margin: 0; list-style: none;}
#themeRoller #rollerTabsNav .widget-header a { color: #222222/*fcHeader*/; }
#themeRoller #rollerTabsNav li { float: left; border: 1px solid #000000/*borderColorDefault*/; background: #333333 url(http://jqueryui.com/themeroller/images/app/bg_tr_tabs_tab.png) 0 50% repeat-x; font-weight: normal/*fwDefault*/; color: #dddddd/*fcDefault*/ !important; }
#themeRoller #rollerTabsNav li a { color: #dddddd/*fcDefault*/; text-decoration: none; }
#themeRoller #rollerTabsNav li.state-hover { border: 1px solid #000000/*borderColorHover*/; background: #333333 url(http://jqueryui.com/themeroller/images/app/bg_tr_tabs_tab_hover.png) 0  50% repeat-x; font-weight: normal/*fwDefault*/; color: #ffffff/*fcHover*/ !important; }
#themeRoller #rollerTabsNav li.state-hover a { color: #ffffff/*fcHover*/; text-decoration: none; }
#themeRoller #rollerTabsNav li.ui-tabs-selected { border: 1px solid #111111/*borderColorActive*/; border-bottom: #000; background: #000 ; font-weight: normal/*fwDefault*/; color: #ffffff/*fcActive*/ !important; outline: none; }
#themeRoller #rollerTabsNav li.ui-tabs-selected a { color: #ffffff/*fcActive*/; outline: none; text-decoration: none; }
#themeRoller #rollerTabsNav li, #themeRoller #rollerTabsNav li.ui-tabs-selected {padding: 0.2em .3em;  }


/*TR Tabs structure*/
#rollerTabs {padding: 2px; margin: 0; font-size: 1em !important; background: none; border: none; font-weight: normal; font-family: Verdana, Arial, sans-serif; }
#rollerTabsNav { padding: .2em .2em 0 .2em;  position: relative; }
#rollerTabsNav li { float: left; border-bottom: 0; margin-right: .1em; margin-bottom: 0; padding: 0; }
#rollerTabsNav li.ui-tabs-selected { position: relative; z-index: 10; }
#rollerTabsNav li a { display:block; text-decoration: none; padding: .4em .55em; margin:0; position: relative; }
#rollerTabsNav li.ui-tabs-selected { padding-bottom: 1px; margin-bottom: -1px; }
#themeGallery { clear:left; padding: 20px 0;  display: block;  }
#rollerTabs .ui-tabs-panel { display: block !important;color: #fff; border: 0 !important; background: none !important; }
#rollerTabs .ui-tabs-hide { display: none !important; }


/*DOWNLOAD THEME button*/
#downloadTheme  {
	background: #fa9300 url(http://jqueryui.com/themeroller/images/app/bg_download_btn.png) repeat-x scroll 0 50%;
	color:#222;
	border: 1px solid #111;
	padding: 0.3em 1.8em 0.4em 2.8em;
	position: relative;
	text-decoration: none;
	clear: both;
	float: left;
	margin: -2px 0 14px 0;
}
#downloadTheme span.icon {
	background-image: url(http://jqueryui.com/themeroller/images/app/tr_icons_white.png);
	background-position: -128px -192px;
	position: absolute;
	top: 50%;
	left: .5em;
	margin-top: -8px;
}
#downloadTheme:hover {
	background:#faae00 url(http://jqueryui.com/themeroller/images/app/bg_download_btn_hover.png) repeat-x scroll 0 50%
	color: #000;
	border-color: #000;
}
#legacyMsg {
	margin: 20px 0;
	font-size: 1em;
}
#downloadLegacyTheme {
	color: #666;
}

/*THEME GROUP SPINDOWNS*/
#themeRoller .theme-group {
	margin: 1px 0;
}
#themeRoller .theme-group-header {
	cursor: pointer;
	
	padding: .4em 0;
	
}
/*header states*/
#themeRoller .theme-group .theme-group-header.state-default { border: 1px solid #222/*borderColorDefault*/; background: #111 url(http://jqueryui.com/themeroller/images/app/bg_tr_group_headers.png) 0 50% repeat-x; font-weight: normal; color: #aaaaaa/*fcDefault*/ !important; }
#themeRoller .theme-group .theme-group-header.state-default a { color: #aaaaaa/*fcDefault*/; text-decoration: none; }
#themeRoller .theme-group .theme-group-header.state-active { border: 1px solid #444/*borderColorActive*/; border-bottom: 0 !important; background: #333 url(http://jqueryui.com/themeroller/images/app/bg_tr_group_headers_active.png) 0 50% repeat-x; font-weight: normal/*fwDefault*/; color: #ffffff/*fcActive*/ !important; outline: none; }
#themeRoller .theme-group .theme-group-header.state-active a { color: #ffffff/*fcActive*/; outline: none; text-decoration: none; }
#themeRoller .theme-group .theme-group-content {  }
#themeRoller .theme-group .theme-group-header.state-hover { border: 1px solid #444/*borderColorHover*/; background: #1a1a1a url(http://jqueryui.com/themeroller/images/app/bg_tr_group_headers_hover.png) 0  50% repeat-x; font-weight: normal/*fwDefault*/; color: #cccccc/*fcHover*/ !important; }
#themeRoller .theme-group .theme-group-header.state-hover a { color: #cccccc/*fcHover*/; text-decoration: none; }
#themeRoller .theme-group .theme-group-header span.icon {
	float: left;
	margin: -2px 3px 0 0;
	background-image: url(http://jqueryui.com/themeroller/images/app/tr_icons_white.png);
}
#themeRoller .state-active span.icon {
	margin: -1px 2px 0 1px !important;
}
#themeRoller .theme-group .theme-group-header span.icon-triangle-1-e { background-position: -32px -16px; }
#themeRoller .theme-group .theme-group-header span.icon-triangle-1-s { background-position: -64px -16px; }
#themeRoller .theme-group .theme-group-header div.state-preview {
	float: right;
	padding: 1px 2px 2px;
	font-size: 9px !important;
	font-weight: normal !important;
	margin: -2px 3px 0 0;
}





/*THEME GROUP CONTENT*/
#themeRoller .theme-group-content {
	padding: 10px 5px 10px 23px;
	border-top: 0 !important;
}
#themeRoller .theme-group-collapsed .theme-group-content {
	display: none;
}
#themeRoller .theme-group h3 {
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
}

/*form field groups*/
#themeRoller .field-group {
	float: left;
	width: 53px;
	margin: 10px 4px 0 0;
}
#global-font .field-group, 
#global-corners .field-group, 
#themeRoller .field-group-background, 
#themeRoller .field-group-opacity, 
#Shadow .field-group {
	margin: 4px 0 0;
	clear: both;
	float: none;
	width: auto;
}
#themeRoller .field-group-border, #themeRoller .field-group-opacity, #themeRoller .field-group-corners {
	clear: left;
}

/*form labels*/
#themeRoller .field-group label {
	font-size: 1em;
	margin: 6px 0 5px;
	display: block;
}
#global-font .field-group label, 
#global-corners .field-group label, 
#themeRoller .field-group-opacity label, 
#Shadow .field-group label, 
#Shadow .field-group-opacity label {
	float: left;
	margin-right: 5px;
	text-align: right;
	width: 60px;
}
#global-font .field-group label {

}
#Shadow .field-group label {
	width: 100px;
}
#themeRoller .field-group-opacity label {
	width: auto;
	text-align: left;
}
#Shadow .field-group-background label {
	 float: none;
	 width: auto;
	 text-align: left;
	 padding-bottom: 5px;
}


/*form inputs/selects */
#themeRoller input, #themeRoller select {
	border: 1px solid #666;
	font-size: 1em;
	padding: 2px;
	color: black !important;
}
#themeRoller select {
	padding: 1px;
}
input.opacity, input.offset {
	width: 20px;
	float: left;
}
span.opacity-per {
	float: left;
	padding: 0 .2em;
}
#themeRoller input.hex {
	width: 42px;
	outline: 0;
}
input#ffDefault, select#fwDefault {
	width: 120px;
}
input.cornerRadius {
	width: 20px;
}


/*Custom form elements */
#themeRoller div.hasPicker {
	position: static;
	width: 48px;
	padding: 1px;
	margin: -2px 0 0 -2px;
	float: left;
}
#themeRoller div.picker-on {
	background: #666;
	border-color: #aaa;
	border-bottom: #666;
}
/*pickers*/
#picker {
	position: absolute;
	left: 0;
	top: auto;
	width: 200px;
}
/*Texture Picker menus*/
.texturePicker {
	width: 16px;
	height: 16px;
	float: left;
	margin: 4px 4px 0px 0px;
	border: 1px solid #666;
}
.texturePicker a {
	width: 18px;
	height: 18px;
	display: block;
	cursor: pointer;
}
.texturePicker ul {
	width: 80px;
	margin: 0;
	padding: .5em 5px;
	list-style: none;
	position: absolute;
	top: 1.6em;
	right: 0;
	background: #222;
	z-index: 999999;
	border: 1px solid #444;
	border-top: 0;
}
.texturePicker ul li {
	float: left;
	width: 20px;
}
.texturePicker ul li a {
	color: #eee;
	text-decoration: none;
	display: block;
	text-indent: -99999px;
	border: 1px solid #222;
	height: 1.5em;
}
.texturePicker ul li a:hover {
	border: 1px solid #ccc;
}
.texturePicker ul li a:active {
	border: 1px solid #eeeeee;
	outline: 0 !important;
}




/*rounded corner warnings*/
a.cornerWarning { color: red !important; text-decoration: none; }
#cornerWarning {font-size: .9em; margin: 5px 0;}



/*Farbtastic styles*/
.farbtastic {
  position: relative;
  background: #555;
  border: 1px solid #aaa;
  top: 1px;
  left: 0;
  z-index: 99999999;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(../../images/customise/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(../../images/customise/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(../../images/customise/marker.png) no-repeat;
}



/*NON_JS Submit Button*/
#submitBtn {
	background: #000000;
	color: #fff;
	text-decoration: none;
	border: 1px solid #444;
	font-weight: bold;
	cursor: pointer;
	font-size: 1.1em;
	padding: .4em 10px;
	font-family: Verdana, Arial, sans-serif;
}
#submitBtn:hover {
	background: #0D0D0D;
}






#themeGallery ul {
margin: 0;
padding: 0;
}
#themeGallery li {
float: left;
width: 96px;
color: #fff;
font-size: 1em;
margin: .8em 5px .8em 0;
list-style: none;
}
#themeGallery li a {
color: #888;
text-decoration: none;
position: relative;
}
#themeGallery li a:hover {
color: #fff;

}
#themeGallery li img {
width: 90px;
height: auto;
display: block;
padding-top:3px;
border:0;
border-top: 2px solid #000;
position: relative;
}
#themeGallery li a:hover img {
border-top: 2px solid #ccc;
}
#themeGallery li a:active img {
border-top: 2px solid #f58809;
}
#themeGallery li span {
	display: block;
	margin: .1em 4px;
}
#themeGallery li span.themeName {
font-weight: normal;
}
#themeGallery li span.themeDesiger {
	font-size: .9em;
}
#themeGallery a.download, #themeGallery a.edit {
	font-size: .9em;
	text-decoration: none !important;
	float: left;
	background: #333 url(http://jqueryui.com/themeroller/images/app/bg_sml_download_edit_btn.png) repeat-x scroll 50% 50% ;
	margin: 3px 4px 0 0;
	padding: 2px 4px;
	border: 1px solid #222;
	color: #ccc;
	
}
#themeGallery a.download:hover, #themeGallery a.edit:hover {
	background: #444 url(http://jqueryui.com/themeroller/images/app/bg_sml_download_edit_btn_hover.png) repeat-x scroll 50% 50%;
	color: #ddd;
}


/*help tab*/
#help h2 {
	font-size: 1.2em;
	margin: 1em 0 .3em;
}
#help a {
	color: #fa9300;
}
#help span.icon {
	float: left;
	background-image: url(http://jqueryui.com/themeroller/images/app/tr_icons_orange.png);
	height: 13px;
	width: 14px;
	margin: -1px 4px 0 0;
}
#help p {
	font-size: 1.1em;
}

/*bookmarklet notice */
#getBookmarklet {
 border: 1px solid #fcefa1; 
 background: #fbf9ee;
 color: #363636; 
 font-size: 1.3em;
 padding: 0 10px;
 float: right;
 margin: -30px -25px 0 0;
 -moz-border-radius: 6px !important; -webkit-border-radius: 6px !important;  border-radius: 6px !important; 
}
#getBookmarklet p {
	margin: .7em 0;
	padding: 0;
}
#getBookmarklet a {
	color: #297ED3;
}
#getBookmarklet a:hover {
	color: #1667B7;
}
#getBookmarklet span.icon {
	float: left;
	background: url(http://jqueryui.com/themeroller/images/app/tr_icons_orange.png) -224px -112px no-repeat;
	margin: -2px 4px 0 0;
}

/*COMPONENTS COLUMN*/
#components {
	background: #fff;
	padding: 15px;
	float: right;
	width: 680px;
}

#versionNotice {
	margin: 20px 0;
	border: 1px solid #333;
	padding: 20px;
	font-size: 1.2em;
	background: #eee;
}
#compGroupA {
	float: left;
	width: 58%;
}

#compGroupB {
	float: right;
	width: 38%;
}
.demoHeaders {
	font-size: 1.3em;
	font-weight: normal;
	margin: 2em 0 1em;
	clear: both;
}
.demoHeaders span {
	font-size: .8em;
}


#components #dialog_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
#components #dialog_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
	zoom: 1;
}




ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}
				
/* ---------------------------------------------------------------
Clearfix
--------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/jquery/compiled_jquery-ui.css*/
/*----------------------------------------------------------------------------*/
/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller&bg_body_color=~~bg_body_color!!&bg_body_opacity=~~bg_body_opacity!!&bg_site_color=~~bg_site_color!!&bg_site_opacity=~~bg_site_opacity!!&bg_site_transparent=~~bg_site_transparent!!&bg_image_src=~~bg_image_src!!&bg_image_hpos=~~bg_image_hpos!!&bg_image_vpos=~~bg_image_vpos!!&bg_image_repeat=~~bg_image_repeat!!&ffDefault=~~ffDefault!!&fwDefault=~~fwDefault!!&fsDefault=~~fsDefault!!&cornerRadius=~~cornerRadius!!&bgColorHeader=~~bgColorHeader!!&bgTextureHeader=~~bgTextureHeader!!&bgImgOpacityHeader=~~bgImgOpacityHeader!!&borderColorHeader=~~borderColorHeader!!&fcHeader=~~fcHeader!!&iconColorHeader=~~iconColorHeader!!&bgColorContent=~~bgColorContent!!&bgTextureContent=~~bgTextureContent!!&bgImgOpacityContent=~~bgImgOpacityContent!!&borderColorContent=~~borderColorContent!!&fcContent=~~fcContent!!&iconColorContent=~~iconColorContent!!&bgColorDefault=~~bgColorDefault!!&bgTextureDefault=~~bgTextureDefault!!&bgImgOpacityDefault=~~bgImgOpacityDefault!!&borderColorDefault=~~borderColorDefault!!&fcDefault=~~fcDefault!!&iconColorDefault=~~iconColorDefault!!&bgColorHover=~~bgColorHover!!&bgTextureHover=~~bgTextureHover!!&bgImgOpacityHover=~~bgImgOpacityHover!!&borderColorHover=~~borderColorHover!!&fcHover=~~fcHover!!&iconColorHover=~~iconColorHover!!&bgColorActive=~~bgColorActive!!&bgTextureActive=~~bgTextureActive!!&bgImgOpacityActive=~~bgImgOpacityActive!!&borderColorActive=~~borderColorActive!!&fcActive=~~fcActive!!&iconColorActive=~~iconColorActive!!&bgColorHighlight=~~bgColorHighlight!!&bgTextureHighlight=~~bgTextureHighlight!!&bgImgOpacityHighlight=~~bgImgOpacityHighlight!!&borderColorHighlight=~~borderColorHighlight!!&fcHighlight=~~fcHighlight!!&iconColorHighlight=~~iconColorHighlight!!&bgColorError=~~bgColorError!!&bgTextureError=~~bgTextureError!!&bgImgOpacityError=~~bgImgOpacityError!!&borderColorError=~~borderColorError!!&fcError=~~fcError!!&iconColorError=~~iconColorError!!&bgColorOverlay=~~bgColorOverlay!!&bgTextureOverlay=~~bgTextureOverlay!!&bgImgOpacityOverlay=~~bgImgOpacityOverlay!!&opacityOverlay=~~opacityOverlay!!&bgColorShadow=~~bgColorShadow!!&bgTextureShadow=~~bgTextureShadow!!&bgImgOpacityShadow=~~bgImgOpacityShadow!!&opacityShadow=~~opacityShadow!!&thicknessShadow=~~thicknessShadow!!&offsetTopShadow=~~offsetTopShadow!!&offsetLeftShadow=~~offsetLeftShadow!!&cornerRadiusShadow=~~cornerRadiusShadow!!&fsDefaultUnit=~~fsDefaultUnit!!&cornerRadiusUnit=~~cornerRadiusUnit!!
 * CONCAT('bg_body_color=', bg_body_color, '&bg_body_opacity=', bg_body_opacity, '&bg_site_color=', bg_site_color, '&bg_site_opacity=', bg_site_opacity, '&bg_site_transparent=', bg_site_transparent, '&bg_image_src=', bg_image_src, '&bg_image_hpos=', bg_image_hpos, '&bg_image_vpos=', bg_image_vpos, '&bg_image_repeat=', bg_image_repeat, '&ffDefault=', ffDefault, '&fwDefault=', fwDefault, '&fsDefault=', fsDefault, '&cornerRadius=', cornerRadius, '&bgColorHeader=', bgColorHeader, '&bgTextureHeader=', bgTextureHeader, '&bgImgOpacityHeader=', bgImgOpacityHeader, '&borderColorHeader=', borderColorHeader, '&fcHeader=', fcHeader, '&iconColorHeader=', iconColorHeader, '&bgColorContent=', bgColorContent, '&bgTextureContent=', bgTextureContent, '&bgImgOpacityContent=', bgImgOpacityContent, '&borderColorContent=', borderColorContent, '&fcContent=', fcContent, '&iconColorContent=', iconColorContent, '&bgColorDefault=', bgColorDefault, '&bgTextureDefault=', bgTextureDefault, '&bgImgOpacityDefault=', bgImgOpacityDefault, '&borderColorDefault=', borderColorDefault, '&fcDefault=', fcDefault, '&iconColorDefault=', iconColorDefault, '&bgColorHover=', bgColorHover, '&bgTextureHover=', bgTextureHover, '&bgImgOpacityHover=', bgImgOpacityHover, '&borderColorHover=', borderColorHover, '&fcHover=', fcHover, '&iconColorHover=', iconColorHover, '&bgColorActive=', bgColorActive, '&bgTextureActive=', bgTextureActive, '&bgImgOpacityActive=', bgImgOpacityActive, '&borderColorActive=', borderColorActive, '&fcActive=', fcActive, '&iconColorActive=', iconColorActive, '&bgColorHighlight=', bgColorHighlight, '&bgTextureHighlight=', bgTextureHighlight, '&bgImgOpacityHighlight=', bgImgOpacityHighlight, '&borderColorHighlight=', borderColorHighlight, '&fcHighlight=', fcHighlight, '&iconColorHighlight=', iconColorHighlight, '&bgColorError=', bgColorError, '&bgTextureError=', bgTextureError, '&bgImgOpacityError=', bgImgOpacityError, '&borderColorError=', borderColorError, '&fcError=', fcError, '&iconColorError=', iconColorError, '&bgColorOverlay=', bgColorOverlay, '&bgTextureOverlay=', bgTextureOverlay, '&bgImgOpacityOverlay=', bgImgOpacityOverlay, '&opacityOverlay=', opacityOverlay, '&bgColorShadow=', bgColorShadow, '&bgTextureShadow=', bgTextureShadow, '&bgImgOpacityShadow=', bgImgOpacityShadow, '&opacityShadow=', opacityShadow, '&thicknessShadow=', thicknessShadow, '&offsetTopShadow=', offsetTopShadow, '&offsetLeftShadow=', offsetLeftShadow, '&cornerRadiusShadow=', cornerRadiusShadow, '&fsDefaultUnit=', fsDefaultUnit, '&cornerRadiusUnit=', cornerRadiusUnit)
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial, Verdana; font-size: 13px; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, Verdana; font-size: 1em; }
.ui-widget-content { border: 1px solid #9B9C97; background: #EEEEEC url(images/ui-bg_gTextureContent!!_100_EEEEEC_x.png) 50% 50% repeat-x; color: #42145f; }
.ui-widget-content a { color: #42145f; }
.ui-widget-header {font-size: 20px; border: 1px solid #EEEEEC; background: #EEEEEC url(images/ui-bg_gTextureHeader!!_100_EEEEEC_x.png) 50% 50% repeat-x; color: #42145f; font-weight: bold; }
.ui-widget-header a { color: #42145f; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #9B9C97; background: #EEEEEC url(images/ui-bg_gTextureDefault!!_100_EEEEEC_x.png) 50% 50% repeat-x; font-weight: bold; color: #42145f; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #42145f; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #EEEEEC; background: #EEEEEC url(images/ui-bg_gTextureHover!!_100_EEEEEC_x.png) 50% 50% repeat-x; font-weight: bold; color: #42145f; }
.ui-state-hover a, .ui-state-hover a:hover { color: #42145f; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #9B9C97; background: #EEEEEC url(images/ui-bg_gTextureActive!!_100_EEEEEC_x.png) 50% 50% repeat-x; font-weight: bold; color: #42145f; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #42145f; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight   {border: 1px solid transparent; background: transparent; color: #42145f; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_gTextureError!!_95_fef1ec_x.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 22px; height: 22px; background-image: url(../images/icons/validno.png); }
.ui-widget-content .ui-icon { background-image: url(../images/icons/validno.png); }
.ui-widget-header .ui-icon { background-image: url(../images/icons/validno.png); }
.ui-state-default .ui-icon { background-image: url(../images/icons/validno.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url(../images/icons/validno.png); }
.ui-state-active .ui-icon { background-image: url(../images/icons/validno.png); }
.ui-state-highlight .ui-icon { background-image: url(../images/icons/validno.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url(../images/icons/validno.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: 0px 0px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; }
.ui-corner-tr { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-top { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-right {  -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-left { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }

/* Overlays */
.ui-widget-overlay { background: #000000 url(images/ui-bg_gTextureOverlay!!_0_000000_x.png) 50% 50% repeat-x; opacity: .70;filter:Alpha(Opacity=70); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_gTextureShadow!!_0_aaaaaa_x.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/*
 * jQuery UI Autocomplete @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: -5px 0px 0px -5px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: 5px 10px 3px 10px; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

/*//////////////////////////////////////////////////////////////////*/

/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/cv_RTL_navigator.css*/
/*----------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////*/
div#cv_RTL_navigator
{
	z-index: 2000;
}

div#cv_RTL_navigator ul.horizontal,
div#cv_RTL_navigator ul.vertical
{
	padding: 0;
	margin: 0;
}

div#cv_RTL_navigator ul.top_level li ul.sub_level
{
	padding: 0 !important;
}

div#cv_RTL_navigator ul.horizontal > li
{
	float: left;
}

#cv_RTL_navigator ul.vertical > li
{
	clear: both;
}

#cv_RTL_navigator ul.horizontal  li a,
#cv_RTL_navigator ul.vertical  li a
{
	height: 100%;
	display: block;
	white-space: nowrap;
}

#cv_RTL_navigator ul.top_level li
{
	list-style-type: none;
	padding: 0;
	padding-left: 0em;
	margin: 0;
}

#cv_RTL_navigator ul.sub_level li
{
	list-style-type: none;
	margin: 0;
	/*clear: both;*/
}

#cv_RTL_navigator ul.top_level li > div.outer_wrapper
{
	z-index: 2000;
	position: absolute;
	display: none;
	margin: 0px 0px 0px 0px;
}

#cv_RTL_navigator ul.sub_level li ul
{
	z-index: 2000;
	position: absolute;
	display: none;
}

#cv_RTL_navigator ul.top_level li:hover > div.outer_wrapper
{
	display: block;
}

#cv_RTL_navigator ul.sub_level li:hover > div.outer_wrapper
{
	display: inline;
	margin-left: 50%;
	margin-top: -10px;
}

#cv_RTL_navigator ul.sub_level li:hover > div.outer_wrapper ul.sub_level
{
	display: inline;
	margin: 0px 0px 0px 35px;
}

/*//////////////////////////////////////////////////////////////////*/

/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/cv_common_navigator.css*/
/*----------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////*/
div#cv_common_navigator
{
	z-index: 2000;
}

div#cv_common_navigator ul.horizontal,
div#cv_common_navigator ul.vertical
{
	padding: 0;
	margin: 0;
}

div#cv_common_navigator ul.top_level li ul.sub_level
{
	padding: 0 !important;
}

div#cv_common_navigator ul.horizontal > li
{
	float: left;
}

#cv_common_navigator ul.vertical > li
{
	clear: both;
}

#cv_common_navigator ul.horizontal  li a,
#cv_common_navigator ul.vertical  li a
{
	height: 100%;
	display: block;
	white-space: nowrap;
}

#cv_common_navigator ul.top_level li
{
	list-style-type: none;
	padding: 0;
	padding-left: 0em;
	margin: 0;
}

#cv_common_navigator ul.sub_level li
{
	list-style-type: none;
	margin: 0;
	clear: both;
}

#cv_common_navigator ul.top_level li > ul
{
	z-index: 2000;
	position: absolute;
	display: none;
}

#cv_common_navigator ul.sub_level li ul
{
	z-index: 2000;
	position: absolute;
	display: none;
}

#cv_common_navigator ul.top_level li:hover > ul
{
	display: block;
}

#cv_common_navigator ul.sub_level li:hover > ul
{
	display: inline;
	margin-left: 50%;
	margin-top: -10px;
}

/*//////////////////////////////////////////////////////////////////*/

/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/pv_layouts_main.css*/
/*----------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////*/
div#video_preview_container
{
	display: none;
	position: fixed;
	z-index: 2000;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.7);
}

div#video_preview_container div#video_preview
{
	display: inline-block;
}

a#video_preview_close
{
	display: block;
	position: absolute;
	background: url(../images/icons/validno.png) top left no-repeat;
	width: 22px;
	height: 22px;
}

/*//////////////////////////////////////////////////////////////////*/
div#image_preview_container
{
	display: none;
	position: fixed;
	z-index: 2000;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.7);
}

div#image_preview_container div#image_preview
{
	display: inline-block;
}

a#image_preview_close
{
	display: block;
	position: absolute;
	background: url(../images/icons/validno.png) top left no-repeat;
	width: 22px;
	height: 22px;
}

/*//////////////////////////////////////////////////////////////////*/
div#login_overlay
{
	display: none;
	position: fixed;
	z-index: 2000;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.7);
}

div#login_overlay div.container
{
	display: block;
	width: 200px;
	height: 60px;
	background-color: #EEEEEC;
	border: 1px solid #9F9F9D;
	padding: 50px 0px 0px 70px;
}

div#login_overlay div.spinner
{
	display: inline-block;
	width: 20px;
	height: 20px;
	float: left;
	background: url(../images/icons/ajax-loader.gif) 0px 3px no-repeat;
}

div#login_overlay div.message
{
	color: #42145f;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
}

/*//////////////////////////////////////////////////////////////////*/
div#orange_banner
{
	width: 100%;
	height: 40px;
	background-color: #F9461D;
	color: #ffffff;
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}

div#orange_banner a
{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

div#orange_banner a:hover
{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

/*//////////////////////////////////////////////////////////////////*/
div.nbc_links div.nbc_links_button
{
	color: #333;
	background-color: #fff;
	float: left;
	margin-right: 5px;
	position: relative;
	
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#AAAAAA');
}

div.nbc_links div.nbc_links_button div.hover
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

div.nbc_links div.nbc_links_button div.hover:hover
{
	background-color: #333;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

/*//////////////////////////////////////////////////////////////////*/
div#header
{
	position: relative;
	/*z-index: 10;*/
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 120px;
}

div#header div.col_left
{
	float: left;
	width: 350px;
}

div#header div.col_right
{
	float: right;
	margin: 0px -5px 0px 0px;
}

a#logo
{
	display: block;
	width: 468px;
	height: 150px;
	margin: -16px 0px 0px 0px;
	background: url(../images/logos/logo.png) top left no-repeat;
}

/*//////////////////////////////////////////////////////////////////*/
div.body
{
	height: 100%;
}

div#site_outer
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -480px;
	z-index: 5;
}

div#site
{

}

/*//////////////////////////////////////////////////////////////////*/
div#nav_foundation
{
	width: 100%;
	background-color: #ffffff;
	-moz-box-shadow: 5px 5px 10px -6px #666666;
	-webkit-box-shadow: 5px 5px 10px -6px #666666;
	box-shadow: 5px 5px 10px -6px #666666;
	margin: -3px 0px 4px 0px;
	height: 4px;
}

div#banner_top
{
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: -10px 0px 0px 0px;
	/*background-color: #ffffff;
	-moz-box-shadow: 5px 5px 10px -6px #666666;
	-webkit-box-shadow: 5px 5px 10px -6px #666666;
	box-shadow: 5px 5px 10px -6px #666666;*/
}

div#banner_left
{
	position: absolute;
	top: 285px;
	left: 50%;
	width: 300px;
	/*height: 100%;*/
	margin-left: -770px;
	z-index: 1;
}

div#banner_right
{
	position: absolute;
	top: 285px;
	left: 50%;
	width: 300px;
	/*height: 100%;*/
	margin-left: 490px;
	z-index: 1;
}

/*//////////////////////////////////////////////////////////////////*/
div.search_area
{
	position: relative;
	display: block;
	width: 950px;
	height: 30px;
}

div.navigator
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 655px;
}

div.navigator_contactus_favorites
{
	position: absolute;
	top: 217px;
	left: 872px;
	width: 75px;
}

a.nav_contactus
{
	background: url(../images/icons/nav_contactus.png) 0px 0px no-repeat;
	display: inline-block;
	width: 33px;
	height: 22px;
	float: right;
}

a.nav_favorites
{
	background: url(../images/icons/nav_favorites.png) 0px 0px no-repeat;
	display: inline-block;
	width: 33px;
	height: 22px;
	float: right;
}

div#favorites_popup
{
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
}

/*//////////////////////////////////////////////////////////////////*/
div.search_area div.text
{
	position: relative;
}

div.search_area div.text
{
	float: left;
	font-weight: bold;
	font-size: 18px;
	color: #42145f;
	width: 480px;
	padding: 7px 0px 0px 0px;
}

div.search_area div.search
{
	float: right;
	width: 294px;
}

/*//////////////////////////////////////////////////////////////////*/
div#all_games_dropdown
{
	width: 445px;
	padding: 0px 20px 0px 20px;
}

div#all_games_dropdown div.lastplayed
{
	border-top: 1px solid #9B9C97;
}

div#all_games_dropdown div.categories > div.genre
{
	float: left;
	width: 141px;
	border-top: 1px solid #9B9C97;
	margin: 0px 0px 0px 0px;
}

div#all_games_dropdown div.categories > div.setting
{
	float: left;
	width: 143px;
	border-top: 1px solid #9B9C97;
	margin: 0px 10px 0px 10px;
}

div#all_games_dropdown div.categories > div.playermode
{
	float: left;
	width: 141px;
	border-top: 1px solid #9B9C97;
	margin: 0px 0px 0px 0px;
}

div#all_games_dropdown div.heading
{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

div#all_games_dropdown div.categories ul
{
	padding: 0;
	margin: 0;
	display: inline-block;
	position: static;
}

div#all_games_dropdown div.categories ul li
{
	margin: 0;
	padding: 0;
}

div#all_games_dropdown div.categories ul li a
{
	height: 18px;
}

div#all_games_dropdown ul li
{
	list-style: none;
}

div#all_games_dropdown a
{
	color: #b8bbbd !important;
	font-size: 13px;
	font-weight: normal;
}

div#all_games_dropdown a:hover
{
	color: #ffffff !important;
}

div#all_games_dropdown > a
{
	height:0px !important;
}

/*//////////////////////////////////////////////////////////////////*/
div#pv_layouts_main_featuredgames
{
	clear: both;
}

div#pv_layouts_main_featuredgames div.record
{
	float: left;
	width: 210px;
}

div#pv_layouts_main_featuredgames div.record.item_first
{
	margin: 5px 2px 10px 0px;
}

div#pv_layouts_main_featuredgames div.record.item_last
{
	margin: 5px 0px 10px 2px;
}

div#pv_layouts_main_featuredgames div.image
{
	float: left;
}

div#pv_layouts_main_featuredgames div.info
{
	float: left;
	margin: 0px 0px 0px 10px;
}

div#pv_layouts_main_featuredgames div.name
{
	width: 124px;
	overflow: hidden;
}

div#pv_layouts_main_featuredgames div.name a
{
	color: #ffffff !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	height: 27px;
	margin: -8px 0px 0px 0px;
}

div#pv_layouts_main_featuredgames div.name a:hover
{

}

div#pv_layouts_main_featuredgames div.category
{
	width: 124px;
}

div#pv_layouts_main_featuredgames div.category a
{
	color: #b8bbbd !important;
	font-weight: normal !important;
	font-size: 13px !important;
	text-decoration: none !important;
	width: 124px;
	height: 18px;
}

div#pv_layouts_main_featuredgames div.category a:hover
{
	color: #ffffff !important;
}


/*//////////////////////////////////////////////////////////////////*/
div#pv_layouts_main_lastplayed div.record
{
	float: left;
	width: 210px;
}

div#pv_layouts_main_lastplayed div.record.item_first
{
	margin: 5px 2px 10px 0px;
}

div#pv_layouts_main_lastplayed div.record.item_last
{
	margin: 5px 0px 10px 2px;
}

div#pv_layouts_main_lastplayed div.image
{
	float: left;
}

div#pv_layouts_main_lastplayed div.info
{
	float: left;
	margin: 0px 0px 0px 10px;
}

div#pv_layouts_main_lastplayed div.name
{
	width: 124px;
	overflow: hidden;
}

div#pv_layouts_main_lastplayed div.name a
{
	color: #ffffff !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	height: 27px;
	margin: -8px 0px 0px 0px;
}

div#pv_layouts_main_lastplayed div.name a:hover
{

}

div#pv_layouts_main_lastplayed div.category
{
	width: 124px;
}

div#pv_layouts_main_lastplayed div.category a
{
	color: #b8bbbd !important;
	font-weight: normal !important;
	font-size: 13px !important;
	text-decoration: none !important;
	width: 124px;
	height: 18px;
}

div#pv_layouts_main_lastplayed div.category a:hover
{
	color: #ffffff !important;
}

/*//////////////////////////////////////////////////////////////////*/
div.heading h1
{
	font-size: 18px;
	font-weight: bold;
	color: #42145f;
}

div.breadcrumbs
{
	position: relative;
	margin: 0px 0px 10px 0px;
	
	height: 25px;
	line-height: 25px;
}

div.breadcrumbs h1,
div.breadcrumbs h2,
div.breadcrumbs div
{
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	display: inline;
}

div.breadcrumbs a.breadcrumbs_0
{
	position: relative;
	z-index: 3;
	background: url(../images/arrows/arrow_breadcrumbs_tertiary.png) right 0px no-repeat;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	padding: 5px 20px 5px 10px;
	margin: 0px 0px 0px 0px;
}

div.breadcrumbs a.breadcrumbs_0:hover
{
	background: url(../images/arrows/arrow_breadcrumbs_tertiary_hover.png) right 0px no-repeat;
	color: #ffffff;
}

div.breadcrumbs a.breadcrumbs_0 h1,
div.breadcrumbs a.breadcrumbs_0 h2,
div.breadcrumbs a.breadcrumbs_0 div
{
	color: #ffffff;
}

div.breadcrumbs a.breadcrumbs_0:hover h1,
div.breadcrumbs a.breadcrumbs_0:hover h2,
div.breadcrumbs a.breadcrumbs_0:hover div
{
	color: #ffffff;
}

div.breadcrumbs a.breadcrumbs_1
{
	position: relative;
	z-index: 2;
	background: url(../images/arrows/arrow_breadcrumbs_primary.png) right 0px no-repeat;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	padding: 5px 20px 5px 18px;
	margin: 0px 0px 0px -13px;
}

div.breadcrumbs a.breadcrumbs_1:hover
{
	background: url(../images/arrows/arrow_breadcrumbs_primary_hover.png) right 0px no-repeat;
	color: #ffffff;
}

div.breadcrumbs a.breadcrumbs_1 h1,
div.breadcrumbs a.breadcrumbs_1 h2,
div.breadcrumbs a.breadcrumbs_1 div
{
	color: #ffffff;
}

div.breadcrumbs a.breadcrumbs_1:hover h1,
div.breadcrumbs a.breadcrumbs_1:hover h2,
div.breadcrumbs a.breadcrumbs_1:hover div
{
	color: #ffffff;
}

div.breadcrumbs a.breadcrumbs_2
{
	position: relative;
	z-index: 1;
	background: url(../images/arrows/arrow_breadcrumbs_secondary.png) right 0px no-repeat;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	padding: 5px 20px 5px 18px;
	margin: 0px 0px 0px -15px;
}

div.breadcrumbs a.breadcrumbs_2:hover
{
	background: url(../images/arrows/arrow_breadcrumbs_secondary_hover.png) right 0px no-repeat;
	color: #ffffff;
}

div.breadcrumbs a.breadcrumbs_2 h1,
div.breadcrumbs a.breadcrumbs_2 h2,
div.breadcrumbs a.breadcrumbs_2 div
{
	color: #ffffff;
}

div.breadcrumbs a.breadcrumbs_2:hover h1,
div.breadcrumbs a.breadcrumbs_2:hover h2,
div.breadcrumbs a.breadcrumbs_2:hover div
{
	color: #ffffff;
}

/*//////////////////////////////////////////////////////////////////*/
div.bottom_games_and_category
{
	background-color: #ffffff;
	display: inline-block;
}

/*//////////////////////////////////////////////////////////////////*/
div.copyright
{
	margin: 10px 0px 0px 0px;
	text-align: center;
	color: #000000;
}

div.copyright a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

div.copyright a:hover
{

}

/*//////////////////////////////////////////////////////////////////*/

/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/pv_layouts_footer.css*/
/*----------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////*/
div#pv_layouts_footer
{
	display: block;
	background-color: #EEEEEC;
	border: 1px solid #9B9C97;
}

div#pv_layouts_footer.text_block
{
	width: 942px;
	text-align: left;
	padding: 3px;
	font-size: 11px;
	color: #5D5D5B;
}

div#pv_layouts_footer.links_block
{
	width: 948px;
	height: 30px;
}

div#pv_layouts_footer a
{
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 40px 0px 40px;
	padding: 8px 0px 0px 0px;
	display: inline-block;
}

/*//////////////////////////////////////////////////////////////////*/

/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/wv_gameslist_favoritespopup.css*/
/*----------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////*/
div.wv_gameslist_favoritespopup
{
}

div.wv_gameslist_favoritespopup div.record
{
	float: left;
	width: 198px;
	text-align: center;
	margin: 10px 0px 15px 0px;
}

div.wv_gameslist_favoritespopup div.item_first
{
	border-right: 1px solid #0889cb;
	padding: 0px 15px 0px 0px;
}

div.wv_gameslist_favoritespopup div.item_normal
{
	border-left: 1px solid #cde7f4;
	border-right: 1px solid #0889cb;
	padding: 0px 15px 0px 15px;
}

div.wv_gameslist_favoritespopup div.item_last
{
	border-left: 1px solid #cde7f4;
	padding: 0px 0px 0px 15px;
}

div.wv_gameslist_favoritespopup div.basic
{
	margin: 0px 0px 0px 0px;
}

div.wv_gameslist_favoritespopup div.image
{
	width: 198px;
	height: 74px;
	margin: 0px 0px 8px 0px;
}

div.wv_gameslist_favoritespopup div.image img
{
	border: 1px solid #ffffff;
	-moz-box-shadow: 0px 0px 10px 1px #000000;
	-webkit-box-shadow: 0px 0px 10px 1px #000000;
	box-shadow: 0px 0px 10px 1px #000000;
}

div.wv_gameslist_favoritespopup div.info
{
	width: 198px;
	position: relative;
}

div.wv_gameslist_favoritespopup div.name
{
	/*height: 30px;*/
	line-height: 13px;
	font-size: 11px; /*font-size*/
	font-weight: bold;
	
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 4px 0px;
	background-color: #cde7f4;
	border: 1px solid #0889cb;
	
	white-space: nowrap;
	overflow: hidden;
	
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

div.wv_gameslist_favoritespopup div.basic:hover
{
}

div.wrapper_samen div.wv_gameslist_favoritespopup div.basic:hover
{
}

div.wv_gameslist_favoritespopup div.basic div.name a
{
	color: #226aa5;
}

div.wv_gameslist_favoritespopup div.basic div.button_thumbs div.button_thumbsup
{
}

div.wv_gameslist_favoritespopup div.basic div.button_thumbs div.button_thumbsup input
{
	float: right;
}

div.wv_gameslist_favoritespopup div.basic div.button_thumbs div.button_thumbsup div.button_thumbsup_info
{
	font-size: 11px;
	padding: 0px 5px 0px 5px;
	float: left;
}

div.wv_gameslist_favoritespopup div.basic div.button_thumbs div.button_thumbsdown
{
	display: none;
}

/*//////////////////////////////////////////////////////////////////*/

/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/wv_navigator_navareas.css*/
/*----------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////*/
div._seperator
{
	height: 1px;
	margin: 20px 0px 20px 0px;
	border-bottom: 1px solid #b8bbbd;
	cursor: default;
}

a strong._header
{
	color: #b8bbbd;
	cursor: default;
	margin: 0px 0px 14px 0px;
	display: block;
}

a:hover strong._header
{
	color: #b8bbbd;
	cursor: default;
	margin: 0px 0px 14px 0px;
	display: block;
}

/*//////////////////////////////////////////////////////////////////*/
div#wv_navigator_navareas
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	/*border-bottom: 5px solid #ffffff;*/
}

div#wv_navigator_navareas ul.top_level
{
	/*float: left;*/
}

/*div#wv_navigator_navareas span.top_level*/
div#wv_navigator_navareas ul.top_level > li
{
	background: #9A9B9C;
	background: -webkit-gradient(linear, left top, left bottom, from(#9A9B9C), to(#7A7B7C)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #9A9B9C, #7A7B7C); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(top, #9A9B9C, #7A7B7C); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #9A9B9C, #7A7B7C); /* IE10 */
	background:      -o-linear-gradient(top, #9A9B9C, #7A7B7C); /* Opera 11.10+ */
	background:         linear-gradient(top, #9A9B9C, #7A7B7C); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9A9B9C', endColorstr='#7A7B7C', GradientType=0); /* IE6-9 fallback on horizontal gradient */
	
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

div#wv_navigator_navareas ul.top_level > li:hover
{
	padding: 0px 0px 5px 0px;
	margin: -5px 0px 0px 0px;
}

div#wv_navigator_navareas ul.top_level li div.inner_wrapper a
{
	color: #ffffff;
	font-weight: bold;
/*	text-transform: uppercase;*/
	text-decoration: none;
	font-size: 15px;
	
	padding: 2px 10px 2px 10px
}

/*div#wv_navigator_navareas span.top_level:hover*/
div#wv_navigator_navareas ul.top_level li div.inner_wrapper a:hover
{

}

div#wv_navigator_navareas ul.top_level li.seperator
{
	height: 20px;
	width: 8px;
	background: transparent;
	
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#000000');
}

div#wv_navigator_navareas ul.top_level li.selected a
{
	/*font-weight: bold;*/
}

div#wv_navigator_navareas ul.sub_level
{
	background: #444749;
	background: -webkit-gradient(linear, left top, left bottom, from(#444749), to(#000000)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #444749, #000000); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(top, #444749, #000000); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #444749, #000000); /* IE10 */
	background:      -o-linear-gradient(top, #444749, #000000); /* Opera 11.10+ */
	background:         linear-gradient(top, #444749, #000000); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444749', endColorstr='#000000', GradientType=0); /* IE6-9 fallback on horizontal gradient */
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

div#wv_navigator_navareas ul.sub_level li div.heading > a
{
	color: #b8bbbd;
	text-decoration: none;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	padding: 0px 10px 0px 10px;
}

div#wv_navigator_navareas ul.sub_level li div.heading > a:hover
{
	color: #ffffff;
}

div#wv_navigator_navareas div#cv_RTL_navigator > div.innerheader
{
	line-height: 0px;
}

div#wv_navigator_navareas div#cv_RTL_navigator > div.innerheader div.heading,
div#wv_navigator_navareas div#cv_RTL_navigator > div.innerheader div.inner_wrapper
{
	line-height: 27px;
}

div#wv_navigator_navareas div#cv_RTL_navigator ul.top_level li > div.outer_wrapper
{
	padding: 6px 0px 0px 0px;
}

div#wv_navigator_navareas div#cv_RTL_navigator ul.top_level li ul.sub_level
{
	padding: 15px 0px 15px 0px !important;
}

/*//////////////////////////////////////////////////////////////////*/

/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/wv_navigator_navcategories.css*/
/*----------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////*/
div#wv_navigator_navcategories ul
{
	/*background-color: #E2F3FB;*/
}

div#wv_navigator_navcategories ul.top_level li a
{
	padding: 5px;
	text-align: left;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

div#wv_navigator_navcategories ul.top_level li a:hover
{
}

div#wv_navigator_navcategories div#cv_common_navigator
{
	/**/
}

/*//////////////////////////////////////////////////////////////////*/

/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/wv_gameslist_fullgameslist.css*/
/*----------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////*/
div#wv_gameslist_fullgameslist
{
	/**/
}

div#wv_gameslist_fullgameslist div.record
{
	white-space: nowrap;
	width: 167px;
	float: left;
}

div#wv_gameslist_fullgameslist div.info div.name a
{
	padding: 4px 0px 4px 5px;
	width: 100%;
	display: block;
	text-align: left;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

div#wv_gameslist_fullgameslist div.info div.name a:hover
{
}

/*//////////////////////////////////////////////////////////////////*/

/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/wv_login_portal.css*/
/*----------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////*/
div#wv_login_portal_2-dialog
{
	height: 380px;
	padding: 0px 0px 0px 9px;
}

div#wv_login_portal_2-dialog div.submit_input
{
	margin: 5px 0px 5px 0px;
}

/*//////////////////////////////////////////////////////////////////*/
div#wv_login_portal-dialog
{
	text-align: left;
}

/*//////////////////////////////////////////////////////////////////*/
div.login_portal_site input[type=text],
div.login_portal_site input[type=password],
div.login_portal_site select,
div.login_portal_site textarea
{
	border: 1px solid #9655a0;
}

div.login_portal_site label
{
	color: #42145f;
	font-size: 14px;
	clear: both;
	float: left;
	display: block;
	width: 108px;
	line-height: 20px;
	margin-top: 7px;
}

div.login_portal_site div.submit_input
{
	/*width: 0px;*/
	float: left;
}

div.login_portal_site div.remember_me
{
	width: 258px;
	float: left;
}

div.login_portal_site div.remember_me input[type=checkbox]
{
	margin: 10px 0px 0px 0px;
}

div.login_portal_site div.remember_me label
{
	color: #42145f;
	font-size: 12px;
	clear: none;
	float: none;
	display: inline;
	width: 108px;
	line-height: 20px;
	margin-top: 7px;
	cursor: pointer;
	margin-left: 4px;
}

div.login_portal_site div.forgot_password
{
	float: left;
	text-align: right;
	margin: 7px 0px 0px 0px;
}

div.login_portal_site div.forgot_password label
{
	font-size: 11px;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
	color: #42145f;
}

div.login_portal_facebook div.header
{
	font-weight: bold;
	color: #42145f;
}

div.login_password_input
{
	position: relative;
}

div.case_sensitive_login
{
	position: absolute;
	left: 79px;
	top: 8px;
}

div.case_sensitive_register
{
	position: absolute;
	margin: 31px 0px 0px 14px;
}
/*//////////////////////////////////////////////////////////////////*/


/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/wv_gameslist_favoritespopup.css*/
/*----------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////*/
div.wv_gameslist_favoritespopup
{
}

div.wv_gameslist_favoritespopup div.record
{
	float: left;
	width: 198px;
	text-align: center;
	margin: 10px 0px 15px 0px;
}

div.wv_gameslist_favoritespopup div.item_first
{
	border-right: 1px solid #0889cb;
	padding: 0px 15px 0px 0px;
}

div.wv_gameslist_favoritespopup div.item_normal
{
	border-left: 1px solid #cde7f4;
	border-right: 1px solid #0889cb;
	padding: 0px 15px 0px 15px;
}

div.wv_gameslist_favoritespopup div.item_last
{
	border-left: 1px solid #cde7f4;
	padding: 0px 0px 0px 15px;
}

div.wv_gameslist_favoritespopup div.basic
{
	margin: 0px 0px 0px 0px;
}

div.wv_gameslist_favoritespopup div.image
{
	width: 198px;
	height: 74px;
	margin: 0px 0px 8px 0px;
}

div.wv_gameslist_favoritespopup div.image img
{
	border: 1px solid #ffffff;
	-moz-box-shadow: 0px 0px 10px 1px #000000;
	-webkit-box-shadow: 0px 0px 10px 1px #000000;
	box-shadow: 0px 0px 10px 1px #000000;
}

div.wv_gameslist_favoritespopup div.info
{
	width: 198px;
	position: relative;
}

div.wv_gameslist_favoritespopup div.name
{
	/*height: 30px;*/
	line-height: 13px;
	font-size: 11px; /*font-size*/
	font-weight: bold;
	
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 4px 0px;
	background-color: #cde7f4;
	border: 1px solid #0889cb;
	
	white-space: nowrap;
	overflow: hidden;
	
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

div.wv_gameslist_favoritespopup div.basic:hover
{
}

div.wrapper_samen div.wv_gameslist_favoritespopup div.basic:hover
{
}

div.wv_gameslist_favoritespopup div.basic div.name a
{
	color: #226aa5;
}

div.wv_gameslist_favoritespopup div.basic div.button_thumbs div.button_thumbsup
{
}

div.wv_gameslist_favoritespopup div.basic div.button_thumbs div.button_thumbsup input
{
	float: right;
}

div.wv_gameslist_favoritespopup div.basic div.button_thumbs div.button_thumbsup div.button_thumbsup_info
{
	font-size: 11px;
	padding: 0px 5px 0px 5px;
	float: left;
}

div.wv_gameslist_favoritespopup div.basic div.button_thumbs div.button_thumbsdown
{
	display: none;
}

/*//////////////////////////////////////////////////////////////////*/

/*----------------------------------------------------------------------------*/
/*http://localhost/Skillpod/www.syfygames.com/themes/default/css/_site.css*/
/*----------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////*/
*
{
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
}

html
{
}

head
{
	height: 100%;
}

body
{
	min-height: 100%;
	margin: 0;
	padding: 0;
	background: #e5e5e2;
	/*
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0889cb', endColorstr='#ffffff');
	background: -webkit-gradient(linear, left top, left bottom, from(#0889cb), to(#ffffff));
	background: -moz-linear-gradient(top,  #0889cb,  #ffffff);
	background-repeat: no-repeat;
	*/
} 

a
{
	text-decoration: none;
}

/*//////////////////////////////////////////////////////////////////*/
.dragable_handle
{
	cursor: move;
}

.ui-sortable-placeholder
{
	border: 1px dotted #c5dbec;
	background-color: #dfeffc;
	visibility: visible !important;
	height: 150px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear: both;
}

.ui-sortable-placeholder *
{
	visibility: hidden;
}

/*//////////////////////////////////////////////////////////////////*/
.mechron-fix-ui-widget-header
{
	margin: 2px;
	padding: 4px 10px 4px 10px;
}

.mechron-fix-ui-widget-content
{
	margin: 5px;
}

.mechron-fix-ui-widget
{
	margin-bottom: 10px;
}

.mechron-fix-ui-state
{
	border: 1px solid transparent;
}

/*//////////////////////////////////////////////////////////////////*/
div.break_clear
{
	clear: both;
	line-height: 3px;
}

div.mclear
{
	clear: both;
}

/*//////////////////////////////////////////////////////////////////*/
ul.paginator_secondary,
ul.paginator_primary,
ul.paginator_tertiary
{
	margin: auto;
	padding: 0px;
}

ul.paginator_secondary li,
ul.paginator_primary li,
ul.paginator_tertiary li
{
	float: left;
	list-style-type: none;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 18px;
	cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////*/
ul.paginator_primary li.paginator_first_page
{
	background: url(../images/arrows/arrow_orange_left_stop.png) 15px 5px no-repeat;
	/*border-right: 1px dotted #ed9c02;*/
}

ul.paginator_primary li.paginator_prev_page
{
	background: url(../images/arrows/arrow_white_left_big.png) 15px 5px no-repeat;
	background-size: 14px 18px;
	/*border-right: 1px dotted #ed9c02;*/
}

ul.paginator_primary li.paginator_current_page
{
	margin: 0;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	font-size: 25px;
	color: #ffffff;
	text-shadow: 0px 0px;
}

ul.paginator_primary li.paginator_page_buttons
{
	margin: 0;
	padding: 5px 0px 0px 0px;
	font-weight: normal;
	font-size: 15px;
	color: #ffffff;
	text-shadow: 0px 0px;
}

ul.paginator_primary li.paginator_next_page
{
	background: url(../images/arrows/arrow_white_right_big.png) 15px 5px no-repeat;
	background-size: 14px 18px;
	/*border-right: 1px dotted #ed9c02;*/
}

ul.paginator_primary li.paginator_last_page
{
	background: url(../images/arrows/arrow_orange_right_stop.png) 15px 5px no-repeat;
	/*border-right: 1px dotted #ed9c02;*/
}

/*//////////////////////////////////////////////////////////////////*/
ul.paginator_secondary li.paginator_first_page
{
	background: url(../images/arrows/arrow_white_left_stop.png) 15px 5px no-repeat;
	/*border-right: 1px dotted #ffffff;*/
}

ul.paginator_secondary li.paginator_prev_page
{
	background: url(../images/arrows/arrow_purple_left_big.png) 15px 5px no-repeat;
	background-size: 14px 18px;
	/*border-right: 1px dotted #ffffff;*/
}

ul.paginator_secondary li.paginator_current_page
{
	margin: 0;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	font-size: 25px;
	color: #42145F;
	text-shadow: 0px 0px;
}

ul.paginator_secondary li.paginator_page_buttons
{
	margin: 0;
	padding: 5px 0px 0px 0px;
	font-weight: normal;
	font-size: 15px;
	color: #42145F;
	text-shadow: 0px 0px;
}

ul.paginator_secondary li.paginator_next_page
{
	background: url(../images/arrows/arrow_purple_right_big.png) 15px 5px no-repeat;
	background-size: 14px 18px;
	/*border-right: 1px dotted #ffffff;*/
}

ul.paginator_secondary li.paginator_last_page
{
	background: url(../images/arrows/arrow_white_right_stop.png) 15px 5px no-repeat;
	/*border-right: 1px dotted #ffffff;*/
}

/*//////////////////////////////////////////////////////////////////*/
ul.paginator_tertiary li.paginator_first_page
{
	background: url(../images/arrows/arrow_black_left_stop.png) 15px 5px no-repeat;
	/*border-right: 1px dotted #000000;*/
}

ul.paginator_tertiary li.paginator_prev_page
{
	background: url(../images/arrows/arrow_black_left.png) 15px 5px no-repeat;
	/*border-right: 1px dotted #000000;*/
}

ul.paginator_tertiary li.paginator_current_page
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	/*border-right: 1px dotted #000000;*/
	text-shadow: 0px 0px;
}

ul.paginator_tertiary li.paginator_page_buttons
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	/*border-right: 1px dotted #000000;*/
	text-shadow: 0px 0px;
}

ul.paginator_tertiary li.paginator_next_page
{
	background: url(../images/arrows/arrow_black_right.png) 15px 5px no-repeat;
	/*border-right: 1px dotted #000000;*/
}

ul.paginator_tertiary li.paginator_last_page
{
	background: url(../images/arrows/arrow_black_right_stop.png) 15px 5px no-repeat;
	/*border-right: 1px dotted #000000;*/
}

/*//////////////////////////////////////////////////////////////////*/
a.btn_share_email_small,
a.btn_add_favorites_small,
a.btn_thumbsup_small,
a.btn_thumbsdown_small,
a.btn_ajax_loader_small
{
	font-size: 12px;
	font-weight: bold;
	color: #565a5c;
	padding: 2px 5px 3px 29px;
	margin: 19px 0px 1px 0px;
	white-space: nowrap;
	height: 18px;
	display: inline-block;
}

/*----------*/
a.btn_share_email_small
{
	background: url(../images/icons/20x20_Mail_small.png) 3px 2px no-repeat;
}
a.btn_share_email_small:hover
{
}
/*----------*/
a.btn_add_favorites_small
{
	background: url(../images/icons/17x17_Fave_purple.png) 3px 2px no-repeat;
}
a.btn_add_favorites_small:hover
{
}
/*----------*/
a.btn_thumbsup_small
{
	background: url(../images/icons/17x17_ThumbsUp_purple.png) 3px 2px no-repeat;
}
a.btn_thumbsup_small:hover
{
}
/*----------*/
a.btn_thumbsdown_small
{
	background: url(../images/icons/17x17_ThumbsDown_purple.png) 3px 2px no-repeat;
}
a.btn_thumbsdown_small:hover
{
}
/*----------*/
a.btn_ajax_loader_small
{
	background: url(../images/icons/ajax-loader.gif) 3px 2px no-repeat;
}

/*//////////////////////////////////////////////////////////////////*/
a.btn_share_email_big,
a.btn_add_favorites_big,
a.btn_thumbsup_big,
a.btn_thumbsdown_big,
a.btn_ajax_loader_big
{
	display: inline-block;
	text-decoration: none;
	color: #42145f;
	font-size: 11px;
	width: 100px;
	height: 18px;
	white-space: nowrap;
	
	padding: 5px 8px 3px 24px;
	float: left;
	-moz-box-shadow: 3px 3px 5px 0px #cdcdcd;
	-webkit-box-shadow: 3px 3px 5px 0px #cdcdcd;
	box-shadow: 3px 3px 5px 0px #cdcdcd;
	cursor: pointer;
}

/*----------*/
a.btn_search
{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	
	padding: 5px 5px 5px 5px;
	
	background: #68437f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68437f), to(#42155f)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #68437f, #42155f); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(top, #68437f, #42155f); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #68437f, #42155f); /* IE10 */
	background:      -o-linear-gradient(top, #68437f, #42155f); /* Opera 11.10+ */
	background:         linear-gradient(top, #68437f, #42155f); /* W3C */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68437f', endColorstr='#42155f', GradientType=0); /* IE6-9 fallback on horizontal gradient */
	
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

a.btn_all_games
{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	
	padding: 12px 13px 10px 13px;
	margin: 0px 8px 0px 0px;
	
	background: #999a9b;
	background: -webkit-gradient(linear, left top, left bottom, from(#999a9b), to(#7a7b7c)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #999a9b, #7a7b7c); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(top, #999a9b, #7a7b7c); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #999a9b, #7a7b7c); /* IE10 */
	background:      -o-linear-gradient(top, #999a9b, #7a7b7c); /* Opera 11.10+ */
	background:         linear-gradient(top, #999a9b, #7a7b7c); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999a9b', endColorstr='#7a7b7c', GradientType=0); /* IE6-9 fallback on horizontal gradient */
	
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

a.btn_all_games:hover
{
	padding: 17px 13px 10px 13px;
	margin: 0px 8px 0px 0px;
	
	background: #565a5c;
	background: -webkit-gradient(linear, left top, left bottom, from(#565a5c), to(#444749)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #565a5c, #444749); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(top, #565a5c, #444749); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #565a5c, #444749); /* IE10 */
	background:      -o-linear-gradient(top, #565a5c, #444749); /* Opera 11.10+ */
	background:         linear-gradient(top, #565a5c, #444749); /* W3C */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565a5c', endColorstr='#444749', GradientType=0); /* IE6-9 fallback on horizontal gradient */
}

/*----------*/
a.btn_share_email_big
{
	background: #b1b1ad url(../images/icons/17x17_Mail_purple.png) 3px 4px no-repeat;
	background: url(../images/icons/17x17_Mail_purple.png) 3px 4px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#d8d8d3), to(#b1b1ad)); /* Saf4+, Chrome */
	background: url(../images/icons/17x17_Mail_purple.png) 3px 4px no-repeat, -webkit-linear-gradient(top, #d8d8d3, #b1b1ad); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/17x17_Mail_purple.png) 3px 4px no-repeat,    -moz-linear-gradient(top, #d8d8d3, #b1b1ad); /* FF3.6+ */
	background: url(../images/icons/17x17_Mail_purple.png) 3px 4px no-repeat,     -ms-linear-gradient(top, #d8d8d3, #b1b1ad); /* IE10 */
	background: url(../images/icons/17x17_Mail_purple.png) 3px 4px no-repeat,      -o-linear-gradient(top, #d8d8d3, #b1b1ad); /* Opera 11.10+ */
	background: url(../images/icons/17x17_Mail_purple.png) 3px 4px no-repeat,         linear-gradient(top, #d8d8d3, #b1b1ad); /* W3C */
}

/*----------*/
a.btn_add_favorites_big
{
	background: #b1b1ad url(../images/icons/17x17_Fave_purple.png) 3px 4px no-repeat;
	background: url(../images/icons/17x17_Fave_purple.png) 3px 4px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#d8d8d3), to(#b1b1ad)); /* Saf4+, Chrome */
	background: url(../images/icons/17x17_Fave_purple.png) 3px 4px no-repeat, -webkit-linear-gradient(top, #d8d8d3, #b1b1ad); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/17x17_Fave_purple.png) 3px 4px no-repeat,    -moz-linear-gradient(top, #d8d8d3, #b1b1ad); /* FF3.6+ */
	background: url(../images/icons/17x17_Fave_purple.png) 3px 4px no-repeat,     -ms-linear-gradient(top, #d8d8d3, #b1b1ad); /* IE10 */
	background: url(../images/icons/17x17_Fave_purple.png) 3px 4px no-repeat,      -o-linear-gradient(top, #d8d8d3, #b1b1ad); /* Opera 11.10+ */
	background: url(../images/icons/17x17_Fave_purple.png) 3px 4px no-repeat,         linear-gradient(top, #d8d8d3, #b1b1ad); /* W3C */
}

/*----------*/
a.btn_thumbsup_big
{
	background: #b1b1ad url(../images/icons/17x17_ThumbsUp_purple.png) 3px 4px no-repeat;
	background: url(../images/icons/17x17_ThumbsUp_purple.png) 3px 4px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#d8d8d3), to(#b1b1ad)); /* Saf4+, Chrome */
	background: url(../images/icons/17x17_ThumbsUp_purple.png) 3px 4px no-repeat, -webkit-linear-gradient(top, #d8d8d3, #b1b1ad); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/17x17_ThumbsUp_purple.png) 3px 4px no-repeat,    -moz-linear-gradient(top, #d8d8d3, #b1b1ad); /* FF3.6+ */
	background: url(../images/icons/17x17_ThumbsUp_purple.png) 3px 4px no-repeat,     -ms-linear-gradient(top, #d8d8d3, #b1b1ad); /* IE10 */
	background: url(../images/icons/17x17_ThumbsUp_purple.png) 3px 4px no-repeat,      -o-linear-gradient(top, #d8d8d3, #b1b1ad); /* Opera 11.10+ */
	background: url(../images/icons/17x17_ThumbsUp_purple.png) 3px 4px no-repeat,         linear-gradient(top, #d8d8d3, #b1b1ad); /* W3C */
}

/*----------*/
a.btn_thumbsdown_big
{
	background: #b1b1ad url(../images/icons/17x17_ThumbsDown_purple.png) 3px 4px no-repeat;
	background: url(../images/icons/17x17_ThumbsDown_purple.png) 3px 4px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#d8d8d3), to(#b1b1ad)); /* Saf4+, Chrome */
	background: url(../images/icons/17x17_ThumbsDown_purple.png) 3px 4px no-repeat, -webkit-linear-gradient(top, #d8d8d3, #b1b1ad); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/17x17_ThumbsDown_purple.png) 3px 4px no-repeat,    -moz-linear-gradient(top, #d8d8d3, #b1b1ad); /* FF3.6+ */
	background: url(../images/icons/17x17_ThumbsDown_purple.png) 3px 4px no-repeat,     -ms-linear-gradient(top, #d8d8d3, #b1b1ad); /* IE10 */
	background: url(../images/icons/17x17_ThumbsDown_purple.png) 3px 4px no-repeat,      -o-linear-gradient(top, #d8d8d3, #b1b1ad); /* Opera 11.10+ */
	background: url(../images/icons/17x17_ThumbsDown_purple.png) 3px 4px no-repeat,         linear-gradient(top, #d8d8d3, #b1b1ad); /* W3C */
}

/*----------*/
a.btn_ajax_loader_big
{
	background: #b1b1ad url(../images/icons/ajax-loader.gif) 3px 4px no-repeat;
	background: url(../images/icons/ajax-loader.gif) 3px 4px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#d8d8d3), to(#b1b1ad)); /* Saf4+, Chrome */
	background: url(../images/icons/ajax-loader.gif) 3px 4px no-repeat, -webkit-linear-gradient(top, #d8d8d3, #b1b1ad); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/ajax-loader.gif) 3px 4px no-repeat,    -moz-linear-gradient(top, #d8d8d3, #b1b1ad); /* FF3.6+ */
	background: url(../images/icons/ajax-loader.gif) 3px 4px no-repeat,     -ms-linear-gradient(top, #d8d8d3, #b1b1ad); /* IE10 */
	background: url(../images/icons/ajax-loader.gif) 3px 4px no-repeat,      -o-linear-gradient(top, #d8d8d3, #b1b1ad); /* Opera 11.10+ */
	background: url(../images/icons/ajax-loader.gif) 3px 4px no-repeat,         linear-gradient(top, #d8d8d3, #b1b1ad); /* W3C */
}

/*//////////////////////////////////////////////////////////////////*/
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only
{
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	
	border: 0px;
	
	background: #757778;
	background: -webkit-gradient(linear, left top, left bottom, from(#757778), to(#5d5e5f)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #757778, #5d5e5f); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(top, #757778, #5d5e5f); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #757778, #5d5e5f); /* IE10 */
	background:      -o-linear-gradient(top, #757778, #5d5e5f); /* Opera 11.10+ */
	background:         linear-gradient(top, #757778, #5d5e5f); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757778', endColorstr='#5d5e5f', GradientType=0); /* IE6-9 fallback on horizontal gradient */
	
	padding: 5px 15px 3px 15px;
	float: left;
	-moz-box-shadow: 3px 3px 5px 0px #cdcdcd;
	-webkit-box-shadow: 3px 3px 5px 0px #cdcdcd;
	box-shadow: 3px 3px 5px 0px #cdcdcd;
	cursor: pointer;
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only > span.ui-button-text
{
	padding: 0px 0px 0px 0px;
}

/*//////////////////////////////////////////////////////////////////*/
a.button_share_on_facebook
{
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 5px 5px 5px;
	cursor: pointer;
	white-space: nowrap;
	
	background: #3B5998;
	
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
/*//////////////////////////////////////////////////////////////////*/
a.button_primary
{
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	
	background: #046ea4;
	background: -webkit-gradient(linear, left top, left bottom, from(#068bcf), to(#046ea4)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #068bcf, #046ea4); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(top, #068bcf, #046ea4); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #068bcf, #046ea4); /* IE10 */
	background:      -o-linear-gradient(top, #068bcf, #046ea4); /* Opera 11.10+ */
	background:         linear-gradient(top, #068bcf, #046ea4); /* W3C */
	
	padding: 5px 8px 3px 21px;
	/*float: left;*/
	-moz-box-shadow: 3px 3px 5px 0px #cdcdcd;
	-webkit-box-shadow: 3px 3px 5px 0px #cdcdcd;
	box-shadow: 3px 3px 5px 0px #cdcdcd;
	cursor: pointer;
}

a.button_secondary
{
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	
	background: #5d5e5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#757778), to(#5d5e5f)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #757778, #5d5e5f); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(top, #757778, #5d5e5f); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #757778, #5d5e5f); /* IE10 */
	background:      -o-linear-gradient(top, #757778, #5d5e5f); /* Opera 11.10+ */
	background:         linear-gradient(top, #757778, #5d5e5f); /* W3C */
	
	padding: 5px 15px 3px 15px;
	/*float: left;*/
	-moz-box-shadow: 3px 3px 5px 0px #cdcdcd;
	-webkit-box-shadow: 3px 3px 5px 0px #cdcdcd;
	box-shadow: 3px 3px 5px 0px #cdcdcd;
	cursor: pointer;
}

a.button_tertiary
{
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	
	background: #6aab00;
	background: -webkit-gradient(linear, left top, left bottom, from(#6aab00), to(#548800));
	background: -webkit-linear-gradient(top, #6aab00, #548800);
	background: -moz-linear-gradient(top, #6aab00, #548800);
	background: -ms-linear-gradient(top, #6aab00, #548800);
	background: -o-linear-gradient(top, #6aab00, #548800);
	background: linear-gradient(top, #6aab00, #548800);
	
	padding: 5px 15px 3px 15px;
	/*float: left;*/
	-moz-box-shadow: 3px 3px 5px 0px #cdcdcd;
	-webkit-box-shadow: 3px 3px 5px 0px #cdcdcd;
	box-shadow: 3px 3px 5px 0px #cdcdcd;
	cursor: pointer;
}

a.button_quaternary
{
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	
	background: #42155f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68437f), to(#42155f));
	background: -webkit-linear-gradient(top, #68437f, #42155f);
	background: -moz-linear-gradient(top, #68437f, #42155f);
	background: -ms-linear-gradient(top, #68437f, #42155f);
	background: -o-linear-gradient(top, #68437f, #42155f);
	background: linear-gradient(top, #68437f, #42155f);
	
	padding: 5px 15px 3px 15px;
	/*float: left;*/
	-moz-box-shadow: 3px 3px 5px 0px #cdcdcd;
	-webkit-box-shadow: 3px 3px 5px 0px #cdcdcd;
	box-shadow: 3px 3px 5px 0px #cdcdcd;
	cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////*/
a.button_primary.icon_play
{
	/*padding: 6px 5px 5px 23px;*/
	background: #046ea4 url(../images/icons/8x11_play.png) 8px 8px no-repeat;
	background: url(../images/icons/8x11_play.png) 8px 8px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#068bcf), to(#046ea4)); /* Saf4+, Chrome */
	background: url(../images/icons/8x11_play.png) 8px 8px no-repeat, -webkit-linear-gradient(top, #068bcf, #046ea4); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/8x11_play.png) 8px 8px no-repeat,    -moz-linear-gradient(top, #068bcf, #046ea4); /* FF3.6+ */
	background: url(../images/icons/8x11_play.png) 8px 8px no-repeat,     -ms-linear-gradient(top, #068bcf, #046ea4); /* IE10 */
	background: url(../images/icons/8x11_play.png) 8px 8px no-repeat,      -o-linear-gradient(top, #068bcf, #046ea4); /* Opera 11.10+ */
	background: url(../images/icons/8x11_play.png) 8px 8px no-repeat,         linear-gradient(top, #068bcf, #046ea4); /* W3C */
}

a.button_secondary.icon_play
{
	padding: 6px 5px 5px 23px;
	background: #5d5e5f url(../images/icons/8x11_play.png) 8px 8px no-repeat;
	background: url(../images/icons/8x11_play.png) 8px 8px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#757778), to(#5d5e5f)); /* Saf4+, Chrome */
	background: url(../images/icons/8x11_play.png) 8px 8px no-repeat, -webkit-linear-gradient(top, #757778, #5d5e5f); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/8x11_play.png) 8px 8px no-repeat,    -moz-linear-gradient(top, #757778, #5d5e5f); /* FF3.6+ */
	background: url(../images/icons/8x11_play.png) 8px 8px no-repeat,     -ms-linear-gradient(top, #757778, #5d5e5f); /* IE10 */
	background: url(../images/icons/8x11_play.png) 8px 8px no-repeat,      -o-linear-gradient(top, #757778, #5d5e5f); /* Opera 11.10+ */
	background: url(../images/icons/8x11_play.png) 8px 8px no-repeat,         linear-gradient(top, #757778, #5d5e5f); /* W3C */
}

a.button_tertiary.icon_play
{
	padding: 4px 15px 3px 30px;
	background: #548800 url(../images/icons/15x15_play.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_play.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6aab00), to(#548800));
	background: url(../images/icons/15x15_play.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #6aab00, #548800);
	background: url(../images/icons/15x15_play.png) 11px 5px no-repeat, -moz-linear-gradient(top, #6aab00, #548800);
	background: url(../images/icons/15x15_play.png) 11px 5px no-repeat, -ms-linear-gradient(top, #6aab00, #548800);
	background: url(../images/icons/15x15_play.png) 11px 5px no-repeat, -o-linear-gradient(top, #6aab00, #548800);
	background: url(../images/icons/15x15_play.png) 11px 5px no-repeat, linear-gradient(top, #6aab00, #548800);
}

a.button_quaternary.icon_play
{
	padding: 4px 15px 3px 30px;
	background: #42155f url(../images/icons/15x15_play.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_play.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#68437f), to(#42155f));
	background: url(../images/icons/15x15_play.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_play.png) 11px 5px no-repeat, -moz-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_play.png) 11px 5px no-repeat, -ms-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_play.png) 11px 5px no-repeat, -o-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_play.png) 11px 5px no-repeat, linear-gradient(top, #68437f, #42155f);
}

/*//////////////////////////////////////////////////////////////////*/
a.button_primary.icon_cancel
{
	padding: 4px 15px 3px 30px;
	background: #068bcf url(../images/icons/15x15_cancel.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#068bcf), to(#046ea4)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #068bcf, #046ea4); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #068bcf, #046ea4); /* FF3.6+ */
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #068bcf, #046ea4); /* IE10 */
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat,      -o-linear-gradient(top, #068bcf, #046ea4); /* Opera 11.10+ */
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat,         linear-gradient(top, #068bcf, #046ea4); /* W3C */
}

a.button_secondary.icon_cancel
{
	padding: 4px 15px 3px 30px;
	background: #757778 url(../images/icons/15x15_cancel.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#757778), to(#5d5e5f)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #757778, #5d5e5f); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #757778, #5d5e5f); /* FF3.6+ */
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #757778, #5d5e5f); /* IE10 */
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat,      -o-linear-gradient(top, #757778, #5d5e5f); /* Opera 11.10+ */
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat,         linear-gradient(top, #757778, #5d5e5f); /* W3C */
}

a.button_tertiary.icon_cancel
{
	padding: 4px 15px 3px 30px;
	background: #6aab00 url(../images/icons/15x15_cancel.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6aab00), to(#548800)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #6aab00, #548800); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #6aab00, #548800); /* FF3.6+ */
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #6aab00, #548800); /* IE10 */
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat,      -o-linear-gradient(top, #6aab00, #548800); /* Opera 11.10+ */
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat,         linear-gradient(top, #6aab00, #548800); /* W3C */
}

a.button_quaternary.icon_cancel
{
	padding: 4px 15px 3px 30px;
	background: #42155f url(../images/icons/15x15_cancel.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#68437f), to(#42155f));
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat, -moz-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat, -ms-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat, -o-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_cancel.png) 11px 5px no-repeat, linear-gradient(top, #68437f, #42155f);
}

/*//////////////////////////////////////////////////////////////////*/
a.button_primary.icon_info
{
	padding: 4px 15px 3px 30px;
	background: #068bcf url(../images/icons/15x15_info.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#068bcf), to(#046ea4)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #068bcf, #046ea4); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #068bcf, #046ea4); /* FF3.6+ */
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #068bcf, #046ea4); /* IE10 */
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat,      -o-linear-gradient(top, #068bcf, #046ea4); /* Opera 11.10+ */
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat,         linear-gradient(top, #068bcf, #046ea4); /* W3C */
}

a.button_secondary.icon_info
{
	padding: 4px 15px 3px 30px;
	background: #757778 url(../images/icons/15x15_info.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#757778), to(#5d5e5f)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #757778, #5d5e5f); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #757778, #5d5e5f); /* FF3.6+ */
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #757778, #5d5e5f); /* IE10 */
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat,      -o-linear-gradient(top, #757778, #5d5e5f); /* Opera 11.10+ */
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat,         linear-gradient(top, #757778, #5d5e5f); /* W3C */
}

a.button_tertiary.icon_info
{
	padding: 4px 15px 3px 30px;
	background: #6aab00 url(../images/icons/15x15_info.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6aab00), to(#548800)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #6aab00, #548800); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #6aab00, #548800); /* FF3.6+ */
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #6aab00, #548800); /* IE10 */
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat,      -o-linear-gradient(top, #6aab00, #548800); /* Opera 11.10+ */
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat,         linear-gradient(top, #6aab00, #548800); /* W3C */
}

a.button_quaternary.icon_info
{
	padding: 4px 15px 3px 30px;
	background: #42155f url(../images/icons/15x15_info.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#68437f), to(#42155f));
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat, -moz-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat, -ms-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat, -o-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_info.png) 11px 5px no-repeat, linear-gradient(top, #68437f, #42155f);
}

/*//////////////////////////////////////////////////////////////////*/
a.button_primary.icon_send
{
	padding: 4px 15px 3px 30px;
	background: #068bcf url(../images/icons/15x15_send.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#068bcf), to(#046ea4)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #068bcf, #046ea4); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #068bcf, #046ea4); /* FF3.6+ */
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #068bcf, #046ea4); /* IE10 */
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat,      -o-linear-gradient(top, #068bcf, #046ea4); /* Opera 11.10+ */
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat,         linear-gradient(top, #068bcf, #046ea4); /* W3C */
}

a.button_secondary.icon_send
{
	padding: 4px 15px 3px 30px;
	background: #757778 url(../images/icons/15x15_send.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#757778), to(#5d5e5f)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #757778, #5d5e5f); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #757778, #5d5e5f); /* FF3.6+ */
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #757778, #5d5e5f); /* IE10 */
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat,      -o-linear-gradient(top, #757778, #5d5e5f); /* Opera 11.10+ */
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat,         linear-gradient(top, #757778, #5d5e5f); /* W3C */
}

a.button_tertiary.icon_send
{
	padding: 4px 15px 3px 30px;
	background: #6aab00 url(../images/icons/15x15_send.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6aab00), to(#548800)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #6aab00, #548800); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #6aab00, #548800); /* FF3.6+ */
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #6aab00, #548800); /* IE10 */
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat,      -o-linear-gradient(top, #6aab00, #548800); /* Opera 11.10+ */
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat,         linear-gradient(top, #6aab00, #548800); /* W3C */
}

a.button_quaternary.icon_send
{
	padding: 4px 15px 3px 30px;
	background: #42155f url(../images/icons/15x15_send.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#68437f), to(#42155f));
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat, -moz-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat, -ms-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat, -o-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_send.png) 11px 5px no-repeat, linear-gradient(top, #68437f, #42155f);
}

/*//////////////////////////////////////////////////////////////////*/
a.button_primary.icon_search
{
	padding: 4px 15px 3px 30px;
	background: #068bcf url(../images/icons/15x15_search.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#068bcf), to(#046ea4)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #068bcf, #046ea4); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #068bcf, #046ea4); /* FF3.6+ */
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #068bcf, #046ea4); /* IE10 */
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat,      -o-linear-gradient(top, #068bcf, #046ea4); /* Opera 11.10+ */
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat,         linear-gradient(top, #068bcf, #046ea4); /* W3C */
}

a.button_secondary.icon_search
{
	padding: 4px 15px 3px 30px;
	background: #757778 url(../images/icons/15x15_search.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#757778), to(#5d5e5f)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #757778, #5d5e5f); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #757778, #5d5e5f); /* FF3.6+ */
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #757778, #5d5e5f); /* IE10 */
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat,      -o-linear-gradient(top, #757778, #5d5e5f); /* Opera 11.10+ */
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat,         linear-gradient(top, #757778, #5d5e5f); /* W3C */
}

a.button_tertiary.icon_search
{
	padding: 4px 15px 3px 30px;
	background: #6aab00 url(../images/icons/15x15_search.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6aab00), to(#548800)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #6aab00, #548800); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #6aab00, #548800); /* FF3.6+ */
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #6aab00, #548800); /* IE10 */
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat,      -o-linear-gradient(top, #6aab00, #548800); /* Opera 11.10+ */
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat,         linear-gradient(top, #6aab00, #548800); /* W3C */
}

a.button_quaternary.icon_search
{
	padding: 4px 15px 3px 30px;
	background: #42155f url(../images/icons/15x15_search.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#68437f), to(#42155f));
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat, -moz-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat, -ms-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat, -o-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_search.png) 11px 5px no-repeat, linear-gradient(top, #68437f, #42155f);
}

/*//////////////////////////////////////////////////////////////////*/
a.button_primary.icon_pods
{
	padding: 4px 15px 3px 30px;
	background: #046ea4 url(../images/icons/syfy_pods_white.png) 9px 5px no-repeat;
	background: url(../images/icons/syfy_pods_white.png) 9px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#068bcf), to(#046ea4)); /* Saf4+, Chrome */
	background: url(../images/icons/syfy_pods_white.png) 9px 5px no-repeat, -webkit-linear-gradient(top, #068bcf, #046ea4); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/syfy_pods_white.png) 9px 5px no-repeat,    -moz-linear-gradient(top, #068bcf, #046ea4); /* FF3.6+ */
	background: url(../images/icons/syfy_pods_white.png) 9px 5px no-repeat,     -ms-linear-gradient(top, #068bcf, #046ea4); /* IE10 */
	background: url(../images/icons/syfy_pods_white.png) 9px 5px no-repeat,      -o-linear-gradient(top, #068bcf, #046ea4); /* Opera 11.10+ */
	background: url(../images/icons/syfy_pods_white.png) 9px 5px no-repeat,         linear-gradient(top, #068bcf, #046ea4); /* W3C */
}

a.button_secondary.icon_pods
{
	padding: 4px 15px 3px 30px;
	background: #757778 url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat;
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#757778), to(#5d5e5f)); /* Saf4+, Chrome */
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #757778, #5d5e5f); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #757778, #5d5e5f); /* FF3.6+ */
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #757778, #5d5e5f); /* IE10 */
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat,      -o-linear-gradient(top, #757778, #5d5e5f); /* Opera 11.10+ */
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat,         linear-gradient(top, #757778, #5d5e5f); /* W3C */
}

a.button_tertiary.icon_pods
{
	padding: 4px 15px 3px 30px;
	background: #6aab00 url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat;
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6aab00), to(#548800)); /* Saf4+, Chrome */
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #6aab00, #548800); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #6aab00, #548800); /* FF3.6+ */
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #6aab00, #548800); /* IE10 */
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat,      -o-linear-gradient(top, #6aab00, #548800); /* Opera 11.10+ */
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat,         linear-gradient(top, #6aab00, #548800); /* W3C */
}

a.button_quaternary.icon_pods
{
	padding: 4px 15px 3px 30px;
	background: #42155f url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat;
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#68437f), to(#42155f));
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat, -moz-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat, -ms-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat, -o-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/syfy_pods_white.png) 11px 5px no-repeat, linear-gradient(top, #68437f, #42155f);
}

/*//////////////////////////////////////////////////////////////////*/
a.button_primary.icon_register
{
	padding: 4px 15px 3px 30px;
	background: #068bcf url(../images/icons/15x15_register.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#068bcf), to(#046ea4)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #068bcf, #046ea4); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #068bcf, #046ea4); /* FF3.6+ */
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #068bcf, #046ea4); /* IE10 */
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat,      -o-linear-gradient(top, #068bcf, #046ea4); /* Opera 11.10+ */
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat,         linear-gradient(top, #068bcf, #046ea4); /* W3C */
}

a.button_secondary.icon_register
{
	padding: 4px 15px 3px 30px;
	background: #757778 url(../images/icons/15x15_register.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#757778), to(#5d5e5f)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #757778, #5d5e5f); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #757778, #5d5e5f); /* FF3.6+ */
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #757778, #5d5e5f); /* IE10 */
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat,      -o-linear-gradient(top, #757778, #5d5e5f); /* Opera 11.10+ */
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat,         linear-gradient(top, #757778, #5d5e5f); /* W3C */
}

a.button_tertiary.icon_register
{
	padding: 4px 15px 3px 30px;
	background: #6aab00 url(../images/icons/15x15_register.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6aab00), to(#548800)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #6aab00, #548800); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #6aab00, #548800); /* FF3.6+ */
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #6aab00, #548800); /* IE10 */
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat,      -o-linear-gradient(top, #6aab00, #548800); /* Opera 11.10+ */
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat,         linear-gradient(top, #6aab00, #548800); /* W3C */
}

a.button_quaternary.icon_register
{
	padding: 4px 15px 3px 30px;
	background: #42155f url(../images/icons/15x15_register.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#68437f), to(#42155f));
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat, -moz-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat, -ms-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat, -o-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_register.png) 11px 5px no-repeat, linear-gradient(top, #68437f, #42155f);
}

/*//////////////////////////////////////////////////////////////////*/
a.button_primary.icon_login
{
	padding: 4px 15px 3px 30px;
	background: #068bcf url(../images/icons/15x15_login.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#068bcf), to(#046ea4)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #068bcf, #046ea4); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #068bcf, #046ea4); /* FF3.6+ */
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #068bcf, #046ea4); /* IE10 */
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat,      -o-linear-gradient(top, #068bcf, #046ea4); /* Opera 11.10+ */
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat,         linear-gradient(top, #068bcf, #046ea4); /* W3C */
}

a.button_secondary.icon_login
{
	padding: 4px 15px 3px 30px;
	background: #757778 url(../images/icons/15x15_login.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#757778), to(#5d5e5f)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #757778, #5d5e5f); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #757778, #5d5e5f); /* FF3.6+ */
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #757778, #5d5e5f); /* IE10 */
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat,      -o-linear-gradient(top, #757778, #5d5e5f); /* Opera 11.10+ */
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat,         linear-gradient(top, #757778, #5d5e5f); /* W3C */
}

a.button_tertiary.icon_login
{
	padding: 4px 15px 3px 30px;
	background: #6aab00 url(../images/icons/15x15_login.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6aab00), to(#548800)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #6aab00, #548800); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #6aab00, #548800); /* FF3.6+ */
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #6aab00, #548800); /* IE10 */
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat,      -o-linear-gradient(top, #6aab00, #548800); /* Opera 11.10+ */
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat,         linear-gradient(top, #6aab00, #548800); /* W3C */
}

a.button_quaternary.icon_login
{
	padding: 4px 15px 3px 30px;
	background: #42155f url(../images/icons/15x15_login.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#68437f), to(#42155f));
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat, -moz-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat, -ms-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat, -o-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_login.png) 11px 5px no-repeat, linear-gradient(top, #68437f, #42155f);
}

/*//////////////////////////////////////////////////////////////////*/
a.button_primary.icon_save
{
	padding: 4px 15px 3px 30px;
	background: #068bcf url(../images/icons/15x15_save.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#068bcf), to(#046ea4)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #068bcf, #046ea4); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #068bcf, #046ea4); /* FF3.6+ */
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #068bcf, #046ea4); /* IE10 */
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat,      -o-linear-gradient(top, #068bcf, #046ea4); /* Opera 11.10+ */
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat,         linear-gradient(top, #068bcf, #046ea4); /* W3C */
}

a.button_secondary.icon_save
{
	padding: 4px 15px 3px 30px;
	background: #757778 url(../images/icons/15x15_save.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#757778), to(#5d5e5f)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #757778, #5d5e5f); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #757778, #5d5e5f); /* FF3.6+ */
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #757778, #5d5e5f); /* IE10 */
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat,      -o-linear-gradient(top, #757778, #5d5e5f); /* Opera 11.10+ */
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat,         linear-gradient(top, #757778, #5d5e5f); /* W3C */
}

a.button_tertiary.icon_save
{
	padding: 4px 15px 3px 30px;
	background: #6aab00 url(../images/icons/15x15_save.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6aab00), to(#548800)); /* Saf4+, Chrome */
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #6aab00, #548800); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat,    -moz-linear-gradient(top, #6aab00, #548800); /* FF3.6+ */
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat,     -ms-linear-gradient(top, #6aab00, #548800); /* IE10 */
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat,      -o-linear-gradient(top, #6aab00, #548800); /* Opera 11.10+ */
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat,         linear-gradient(top, #6aab00, #548800); /* W3C */
}


a.button_quaternary.icon_save
{
	padding: 4px 15px 3px 30px;
	background: #42155f url(../images/icons/15x15_save.png) 11px 5px no-repeat;
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#68437f), to(#42155f));
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat, -webkit-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat, -moz-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat, -ms-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat, -o-linear-gradient(top, #68437f, #42155f);
	background: url(../images/icons/15x15_save.png) 11px 5px no-repeat, linear-gradient(top, #68437f, #42155f);
}

/*//////////////////////////////////////////////////////////////////*/
a.button_secondary.icon_video_play
{
	padding: 5px 10px 3px 30px;
	background: #999a9c url(../images/icons/16x16_video_play.png) 8px 6px no-repeat;
	background: url(../images/icons/16x16_video_play.png) 8px 6px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#999a9c), to(#797a7c)); /* Saf4+, Chrome */
	background: url(../images/icons/16x16_video_play.png) 8px 6px no-repeat, -webkit-linear-gradient(top, #999a9c, #797a7c); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icons/16x16_video_play.png) 8px 6px no-repeat,    -moz-linear-gradient(top, #999a9c, #797a7c); /* FF3.6+ */
	background: url(../images/icons/16x16_video_play.png) 8px 6px no-repeat,     -ms-linear-gradient(top, #999a9c, #797a7c); /* IE10 */
	background: url(../images/icons/16x16_video_play.png) 8px 6px no-repeat,      -o-linear-gradient(top, #999a9c, #797a7c); /* Opera 11.10+ */
	background: url(../images/icons/16x16_video_play.png) 8px 6px no-repeat,         linear-gradient(top, #999a9c, #797a7c); /* W3C */
}

/*//////////////////////////////////////////////////////////////////*/
a.link_primary
{
	color: #f39a1f;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.link_secondary
{
	color: #42145f;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.link_tertiary
{
	color: #42145f;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.link_primary:hover
{
}

a.link_secondary:hover
{
}

a.link_tertiary:hover
{
}

a.link_primary.right
{
	background: url(../images/arrows/arrow_orange_right.png) right 3px no-repeat;
	padding: 0px 10px 0px 0px;
}

a.link_secondary.right
{
	background: url(../images/arrows/arrow_white_right.png) right 3px no-repeat;
	padding: 0px 10px 0px 0px;
}

a.link_tertiary.right
{
	background: url(../images/arrows/arrow_black_right.png) right 3px no-repeat;
	padding: 0px 10px 0px 0px;
}

a.link_primary.left
{
	background: url(../images/arrows/arrow_purple_left_big.png) 15px 5px no-repeat;
	background-size: 14px 18px;
	padding: 2px 0px 0px 35px;
/*	background: url(../images/arrows/arrow_orange_left.png) left 3px no-repeat;
	padding: 0px 0px 0px 10px;*/
}

a.link_secondary.left
{
	background: url(../images/arrows/arrow_white_left.png) left 3px no-repeat;
	padding: 0px 0px 0px 10px;
}

a.link_tertiary.left
{
	background: url(../images/arrows/arrow_black_left.png) left 3px no-repeat;
	padding: 0px 0px 0px 10px;
}

a.link_tertiary.forgot_password
{
	background: url(../images/arrows/arrow_forgot_password.png) 2px 3px no-repeat;
	padding: 0px 0px 0px 18px
}

/*//////////////////////////////////////////////////////////////////*/
div a.add,
div a.confirm_yes
{
	background: url(../images/icons/validyes.png) right 4px no-repeat;
	line-height: 25px;
	padding: 7px 25px 7px 0px;
	margin: 0px 5px 0px 5px;
}

div a.wait,
div a.confirm_no,
div a.remove
{
	background: url(../images/icons/validno.png) right 4px no-repeat;
	line-height: 25px;
	padding: 7px 25px 7px 0px;
	margin: 0px 5px 0px 5px;
}

div a.send_message
{
	background: url(../images/icons/messages_small.png) no-repeat;
	height: 20px;
	margin: 10px 0px 0px 0px;
	display: block;
	padding: 0px 0px 0px 22px;
}

div a.send_gift
{
	background: url(../images/icons/gifts_small.png) no-repeat;
	height: 20px;
	margin: 10px 0px 0px 0px;
	display: block;
	padding: 0px 0px 0px 22px;
}

/*//////////////////////////////////////////////////////////////////*/
div#div_ajax_info
{
	margin: 0px auto 0px auto;
	-moz-box-shadow: 5px 5px 10px -6px #666666;
	-webkit-box-shadow: 5px 5px 10px -6px #666666;
	box-shadow: 5px 5px 10px -6px #666666;
}

div#div_ajax_info > div
{
}

div#div_ajax_info div.full
{
	float: left;
	background:  url(../images/star_full.png) no-repeat;
	width: 20px;
	height: 21px;
}

div#div_ajax_info div.half
{
	float: left;
	background: url(../images/star_half.png) no-repeat;
	width: 20px;
	height: 21px;
}

div#div_ajax_info div.none
{
	float: left;
	background: url(../images/star_none.png) no-repeat;
	width: 20px;
	height: 21px;
}

/*
div#div_ajax_info div.information div.friend_request
{
	clear: both;
}
*/

div#div_ajax_info div.wrapper_primary div.content
{
	padding: 0px 0px 0px 0px;
}

div#div_ajax_info div.wrapper_primary div.content
{
	background: #ffffff;
}

div#div_ajax_info div.wrapper_primary div.content div.info
{
	padding: 5px 10px 5px 10px;
	width: 178px;
}

div#div_ajax_info div.wrapper_primary div.content div.buttons
{
	padding: 5px 5px 10px 5px;
}

div#div_ajax_info div.info div.name a
{
	width: 188px;
	color: #42145f;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

div#div_ajax_info div.info div.name a:hover
{
}

div#div_ajax_info div.info div.description
{
	color: #5D5D5B;
}

div#div_ajax_info div.avatar
{
	margin: 20px 10px 20px 20px;
	float: left;
	
	-moz-box-shadow: 5px 5px 10px -6px #666666;
	-webkit-box-shadow: 5px 5px 10px -6px #666666;
	box-shadow: 5px 5px 10px -6px #666666;
	
	border: 1px solid #42145f;
}

div#div_ajax_info div.information
{
	margin: 20px 0px 0px 0px;
	float: left;
	width: 188px;
	color: #42145f;
}

div#div_ajax_info div.information label
{
	display: none;
}

div#div_ajax_info div.information div a
{
	color: #42145f;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

div#div_ajax_info div.information div a:hover
{
}

div#div_ajax_info div.information div.gender div
{
	color: #42145f;
}

div#div_ajax_info div.friend_request a
{
	color: #42145f;
	font-weight: bold;
	text-decoration: none;
}

div#div_ajax_info div.friend_request a:hover
{
}

div#div_ajax_info div.button_gameinfo a
{

}

div#div_ajax_info div.button_gameinfo a:hover
{
}

/*//////////////////////////////////////////////////////////////////*/
div.validno
{
	margin: 0.5em 0em 0.5em 0em;
	padding: 0.5em 0em 0.5em 0em;
	float: left;
}

div.validno em
{
	float: left;
	display: block;
	width: 0;
	height: 0;
	/*border: 10px solid;
	border-color: transparent #FBC2C4 transparent transparent;*/
}

div.validno span
{
	padding: 7px 10px 0px 10px;
	float: left;
	display: block;
	/*border: 1px solid #FBC2C4;
	background-color: #FFEFEF;
	height: 18px;
	color: black;*/
	color: #b31234;
	font-weight: bold;
	font-size: 12px;
}

div.validyes
{
	background-image: url(../images/icons/validyes.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
	display: block;
	width: 16px;
	height: 18px;
	margin: 0.5em;
	padding: 0.5em;
}

div.validloader
{
	background-image: url(../images/icons/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
	display: block;
	width: 16px;
	height: 18px;
	margin: 0.5em;
	padding: 0.5em;
}

/*//////////////////////////////////////////////////////////////////*/

