/* CSS Document */
/* author Nexan */
/* contact http://www.forenberg.de */
/* package com.nerd.bbcode.video */

/* ### Video BBCode Common ### */ 
.NERD_videoContainer {
clear:both;
text-align:center
}
.NERD_sevenloadContainer, .NERD_googleContainer, .NERD_youtubeContainer, .NERD_myvideoContainer, .NERD_clipfishContainer, .NERD_errorContainer, .NERD_gametrailersContainer {
height:auto;
margin:auto;
text-align:left;
}
.NERD_sevenloadContainer .border, .NERD_googleContainer .border, .NERD_youtubeContainer .border, .NERD_myvideoContainer .border, .NERD_errorContainer .border, .NERD_gametrailersContainer .border {
margin:0 15px 7px 0;
}
.NERD_sevenloadContainer .border .containerHead, .NERD_googleContainer .border .containerHead, .NERD_youtubeContainer .border .containerHead, .NERD_myvideoContainer .border .containerHead, .NERD_clipfishContainer .border .containerHead, .NERD_gametrailersContainer .border .containerHead {
font-weight:bold;
}
.NERD_putfileBackground, .NERD_sevenloadBackground, .NERD_googleBackground, .NERD_youtubeBackground, .NERD_myvideoBackground,  .NERD_clipfishBackground, .NERD_gametrailersBackground, .NERD_photobucketBackground, .NERD_myspaceBackground {
margin: 0 1px 1px 0;
}

/* ### Error Specific ### */
.NERD_errorContainer {
width:400px;
}
.NERD_errorContainer .border {
width:401px;
}
.NERD_errorContainer .border .warning {
margin: 1px 1px 1px 0;
}

/* ### Google Video Specific ### */
.NERD_googleContainer {
width:400px;
}
.NERD_googleContainer .border {
width:401px;
}
.NERD_googleBackground {
background:#dadada;
}

/* ### YouTube Specific ### */
.NERD_youtubeContainer {
width:425px;
}
.NERD_youtubeContainer .border {
width:426px;
}
.NERD_youtubeBackground {
/* c7c7c7 */
background:#ccc;
}

/* ### MyVideo Specific ### */
.NERD_myvideoContainer {
width:470px;
}
.NERD_myvideoContainer .border {
width:471px;
}
.NERD_myvideoBackground {
background:#d0d0d0;
}
/* ### Clipfish Specific ### */
/* Copyright by Nexan, http://forenberg.de, nexan@forenberg.de, belongs to the com.nerd.bbcode.video package for WBB3 */
.NERD_clipfishContainer {
width:464px;
}
.NERD_clipfishContainer .border {
width:465px;
}
.NERD_clipfishBackground {
background:#5c5c5c;
}

/* ### Gametrailers Specific - also used for "putfile", "stage6", "photobucket", "myspace" and "veoh" ### */
.NERD_gametrailersContainer {
width:480px;
}
.NERD_gametrailersContainer .border {
width:481px;
}
.NERD_gametrailersBackground {
background:#000000;
}

/* ### Sevenload Specific ### */
.NERD_sevenloadContainer {
width:425px;
}
.NERD_sevenloadContainer .border {
width:426px;
}
.NERD_sevenloadBackground {
background:#FFFFFF;
}

/* ### Putfile Specific - background only ### */
.NERD_putfileBackground {
background:#aaa;
}


/* ### Myspace Specific - background only ### */
.NERD_myspaceBackground {
background:#A3A3A3;
}

/* ### Photobucket Specific - background only ### */
.NERD_photobucketBackground {
background:#EAEAE9;
}

/* ### Copyright Link ### */
.NERD_copyLink {
float:right;
}